summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2013-09-04avcodecmap: exclude avc3 stream format from AV_CODEC_ID_H264HEADmasterAlex Ashley1-0/+13
2013-08-30codecmap: add mapping for MSS1 and MSS2Josep Torra1-0/+12
2013-08-29libav: avcodec_close() also resets fields like the AVCodecSebastian Dröge4-17/+158
2013-08-22avdemux: Add support for video/x-pvaSebastian Dröge2-0/+16
2013-08-21avvidenc: propagate flow return values upstream in finish()Tim-Philipp Müller1-6/+10
2013-08-15libav: Use new flush vfunc of video codec base classes and remove reset imple...Sebastian Dröge2-12/+8
2013-08-13avmux: Don't fail on commas in the libav muxer type namesHans de Goede1-0/+2
2013-07-29avdemux: Implement SEGMENT querySebastian Dröge1-0/+18
2013-07-24avcodecmap: Demote WARNING to DEBUGEdward Hervey1-1/+1
2013-07-23avviddec: Initialise opaque from the startOlivier Crête1-2/+1
2013-07-23avdemux: Add support for group-id in the stream-start eventSebastian Dröge1-1/+26
2013-07-18avviddec: increase bottom padding for output framesArnaud Vrac1-0/+4
2013-06-25codecmap: realvideo does not have systemstream propertyWim Taymans1-2/+1
2013-06-11avviddec: reset coded_width/_height before trying to open codecThiago Santos1-0/+6
2013-05-06CODEC_ID_* -> AV_CODEC_ID_*Tim-Philipp Müller8-546/+556
2013-05-06codecmap: add mapping for WMA LosslessTim-Philipp Müller1-1/+8
2013-04-23avviddec: Enable FRAME based threaded decoding if upstream is not liveSebastian Dröge1-8/+25
2013-04-15libav: fix static linkingAndoni Morales Alastruey2-2/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge2-2/+2
2013-04-15av: Add WMV3 format for WMV 3 capsMatej Knopp1-1/+1
2013-04-09avvidec: Make sure to store newly set caps after resetting the decoderSiva Chandran P1-2/+2
2013-03-25Use %03u instead of %u in gst_pad_create_stream_id_printf()David Schleef1-1/+1
2013-03-01swscale: Use 1.0-style video/x-raw capsOlivier Crête1-29/+0
2013-02-04Add mapping for SMPTE 302m audioDavid Schleef1-0/+4
2013-01-26Revert "avdec_aac: disable for autoplugging until it gets fixed"Tim-Philipp Müller1-2/+0
2013-01-26avauddec: fix decoding of mono audio as wellTim-Philipp Müller1-9/+13
2013-01-26avauddec: fix garbled audio decoding in some casesNicolas Dufresne1-3/+5
2013-01-22avenc_aac: downgrade to RANK_NONE until it gets fixedTim-Philipp Müller1-1/+12
2013-01-22avdec_aac: disable for autoplugging until it gets fixedTim-Philipp Müller1-0/+2
2013-01-17Disable libswscale/avvideoscale plugin until it works at least somewhatTim-Philipp Müller1-1/+4
2012-12-22av: Remove some unused variables and function declarationsSebastian Dröge2-14/+1
2012-12-22av: Move gst_ffmpegdata functions to gstavprotocol.h tooSebastian Dröge6-9/+10
2012-12-21av: Fix redefinition of typedef 'GstFFMpegPipe'Thijs Vermeir2-3/+3
2012-12-21av: Use correct printf format strings for gsizeSebastian Dröge2-6/+5
2012-12-17av: Fix some memory leaks and misuse of libav APISebastian Dröge7-45/+18
2012-12-17avauddec: Use a GstBuffer instead of a GstAdapter for collecting the output b...Sebastian Dröge2-27/+16
2012-12-17avauddec: accumulate buffers from a single input to push it all at onceThiago Santos2-4/+31
2012-12-17avcodecmap: Only set "formats" field on raw audio/video capsSebastian Dröge2-6/+22
2012-12-17avcodecmap: Correctly convert GStreamer channel positions to libav channel maskSebastian Dröge1-1/+1
2012-12-17avcodecmap: Add more and correct restrictions for DVSebastian Dröge1-113/+144
2012-12-12libav: Fix some compilation errors caused by circular includesSebastian Dröge1-0/+2
2012-12-12avcodec: set bits_per_coded_sample for G726Wim Taymans1-0/+5
2012-12-12avauddec: Set frame defaults for the audio decoders tooSebastian Dröge1-0/+1
2012-12-12avcodecmap: Remove some unused functionsSebastian Dröge2-51/+2
2012-12-12avaudenc: init frame with defaultsWim Taymans1-0/+1
2012-12-12avdec: Improve src template capsSebastian Dröge3-21/+17
2012-12-12avaudenc: Properly handle planar audio formats with more than AV_NUM_DATA_POI...Sebastian Dröge1-9/+16
2012-12-12avauddec: Properly handle planar audio formats with more than AV_NUM_DATA_POI...Sebastian Dröge1-5/+8
2012-12-12avprotocol: Port from the URL protocol handler to saner public APIChristiaan Welvaart5-137/+117
2012-12-12libav: fix palette support againWim Taymans2-2/+35