summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2014-04-15avviddec: guard against invalid libav opaqueMark Nauwelaerts2-2/+19
2014-02-23avvidenc: make all properties work againMark Nauwelaerts1-2/+2
2014-02-04avmux: Fix invalid address passing to av_opt_set_int()Dmitry Melnichenko1-1/+1
2014-02-04avmux: Force DV audio input format to 48kHz, 2 channelsTim 'mithro' Ansell1-0/+4
2014-01-15gst-libav: fix context leaksVincent Penquerc'h6-3/+15
2014-01-11Revert "avviddec: release buffers when not direct rendering"Tim-Philipp Müller1-29/+5
2014-01-11avviddec: release buffers when not direct renderingWim Taymans1-5/+29
2014-01-06avcodecmap: fix regression with wmv3 video in WMVA formatTim-Philipp Müller1-1/+16
2013-12-17avviddec: improve buffer handling and semanticsMark Nauwelaerts1-6/+22
2013-12-13avviddec: discard unused input framesMark Nauwelaerts1-0/+44
2013-12-13avviddec: really release frame at proper timeMark Nauwelaerts1-3/+4
2013-12-13avvidenc: plug input_state leakMark Nauwelaerts1-0/+4
2013-12-04avviddec: only use upstream framerate if really specifiedMark Nauwelaerts1-1/+2
2013-11-11avaudenc: post better error message if experimental codecs don't workTim-Philipp Müller1-0/+10
2013-11-11codecmap: use TRUE for boolean fields in capsTim-Philipp Müller1-1/+1
2013-11-11avenc: Add compliance propertyGreg Rutz6-4/+98
2013-11-09avaudec: don't put bogus 0 channel-mask on output caps for mono audioTim-Philipp Müller1-9/+7
2013-10-04avcodecmap: gst_value_can_intersect() does not do what you would thinkSebastian Dröge1-4/+18
2013-10-04avcodecmap: Only append values to the video/audio format lists if we don't ha...Sebastian Dröge1-2/+8
2013-10-04avviddec: Reset some more fields in ::stop()Sebastian Dröge1-0/+9
2013-10-04avviddec: Don't believe we're negotiated if negotiation failedSebastian Dröge1-1/+17
2013-10-04avauddec: Don't believe we're negotiated if negotiation failedSebastian Dröge1-0/+1
2013-10-04avenc: Choose 25 fps if we don't have any in the capsSebastian Dröge1-2/+8
2013-10-04avcodecmap: Make avdec_mjpeg requires a parsed inputMatthieu Bouron1-1/+1
2013-09-30avcodecmap: Fix boolean expression to fix uninitialized usage of variablesSebastian Dröge1-3/+3
2013-09-12avviddec: Initialize strides with the ones of avcodec_default_get_buffer() if...Sebastian Dröge2-4/+14
2013-09-12avviddec: Use the correct context for negotiationSebastian Dröge1-8/+8
2013-09-12avviddec: Remember initially used stride and don't allow stride changesSebastian Dröge2-0/+29
2013-09-11avcodecmap: Add support for TechSmith Screen Capture 2Matej Knopp1-0/+6
2013-09-04avcodecmap: exclude avc3 stream format from AV_CODEC_ID_H264Alex 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