summaryrefslogtreecommitdiff
path: root/ext/libav
Commit message (Expand)AuthorAgeFilesLines
* 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-241-4/+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-169-30/+14
* 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
* avvidenc: Pass the correct user_data to gst_buffer_new_wrapped_full()Sebastian Dröge2015-10-031-1/+1
* libav: G_CONST_RETURN is deprecated since GLib 2.30Sebastian Dröge2015-10-022-2/+2
* avviddec: only free config when pool doesn't take ownershipLuis de Bethencourt2015-10-021-1/+2