summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2014-02-23avvidenc: make all properties work againMark Nauwelaerts1-2/+2
2014-02-22avmux: stream-start and segment event before data-flowMark Nauwelaerts1-0/+17
2014-02-22avviddec: rename hevc decoder element to h265 for consistencyThijs Vermeir1-1/+5
2014-02-21avvidec: don't crash on EOS when no buffers have been receivedTim-Philipp Müller1-0/+3
2014-02-20avaudenc: fix audio encoder flushing according to libav docsThiago Santos1-69/+79
2014-02-04avmux: Fix invalid address passing to av_opt_set_int()Dmitry Melnichenko1-1/+1
2014-02-01avvidenc: avoid busy-looping when flushing framesMark Nauwelaerts1-1/+2
2014-01-24avdemux: Don't go into pull mode when the sequential flag is setSjoerd Simons1-0/+6
2014-01-21avmux: Force DV audio input format to 48kHz, 2 channelsTim 'mithro' Ansell1-0/+4
2014-01-17avviddec: Add output-corrupt propertyAleix Conchillo Flaqué2-0/+28
2014-01-16avauddec: Mark frames as corrupted if libav tells us they areSebastian Dröge1-0/+4
2014-01-16avviddec: Mark frames as corrupted if libav tells us they areSebastian Dröge1-0/+6
2014-01-15gst-libav: fix context leaksVincent Penquerc'h6-3/+15
2014-01-13avviddec: set output chroma-siteWim Taymans1-0/+17
2014-01-10avviddec: release buffers when not direct renderingWim Taymans1-5/+29
2014-01-10avauddec: Give MP3 decoder a MARGINAL rank tooSebastian Dröge1-3/+0
2014-01-06av: Enable HEVC / h265 supportSebastian Dröge2-0/+25
2014-01-03avcodecmap: fix regression with wmv3 video in WMVA formatTim-Philipp Müller1-1/+16
2014-01-03av: Update for CodecID -> AVCodecID related changesSebastian Dröge5-65/+50
2014-01-03avcfg: Update config parameters a bit to fix compilationSebastian Dröge1-22/+10
2014-01-03avenc: Stop using the removed inter_threshold fieldSebastian Dröge2-2/+0
2014-01-03avviddec rebaseSebastian Dröge1-0/+1
2014-01-03avauddec: Stop using AVCODEC_MAX_AUDIO_FRAME_SIZESebastian Dröge1-3/+4
2014-01-03avdemux: Stop using r_frame_rate fieldSebastian Dröge1-8/+8
2014-01-03avvidenc: Port to av_encode_video2()Sebastian Dröge1-69/+25
2013-12-16Some compiler warning fixes to satisfy XCode compilerTodd Agulnick2-1/+2
2013-12-07avviddec: improve buffer handling and semanticsMark Nauwelaerts1-6/+22
2013-12-07avvidenc: plug input_state leakMark Nauwelaerts1-0/+4
2013-12-05avviddec: Use new gst_video_decoder_set_needs_format() APISebastian Dröge1-0/+2
2013-12-02avviddec: only use upstream framerate if really specifiedMark Nauwelaerts1-1/+2
2013-11-26avviddec: discard unused input framesMark Nauwelaerts1-0/+44
2013-11-26avviddec: really release frame at proper timeMark Nauwelaerts1-3/+4
2013-11-04avaudec: don't put bogus 0 channel-mask on output caps for mono audioTim-Philipp Müller1-9/+7
2013-10-26avaudenc: post better error message if experimental codecs don't workTim-Philipp Müller1-0/+10
2013-10-26codecmap: use TRUE for boolean fields in capsTim-Philipp Müller1-1/+1
2013-10-15avenc: Add compliance propertyGreg Rutz6-4/+98
2013-10-04avcodecmap: Make avdec_mjpeg requires a parsed inputMatthieu Bouron1-1/+1
2013-10-02avcodecmap: gst_value_can_intersect() does not do what you would thinkSebastian Dröge1-4/+18
2013-10-02avcodecmap: Only append values to the video/audio format lists if we don't ha...Sebastian Dröge1-2/+8
2013-10-02avviddec: Reset some more fields in ::stop()Sebastian Dröge1-0/+9
2013-10-02avviddec: Don't believe we're negotiated if negotiation failedSebastian Dröge1-1/+17
2013-10-02avauddec: Don't believe we're negotiated if negotiation failedSebastian Dröge1-0/+1
2013-10-01avenc: Choose 25 fps if we don't have any in the capsSebastian Dröge1-2/+8
2013-09-28avcodecmap: 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