summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libav: Ensure to link with -lavfilterSebastian Dröge2016-01-211-1/+1
* 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-162-4/+116
* libav: Update to ffmpeg n2.8.5Sebastian Dröge2016-01-161-0/+0
* av: canonicalise av plugin name more consistently in more placesTim-Philipp Müller2016-01-073-44/+21
* Back to developmentSebastian Dröge2015-12-241-3/+3
* Release 1.7.11.7.1Sebastian Dröge2015-12-246-91/+301
* 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
* libav: Update to ffmpeg n2.8.4Sebastian Dröge2015-12-211-0/+0
* configure: Use -Bsymbolic-functions if availableSebastian Dröge2015-12-211-0/+18
* docs: update to gitSebastian Dröge2015-12-162-3/+4
* Automatic update of common submoduleNicolas Dufresne2015-12-072-1/+5
* Require libav provided by FFmpeg at run-timeReynaldo H. Verdejo Pinochet2015-12-041-1/+24
* Require libav provided by FFmpeg at build-timeReynaldo H. Verdejo Pinochet2015-12-031-0/+14
* libav: Update to n2.8.3Sebastian Dröge2015-12-011-0/+0
* 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
* libav: Update to n2.8.2Sebastian Dröge2015-11-121-0/+0
* 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
* Automatic update of common submoduleTim-Philipp Müller2015-10-211-0/+0
* Use new GST_ENABLE_EXTRA_CHECKS #defineSebastian Dröge2015-10-211-0/+1
* Automatic update of common submoduleSebastian Dröge2015-10-211-0/+0
* avviddec: Fix bufferpool config double free by taking a copy as neededSebastian Dröge2015-10-161-2/+7
* libav: Update to n2.8.1Sebastian Dröge2015-10-141-0/+0
* 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
* Add configure check for GLib for consistency with other modulesSebastian Dröge2015-10-021-0/+5
* avviddec: only free config when pool doesn't take ownershipLuis de Bethencourt2015-10-021-1/+2
* avviddec: fix memory leakLuis de Bethencourt2015-09-291-0/+1
* Back to developmentSebastian Dröge2015-09-251-4/+4
* Release 1.6.01.6.0Sebastian Dröge2015-09-256-21/+106
* Release 1.5.911.5.91Sebastian Dröge2015-09-188-31/+297
* avvidec: increase default alignment to 32 bytesTim-Philipp Müller2015-09-151-1/+1
* avvideodec: ensure required mem alignment fixing avdec_h265 crashes with xima...Tim-Philipp Müller2015-09-151-3/+20
* libav: Update to ffmpeg n2.8Sebastian Dröge2015-09-121-0/+0
* avvid/audenc: Set some tags in the output for downstream's infoJan Schmidt2015-08-242-0/+34
* avviddec: Fix pool reallocation logicNicolas Dufresne2015-08-202-18/+42