summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* avaudenc/dec: Allow compilation against ffmpeg < 3.2 againSebastian Dröge2016-10-262-0/+8
* avaudenc/dec: Ignore S64BE/LE pseudo-codecsSebastian Dröge2016-10-262-2/+2
* avviddec: Use enum instead of magic numbers for the chroma siting valuesSebastian Dröge2016-09-291-4/+4
* av: Cast AVContext::bit_rate to a guint before passing to varargs functionsSebastian Dröge2016-09-143-11/+11
* build: Do not link plugin against lzma and bz2 if using system installThibault Saunier2016-09-051-1/+1
* Only use AV_CODEC_ID_WRAPPED_AVFRAME on new enough libavcodecsIain Lane2016-09-032-4/+10
* Add support for Meson as alternative/parallel build systemThibault Saunier2016-08-291-0/+24
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* libav: fix confusing 'insane framerate' debug log messageTim-Philipp Müller2016-08-201-2/+2
* avvidec: Ensure skipping strategy gets properly resetEdward Hervey2016-08-041-13/+20
* libav: Ignore more quasi-codecsSebastian Dröge2016-07-224-10/+31
* libav: Ignore VAAPI decoders and VAAPI/nvenc encodersSebastian Dröge2016-07-222-0/+21
* avaudenc: Use gst_caps_fixate() instead of gst_caps_truncate()Sebastian Dröge2016-07-051-1/+1
* avaudenc: Create caps from the codec context after it is openedSebastian Dröge2016-07-051-14/+15
* avvidenc: Create caps from the codec context after it is openedSebastian Dröge2016-07-051-17/+23
* 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
* avcodecmap: Add mapping for G729 capsSebastian Dröge2016-05-131-0/+5
* avauddec: Finish frames if they are header buffers only and don't produce any...Sebastian Dröge2016-04-291-2/+3
* avauddec: If decoding a frame failed, skip itSebastian Dröge2016-04-291-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-251-1/+1
* avdeinterlace: Register all filters and only disable all except for yadif dur...Sebastian Dröge2016-04-201-0/+2
* avvid{dec,enc}: remove dead gobject macrosVíctor Manuel Jáquez Leal2016-03-242-22/+0
* libav: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-8/+4
* 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