summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2017-04-13avaudenc/dec: Blacklist more PCM decoders/encodersSebastian Dröge2-2/+6
2017-03-22avvidenc: Fix compiler errors in the previous commitArun Raghavan1-3/+3
2017-03-21avvidenc: Classify image encoders with "Image" instead of "Video"Arun Raghavan3-1/+35
2017-03-16avcodecmap: Add mappings for I420/I422/Y444_12LE/BE and GBRASebastian Dröge1-0/+7
2017-03-16avcodecmap: Add GBR_12LE/BE and GBRA_12LE/BE pixel format mapping for CineFor...Emeric Grange1-0/+4
2017-03-16avvidenc: Add Stereo3D mappingJan Schmidt1-0/+36
2017-03-16avviddec: Map any stereo3D info to multiview modesJan Schmidt2-8/+64
2017-03-14avcodecmap: Add mapping for CineForm HD / CFHD codecSebastian Dröge1-0/+9
2017-01-02Fix some caps leaks when creating pad templatesGarima Gaur6-0/+17
2016-12-04avcodecmap: Add mapping for Flash Screen2 codecSebastian Dröge1-0/+9
2016-12-02avdemux: Disable GIF "demuxer"Sebastian Dröge1-2/+1
2016-12-02avprotocol: Don't use GST_LOG_OBJECT() and friends on an arbitrary struct tha...Sebastian Dröge1-5/+5
2016-11-25Define plugin license outside the call to PLUGIN_DEFINEThibault Saunier1-6/+7
2016-11-25Properly check if unistd.h is avalaibleThibault Saunier1-0/+2
2016-11-24avcodecmap: Add support for packed 32bit RGBx variantsEdward Hervey1-0/+4
2016-11-16av: Enable IVF demuxer (and muxer)Sebastian Dröge2-3/+7
2016-11-14avdemux: Map artist to artist tagMarinus Schraal1-1/+1
2016-11-12avmux: blacklist fifo pluginTim-Philipp Müller1-0/+1
2016-11-12avvidenc/dec: Disable more hardware encoder/decodersleigh123linux@googlemail.com2-1/+15
2016-11-04avviddec: Fix comment to say interlace-mode instead of interlaced-modeSebastian Dröge1-1/+1
2016-11-04avcodecmap: It's interlace-mode, not interlaced-modeSebastian Dröge1-1/+1
2016-11-01avcodecmap: Add variant to the ProRes capsSebastian Dröge1-0/+25
2016-11-01avviddec: Use interlaced-mode=interleaved and set field-order if possibleSebastian Dröge2-6/+65
2016-11-01avcodecmap: Configure field order in the context if we canSebastian Dröge1-0/+17
2016-11-01avvidenc: Set colorimetry information in the context if knownSebastian Dröge1-0/+101
2016-11-01avviddec: Set colorimetry information from the context if knownSebastian Dröge1-15/+119
2016-11-01avcodecmap: Add mapping for Opus audio decoderTim-Philipp Müller1-0/+10
2016-10-26avaudenc/dec: Allow compilation against ffmpeg < 3.2 againSebastian Dröge2-0/+8
2016-10-26avaudenc/dec: Ignore S64BE/LE pseudo-codecsSebastian Dröge2-2/+2
2016-09-29avviddec: Use enum instead of magic numbers for the chroma siting valuesSebastian Dröge1-4/+4
2016-09-14av: Cast AVContext::bit_rate to a guint before passing to varargs functionsSebastian Dröge3-11/+11
2016-09-05build: Do not link plugin against lzma and bz2 if using system installThibault Saunier1-1/+1
2016-09-03Only use AV_CODEC_ID_WRAPPED_AVFRAME on new enough libavcodecsIain Lane2-4/+10
2016-08-29Add support for Meson as alternative/parallel build systemThibault Saunier1-0/+24
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-3/+1
2016-08-20libav: fix confusing 'insane framerate' debug log messageTim-Philipp Müller1-2/+2
2016-08-04avvidec: Ensure skipping strategy gets properly resetEdward Hervey1-13/+20
2016-07-22libav: Ignore more quasi-codecsSebastian Dröge4-10/+31
2016-07-22libav: Ignore VAAPI decoders and VAAPI/nvenc encodersSebastian Dröge2-0/+21
2016-07-05avaudenc: Use gst_caps_fixate() instead of gst_caps_truncate()Sebastian Dröge1-1/+1
2016-07-05avaudenc: Create caps from the codec context after it is openedSebastian Dröge1-14/+15
2016-07-05avvidenc: Create caps from the codec context after it is openedSebastian Dröge1-17/+23
2016-05-14avvidec: Don't set bogus latencyEdward Hervey1-5/+7
2016-05-13avvidec: Report the latency once we're fully configuredEdward Hervey1-0/+8
2016-05-13avcodecmap: Add mapping for G729 capsSebastian Dröge1-0/+5
2016-04-29avauddec: Finish frames if they are header buffers only and don't produce any...Sebastian Dröge1-2/+3
2016-04-29avauddec: If decoding a frame failed, skip itSebastian Dröge1-0/+3
2016-04-28avaudenc: Set all required fields in the AVFrameSebastian Dröge1-0/+4
2016-04-25avcfg: Use av_strdup() instead of g_strdup() for strings owned by ffmpegSebastian Dröge1-1/+1
2016-04-20avdeinterlace: Register all filters and only disable all except for yadif dur...Sebastian Dröge1-0/+2