summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-07avviddec: Release stream lock while calling avcodec_decode_video2()1.4Sebastian Dröge1-0/+7
2015-06-07avviddec: Post error message before returning a flow errorOlivier Crête1-1/+2
2015-06-07avauddev: Unref decoded AVFrame after we're done with itSebastian Dröge1-0/+1
2015-06-07avviddec: Error out if we try to allocate a buffer without being negotiatedSebastian Dröge1-1/+9
2015-05-31libav: Update to v10.7Sebastian Dröge1-0/+0
2015-03-14libav: Update to v10.6Sebastian Dröge1-0/+0
2014-12-18Release 1.4.51.4.5Sebastian Dröge6-12/+38
2014-11-19videodec: Ensure update_pool is initializedNicolas Dufresne1-1/+1
2014-11-06Release 1.4.41.4.4Sebastian Dröge6-10/+33
2014-09-24Release 1.4.31.4.3Sebastian Dröge6-11/+41
2014-09-24avauddec: drain samples until libav doesn't have more dataAleix Conchillo Flaqué1-25/+14
2014-09-19Release 1.4.21.4.2Sebastian Dröge6-9/+55
2014-09-13avviddec: drain frames until libav doesn't have more dataIBM Thinklab1-4/+2
2014-09-13avviddec: After draining frames, flush the libav decoderJan Schmidt1-0/+1
2014-09-12libav: Update to v10.5Sebastian Dröge1-0/+0
2014-08-27Release 1.4.11.4.1Sebastian Dröge6-163/+69
2014-08-27libav: Update to v10.4Sebastian Dröge1-0/+0
2014-08-12avviddec: Don't lose frames on EOSAleix Conchillo Flaqué1-25/+15
2014-08-11libav: Update to v10.3Sebastian Dröge1-0/+0
2014-07-19Release 1.4.01.4.0Sebastian Dröge6-24/+42
2014-07-11Release 1.3.911.3.91Sebastian Dröge6-10/+33
2014-06-28Release 1.3.901.3.90Sebastian Dröge7-31/+69
2014-06-28libav: Update to v10.2Sebastian Dröge1-0/+0
2014-06-22Back to developmentSebastian Dröge1-3/+3
2014-06-22Release 1.3.31.3.3Sebastian Dröge6-41/+183
2014-06-21avvidenc: Make sure to fixate caps before setting them on the padSebastian Dröge1-1/+1
2014-06-06avcodecmap: place supported profiles in mpeg4 capsWim Taymans1-1/+16
2014-06-06avcodecmap: remove deprecated media typesWim Taymans1-16/+0
2014-06-06codecmap: don't expose more deprecated media typesWim Taymans1-2/+2
2014-06-06Revert "avcodecmap: do more reverse mapping of MPEG4"Wim Taymans1-10/+0
2014-06-06avaudenc: add a comment about using -1 in _finish_frameVincent Penquerc'h1-0/+3
2014-06-06avaudenc: avoid using wrong number of samplesVincent Penquerc'h1-1/+1
2014-06-02avvidenc: Fix indention and "bracketing" of goto labelsSebastian Dröge1-2/+5
2014-05-29avcodecmap: handle simple and advanced-simple profile in MPEG4Wim Taymans1-6/+19
2014-05-29avvidenc: do all negotiation before opening the decoderWim Taymans1-42/+39
2014-05-29avcodecmap: do more reverse mapping of MPEG4Wim Taymans1-0/+10
2014-05-26avdemux: use GstFlowCombinerThiago Santos1-41/+16
2014-05-26avdemux: remove legacy check from pad-alloc timesThiago Santos1-8/+0
2014-05-21Back to developmentSebastian Dröge1-3/+3
2014-05-21Release 1.3.21.3.2Sebastian Dröge10-42/+190
2014-05-21Automatic update of common submoduleSebastian Dröge1-0/+0
2014-05-19avvidenc: Add thread-count parameter for libav encodersGavin Hurlbut2-2/+28
2014-05-16gstavviddec: Sanitize and fix qos handling.Mathieu Duponchelle1-48/+15
2014-05-14Update to libav 10.1Sebastian Dröge1-0/+0
2014-05-08videodec: Don't use non-growable poolNicolas Dufresne1-1/+21
2014-05-03Back to developmentSebastian Dröge1-3/+3
2014-05-03Release 1.3.11.3.1Sebastian Dröge7-136/+717
2014-05-03Automatic update of common submoduleSebastian Dröge1-0/+0
2014-04-30libav: avoid dividing by zero on insane fps/parVincent Penquerc'h1-14/+31
2014-04-30avvidenc: guard against division by zeroVincent Penquerc'h1-0/+12