summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* avdemux: Add support for video/x-pvaSebastian Dröge2013-08-222-0/+16
* avvidenc: propagate flow return values upstream in finish()Tim-Philipp Müller2013-08-211-6/+10
* libav: Use new flush vfunc of video codec base classes and remove reset imple...Sebastian Dröge2013-08-152-12/+8
* avmux: Don't fail on commas in the libav muxer type namesHans de Goede2013-08-131-0/+2
* avdemux: Implement SEGMENT querySebastian Dröge2013-07-291-0/+18
* avcodecmap: Demote WARNING to DEBUGEdward Hervey2013-07-241-1/+1
* avviddec: Initialise opaque from the startOlivier Crête2013-07-231-2/+1
* avdemux: Add support for group-id in the stream-start eventSebastian Dröge2013-07-231-1/+26
* avviddec: increase bottom padding for output framesArnaud Vrac2013-07-181-0/+4
* codecmap: realvideo does not have systemstream propertyWim Taymans2013-06-251-2/+1
* avviddec: reset coded_width/_height before trying to open codecThiago Santos2013-06-111-0/+6
* CODEC_ID_* -> AV_CODEC_ID_*Tim-Philipp Müller2013-05-068-546/+556
* codecmap: add mapping for WMA LosslessTim-Philipp Müller2013-05-061-1/+8
* avviddec: Enable FRAME based threaded decoding if upstream is not liveSebastian Dröge2013-04-231-8/+25
* libav: fix static linkingAndoni Morales Alastruey2013-04-152-2/+2
* gst: Add better support for static pluginsSebastian Dröge2013-04-152-2/+2
* av: Add WMV3 format for WMV 3 capsMatej Knopp2013-04-151-1/+1
* avvidec: Make sure to store newly set caps after resetting the decoderSiva Chandran P2013-04-091-2/+2
* Use %03u instead of %u in gst_pad_create_stream_id_printf()David Schleef2013-03-251-1/+1
* swscale: Use 1.0-style video/x-raw capsOlivier Crête2013-03-011-29/+0
* Add mapping for SMPTE 302m audioDavid Schleef2013-02-041-0/+4
* Revert "avdec_aac: disable for autoplugging until it gets fixed"Tim-Philipp Müller2013-01-261-2/+0
* avauddec: fix decoding of mono audio as wellTim-Philipp Müller2013-01-261-9/+13
* avauddec: fix garbled audio decoding in some casesNicolas Dufresne2013-01-261-3/+5
* avenc_aac: downgrade to RANK_NONE until it gets fixedTim-Philipp Müller2013-01-221-1/+12
* avdec_aac: disable for autoplugging until it gets fixedTim-Philipp Müller2013-01-221-0/+2
* Disable libswscale/avvideoscale plugin until it works at least somewhatTim-Philipp Müller2013-01-171-1/+4
* av: Remove some unused variables and function declarationsSebastian Dröge2012-12-222-14/+1
* av: Move gst_ffmpegdata functions to gstavprotocol.h tooSebastian Dröge2012-12-226-9/+10
* av: Fix redefinition of typedef 'GstFFMpegPipe'Thijs Vermeir2012-12-212-3/+3
* av: Use correct printf format strings for gsizeSebastian Dröge2012-12-212-6/+5
* av: Fix some memory leaks and misuse of libav APISebastian Dröge2012-12-177-45/+18
* avauddec: Use a GstBuffer instead of a GstAdapter for collecting the output b...Sebastian Dröge2012-12-172-27/+16
* avauddec: accumulate buffers from a single input to push it all at onceThiago Santos2012-12-172-4/+31
* avcodecmap: Only set "formats" field on raw audio/video capsSebastian Dröge2012-12-172-6/+22
* avcodecmap: Correctly convert GStreamer channel positions to libav channel maskSebastian Dröge2012-12-171-1/+1
* avcodecmap: Add more and correct restrictions for DVSebastian Dröge2012-12-171-113/+144
* libav: Fix some compilation errors caused by circular includesSebastian Dröge2012-12-121-0/+2
* avcodec: set bits_per_coded_sample for G726Wim Taymans2012-12-121-0/+5
* avauddec: Set frame defaults for the audio decoders tooSebastian Dröge2012-12-121-0/+1
* avcodecmap: Remove some unused functionsSebastian Dröge2012-12-122-51/+2
* avaudenc: init frame with defaultsWim Taymans2012-12-121-0/+1
* avdec: Improve src template capsSebastian Dröge2012-12-123-21/+17
* avaudenc: Properly handle planar audio formats with more than AV_NUM_DATA_POI...Sebastian Dröge2012-12-121-9/+16
* avauddec: Properly handle planar audio formats with more than AV_NUM_DATA_POI...Sebastian Dröge2012-12-121-5/+8
* avprotocol: Port from the URL protocol handler to saner public APIChristiaan Welvaart2012-12-125-137/+117
* libav: fix palette support againWim Taymans2012-12-122-2/+35
* avcodecmap: Take framerate restrictions into account for encodersSebastian Dröge2012-12-111-7/+33
* avvidenc: Simplify color formats in the raw video capsSebastian Dröge2012-12-115-261/+262
* avaudenc: Reorder audio channels if necessary and add proper support for chan...Sebastian Dröge2012-12-113-0/+49