summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* avaudenc/dec: Don't do range comparisons against AV_CODEC_ID_PCM_S16BE_PLANAR...Iain Lane2017-02-082-0/+22
* avmux: blacklist fifo pluginTim-Philipp Müller2016-11-121-0/+1
* avvidenc/dec: Disable more hardware encoder/decodersleigh123linux@googlemail.com2016-11-122-1/+15
* avaudenc/dec: Allow compilation against ffmpeg < 3.2 againSebastian Dröge2016-11-122-0/+8
* avaudenc/dec: Ignore S64BE/LE pseudo-codecsSebastian Dröge2016-11-122-2/+2
* av: Cast AVContext::bit_rate to a guint before passing to varargs functionsSebastian Dröge2016-09-303-11/+11
* Only use AV_CODEC_ID_WRAPPED_AVFRAME on new enough libavcodecsIain Lane2016-09-032-4/+10
* avvidec: Ensure skipping strategy gets properly resetEdward Hervey2016-08-161-13/+20
* libav: Ignore more quasi-codecsSebastian Dröge2016-07-254-10/+31
* libav: Ignore VAAPI decoders and VAAPI/nvenc encodersSebastian Dröge2016-07-252-0/+21
* avvidenc: Create caps from the codec context after it is openedSebastian Dröge2016-07-251-17/+23
* avaudenc: Create caps from the codec context after it is openedSebastian Dröge2016-07-251-14/+15
* avaudenc: Use gst_caps_fixate() instead of gst_caps_truncate()Sebastian Dröge2016-07-251-1/+1
* avvidec: Don't set bogus latencyEdward Hervey2016-05-141-5/+7
* avvidec: Report the latency once we're fully configuredEdward Hervey2016-05-131-0/+8
* avauddec: Finish frames if they are header buffers only and don't produce any...Sebastian Dröge2016-05-021-2/+3
* avauddec: If decoding a frame failed, skip itSebastian Dröge2016-05-021-0/+3
* avaudenc: Set all required fields in the AVFrameSebastian Dröge2016-04-281-0/+4
* avcfg: Use av_strdup() instead of g_strdup() for strings owned by ffmpegSebastian Dröge2016-04-261-1/+1
* avdeinterlace: Register all filters and only disable all except for yadif dur...Sebastian Dröge2016-04-201-0/+2
* avcodecmap: Only set the bitrate if we actually got it from the capsSebastian Dröge2016-03-111-2/+2
* avdeinterlace: Don't assume that get_current_caps() returns non-NULL caps aft...Sebastian Dröge2016-02-231-4/+3
* Don't use exported but undeclared core debug category symbolsTim-Philipp Müller2016-02-204-8/+8
* avcfg: rc-min-rate and rc-max-rate are now 64bit integersEdward Hervey2016-02-161-2/+27
* avvidenc: Set width/height and format in the AVFrame we pass to the encoder APISebastian Dröge2016-02-161-0/+4
* avaudenc: Also use av_free() instead of g_free()Sebastian Dröge2016-01-251-2/+2
* avaudenc: Use av_malloc() instead of GLib malloc() wrappers for memory freed ...Sebastian Dröge2016-01-251-2/+2
* avvidec: Bring mpeg video decoders up to PRIMARY rankEdward Hervey2016-01-211-0/+2
* avviddec: Use AVFrame API instead of deprecated AVPicture APISebastian Dröge2016-01-201-4/+10
* av: Use av_image_get_buffer_size() instead of deprecated avpicture_get_size()Sebastian Dröge2016-01-192-3/+6
* avdemux: Use av_packet_unref() instead of deprecated av_free_packet()Sebastian Dröge2016-01-191-2/+2
* avvidenc: Use AVPacket.flags for detecting keyframesSebastian Dröge2016-01-191-7/+7
* avdeinterlace: Chain up to parent class' dispose()Sebastian Dröge2016-01-161-0/+3
* libav: Bitrate field changed from int to int64_t, fix compiler warningsSebastian Dröge2016-01-162-3/+6
* libav: Remove usage of deprecated APIAndreas Cadhalpun2016-01-1610-56/+40
* avdeinterlace: Port non-deprecated AVFilter APIAndreas Cadhalpun2016-01-161-2/+113
* av: canonicalise av plugin name more consistently in more placesTim-Philipp Müller2016-01-073-44/+21
* avcodecmap: Add special mapping for mono channel layoutsSebastian Dröge2015-12-241-0/+12
* avviddec: remove realvideo slice_offset handlingVineeth TM2015-12-232-37/+0
* Require libav provided by FFmpeg at run-timeReynaldo H. Verdejo Pinochet2015-12-041-1/+24
* avviddec: Make sure to use a buffer pool with the correct width/height config...Sebastian Dröge2015-12-011-1/+13
* avviddec: Fix structure memory leakVineeth T M2015-11-231-1/+1
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-201-6/+3
* avviddec: Don't fallback on allocation failureNicolas Dufresne2015-11-071-22/+30
* avvidenc: Fix frame memory leakVineeth TM2015-11-021-0/+4
* avdemux: Fix string memory leaksVineeth TM2015-11-021-0/+3
* avviddec: _drain and _finish need slightly different handlingMark Nauwelaerts2015-10-261-11/+16
* avviddec: Fix bufferpool config double free by taking a copy as neededSebastian Dröge2015-10-161-2/+7
* avcodecmap: add jpeg2000 decoder mappingThiago Santos2015-10-111-0/+12
* avcodecmap: Don't allocate dummy codec data anymore, it causes crashes nowadaysSebastian Dröge2015-10-031-6/+2