summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* avaudec: don't put bogus 0 channel-mask on output caps for mono audioTim-Philipp Müller2013-11-041-9/+7
* avaudenc: post better error message if experimental codecs don't workTim-Philipp Müller2013-10-261-0/+10
* codecmap: use TRUE for boolean fields in capsTim-Philipp Müller2013-10-261-1/+1
* avenc: Add compliance propertyGreg Rutz2013-10-156-4/+98
* avcodecmap: Make avdec_mjpeg requires a parsed inputMatthieu Bouron2013-10-041-1/+1
* avcodecmap: gst_value_can_intersect() does not do what you would thinkSebastian Dröge2013-10-021-4/+18
* avcodecmap: Only append values to the video/audio format lists if we don't ha...Sebastian Dröge2013-10-021-2/+8
* avviddec: Reset some more fields in ::stop()Sebastian Dröge2013-10-021-0/+9
* avviddec: Don't believe we're negotiated if negotiation failedSebastian Dröge2013-10-021-1/+17
* avauddec: Don't believe we're negotiated if negotiation failedSebastian Dröge2013-10-021-0/+1
* avenc: Choose 25 fps if we don't have any in the capsSebastian Dröge2013-10-011-2/+8
* avcodecmap: Fix boolean expression to fix uninitialized usage of variablesSebastian Dröge2013-09-281-3/+3
* avviddec: Initialize strides with the ones of avcodec_default_get_buffer() if...Sebastian Dröge2013-09-122-4/+14
* avviddec: Use the correct context for negotiationSebastian Dröge2013-09-121-8/+8
* avviddec: Remember initially used stride and don't allow stride changesSebastian Dröge2013-09-122-0/+29
* avcodecmap: Add support for TechSmith Screen Capture 2Matej Knopp2013-09-111-0/+6
* avcodecmap: exclude avc3 stream format from AV_CODEC_ID_H264Alex Ashley2013-09-041-0/+13
* codecmap: add mapping for MSS1 and MSS2Josep Torra2013-08-301-0/+12
* libav: avcodec_close() also resets fields like the AVCodecSebastian Dröge2013-08-294-17/+158
* 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