summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-20Release 1.8.11.8.1Sebastian Dröge6-795/+69
2016-04-20avdeinterlace: Register all filters and only disable all except for yadif dur...Sebastian Dröge2-1/+3
2016-04-15libav: Update to n3.0.1Sebastian Dröge1-0/+0
2016-03-24Release 1.8.01.8.0Sebastian Dröge6-15/+833
2016-03-21configure: Restore CPPFLAGS after the last checkEgor Zaharov1-1/+1
2016-03-15Release 1.7.911.7.91Sebastian Dröge6-12/+40
2016-03-11avcodecmap: Only set the bitrate if we actually got it from the capsSebastian Dröge1-2/+2
2016-03-01Release 1.7.901.7.90Sebastian Dröge6-24/+77
2016-02-26Automatic update of common submoduleSebastian Dröge1-0/+0
2016-02-23avdeinterlace: Don't assume that get_current_caps() returns non-NULL caps aft...Sebastian Dröge1-4/+3
2016-02-21win32: remove outdated build cruftTim-Philipp Müller4-201/+1
2016-02-20Don't use exported but undeclared core debug category symbolsTim-Philipp Müller4-8/+8
2016-02-19Back to developmentSebastian Dröge1-3/+3
2016-02-19Release 1.7.21.7.2Sebastian Dröge7-41/+191
2016-02-16avcfg: rc-min-rate and rc-max-rate are now 64bit integersEdward Hervey1-2/+27
2016-02-16avvidenc: Set width/height and format in the AVFrame we pass to the encoder APISebastian Dröge1-0/+4
2016-02-16docs: Update docs to not have unstaged changes after build againSebastian Dröge4-38/+648
2016-02-15libav: Update to n3.0Sebastian Dröge1-0/+0
2016-02-05Automatic update of common submoduleThiago Santos2-0/+2
2016-01-25avaudenc: Also use av_free() instead of g_free()Sebastian Dröge1-2/+2
2016-01-25avaudenc: Use av_malloc() instead of GLib malloc() wrappers for memory freed ...Sebastian Dröge1-2/+2
2016-01-21avvidec: Bring mpeg video decoders up to PRIMARY rankEdward Hervey1-0/+2
2016-01-21libav: Ensure to link with -lavfilterSebastian Dröge1-1/+1
2016-01-20avviddec: Use AVFrame API instead of deprecated AVPicture APISebastian Dröge1-4/+10
2016-01-19av: Use av_image_get_buffer_size() instead of deprecated avpicture_get_size()Sebastian Dröge2-3/+6
2016-01-19avdemux: Use av_packet_unref() instead of deprecated av_free_packet()Sebastian Dröge1-2/+2
2016-01-19avvidenc: Use AVPacket.flags for detecting keyframesSebastian Dröge1-7/+7
2016-01-16avdeinterlace: Chain up to parent class' dispose()Sebastian Dröge1-0/+3
2016-01-16libav: Bitrate field changed from int to int64_t, fix compiler warningsSebastian Dröge2-3/+6
2016-01-16libav: Remove usage of deprecated APIAndreas Cadhalpun10-56/+40
2016-01-16avdeinterlace: Port non-deprecated AVFilter APIAndreas Cadhalpun2-4/+116
2016-01-16libav: Update to ffmpeg n2.8.5Sebastian Dröge1-0/+0
2016-01-07av: canonicalise av plugin name more consistently in more placesTim-Philipp Müller3-44/+21
2015-12-24Back to developmentSebastian Dröge1-3/+3
2015-12-24Release 1.7.11.7.1Sebastian Dröge6-91/+301
2015-12-24avcodecmap: Add special mapping for mono channel layoutsSebastian Dröge1-0/+12
2015-12-23avviddec: remove realvideo slice_offset handlingVineeth TM2-37/+0
2015-12-21libav: Update to ffmpeg n2.8.4Sebastian Dröge1-0/+0
2015-12-21configure: Use -Bsymbolic-functions if availableSebastian Dröge1-0/+18
2015-12-16docs: update to gitSebastian Dröge2-3/+4
2015-12-07Automatic update of common submoduleNicolas Dufresne2-1/+5
2015-12-04Require libav provided by FFmpeg at run-timeReynaldo H. Verdejo Pinochet1-1/+24
2015-12-03Require libav provided by FFmpeg at build-timeReynaldo H. Verdejo Pinochet1-0/+14
2015-12-01libav: Update to n2.8.3Sebastian Dröge1-0/+0
2015-12-01avviddec: Make sure to use a buffer pool with the correct width/height config...Sebastian Dröge1-1/+13
2015-11-23avviddec: Fix structure memory leakVineeth T M1-1/+1
2015-11-20Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-6/+3
2015-11-12libav: Update to n2.8.2Sebastian Dröge1-0/+0
2015-11-07avviddec: Don't fallback on allocation failureNicolas Dufresne1-22/+30
2015-11-02avvidenc: Fix frame memory leakVineeth TM1-0/+4