summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2013-09-18x264enc: Implement getcaps that restricts the input format depending on the o...Olivier Crête1-34/+144
2013-09-05x264enc: Don't unref future state but the old oneMathieu Duponchelle1-1/+1
2013-09-04x264enc: Check if we have an input state before using itSebastian Dröge1-1/+8
2013-09-04x264enc: fix unsigned comparison warningMatej Knopp1-1/+1
2013-08-27x264enc: log when we output a lower profile than requestedTim-Philipp Müller1-2/+10
2013-08-21x264enc: Consider subset relations of profiles when setting srcpad capsSebastian Dröge1-1/+36
2013-08-21x264enc: propagate flow return back to base class and upstreamTim-Philipp Müller1-1/+1
2013-08-17x264enc: minor clean-upTim-Philipp Müller1-2/+0
2013-08-15mpeg2dec: Fix mpeg2_reset() callsSebastian Dröge1-2/+2
2013-08-15ext: Use new flush vfunc of video codec base classes and remove reset impleme...Sebastian Dröge2-24/+69
2013-08-02mpeg2dec: Do a hard reset of flush_stopEdward Hervey1-1/+1
2013-07-26x264: Fix dts comparisionEdward Hervey1-4/+5
2013-07-25mpeg2dec: Clean up reset/start/stop handlingSebastian Dröge1-23/+8
2013-07-25x264enc: React properly to flushing/resetting the encoderSebastian Dröge1-17/+9
2013-07-22siddec: Add support for group-id in the stream-start eventSebastian Dröge2-3/+32
2013-07-17mpeg2dec: Properly reset on sequence changesEdward Hervey1-0/+2
2013-07-09dvdreadsrc: correctly determine last chapter's durationMark Nauwelaerts1-1/+3
2013-06-04mpeg2dec: make the aspect ratio calculation more accurate.Sreerenj Balachandran1-2/+10
2013-05-09lamemp3enc: Tell GstAudioEncoder about the number of incoming samplesOlivier Crête1-1/+9
2013-04-30x264enc: output byte-stream if downstream has ANY capsTim-Philipp Müller1-1/+11
2013-04-15gst: Add better support for static pluginsSebastian Dröge11-11/+11
2013-03-25x264enc: Fix for 0/1 framerate - now uses VFR in this caseTom Greenwood1-6/+16
2013-02-08x264enc: simplify template capsTim-Philipp Müller1-1/+1
2013-02-08x264enc: put all theoretically possible formats in template capsTim-Philipp Müller1-7/+32
2013-02-07x264enc: detect supported bit depth and pixel formats at runtimeTim-Philipp Müller1-54/+100
2012-12-19mpeg2dec: use appropriate printf format for gsizeThijs Vermeir1-3/+3
2012-12-19cdio: Fix redundant redeclaration of 'cdio_version_string'Thijs Vermeir1-1/+0
2012-12-01siddec: init debug categoryWim Taymans1-0/+2
2012-11-30dvdread: link to libgmodule-2.0 since the g_module_* API is usedTim-Philipp Müller1-2/+3
2012-11-27cdiocddasrc: detect whether drive produces samples in non-host endiannessTim-Philipp Müller2-0/+125
2012-11-15x264enc: Add support for 10-bit color formatsSebastian Dröge1-1/+61
2012-11-15x264enc: Add support for Y444, Y42B and NV12Sebastian Dröge1-5/+42
2012-11-11cdio: use gst_tag_freeform_string_to_utf8() for CD-TEXT stringsTim-Philipp Müller2-8/+18
2012-11-03Fix FSF addressTim-Philipp Müller29-58/+58
2012-10-30siddec: reset bytes counterWim Taymans1-0/+1
2012-10-18dvdreadsrc: correctly set next cell when seeking to sectorMark Nauwelaerts1-4/+4
2012-10-12dvdreadsrc: update dvd event to enhanced approachMark Nauwelaerts1-1/+9
2012-10-01mpeg2dec: Don't error out when there is no associated bufferJan Schmidt1-3/+2
2012-09-26x264enc: when setting fallback decoder latency, set valid min_latencyTim-Philipp Müller1-1/+1
2012-09-17Remove -DGST_USE_UNSTABLE_APITim-Philipp Müller4-4/+4
2012-09-17cdio: work around cdio headers re-defining VERSION and PACKAGE_VERSIONTim-Philipp Müller1-7/+11
2012-09-14rename some caps and elements in examplesWim Taymans1-1/+1
2012-09-11mpeg2dec: Hold ref to buffer while mappedJan Schmidt1-0/+2
2012-09-11mad: fix email addressWim Taymans1-1/+2
2012-09-11mad: init base class method only onceWim Taymans1-12/+6
2012-09-09x264enc: clean up some debug statementsMark Nauwelaerts1-4/+5
2012-09-07x264enc: handle possibly negative DTS provided by codecMark Nauwelaerts2-4/+20
2012-08-09x264enc: Use new video encoder base class API for handling tagsSebastian Dröge1-29/+8
2012-08-06gst: Add stream-id to stream-start eventsSebastian Dröge1-1/+5
2012-08-06mpeg2dec: Don't use NULL values for fbufEdward Hervey1-11/+25