summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avviddec: Release stream lock while calling avcodec_decode_video2()1.4Sebastian Dröge2015-06-071-0/+7
* avviddec: Post error message before returning a flow errorOlivier Crête2015-06-071-1/+2
* avauddev: Unref decoded AVFrame after we're done with itSebastian Dröge2015-06-071-0/+1
* avviddec: Error out if we try to allocate a buffer without being negotiatedSebastian Dröge2015-06-071-1/+9
* libav: Update to v10.7Sebastian Dröge2015-05-311-0/+0
* libav: Update to v10.6Sebastian Dröge2015-03-141-0/+0
* Release 1.4.51.4.5Sebastian Dröge2014-12-186-12/+38
* videodec: Ensure update_pool is initializedNicolas Dufresne2014-11-191-1/+1
* Release 1.4.41.4.4Sebastian Dröge2014-11-066-10/+33
* Release 1.4.31.4.3Sebastian Dröge2014-09-246-11/+41
* avauddec: drain samples until libav doesn't have more dataAleix Conchillo Flaqué2014-09-241-25/+14
* Release 1.4.21.4.2Sebastian Dröge2014-09-196-9/+55
* avviddec: drain frames until libav doesn't have more dataIBM Thinklab2014-09-131-4/+2
* avviddec: After draining frames, flush the libav decoderJan Schmidt2014-09-131-0/+1
* libav: Update to v10.5Sebastian Dröge2014-09-121-0/+0
* Release 1.4.11.4.1Sebastian Dröge2014-08-276-163/+69
* libav: Update to v10.4Sebastian Dröge2014-08-271-0/+0
* avviddec: Don't lose frames on EOSAleix Conchillo Flaqué2014-08-121-25/+15
* libav: Update to v10.3Sebastian Dröge2014-08-111-0/+0
* Release 1.4.01.4.0Sebastian Dröge2014-07-196-24/+42
* Release 1.3.911.3.91Sebastian Dröge2014-07-116-10/+33
* Release 1.3.901.3.90Sebastian Dröge2014-06-287-31/+69
* libav: Update to v10.2Sebastian Dröge2014-06-281-0/+0
* Back to developmentSebastian Dröge2014-06-221-3/+3
* Release 1.3.31.3.3Sebastian Dröge2014-06-226-41/+183
* avvidenc: Make sure to fixate caps before setting them on the padSebastian Dröge2014-06-211-1/+1
* avcodecmap: place supported profiles in mpeg4 capsWim Taymans2014-06-061-1/+16
* avcodecmap: remove deprecated media typesWim Taymans2014-06-061-16/+0
* codecmap: don't expose more deprecated media typesWim Taymans2014-06-061-2/+2
* Revert "avcodecmap: do more reverse mapping of MPEG4"Wim Taymans2014-06-061-10/+0
* avaudenc: add a comment about using -1 in _finish_frameVincent Penquerc'h2014-06-061-0/+3
* avaudenc: avoid using wrong number of samplesVincent Penquerc'h2014-06-061-1/+1
* avvidenc: Fix indention and "bracketing" of goto labelsSebastian Dröge2014-06-021-2/+5
* avcodecmap: handle simple and advanced-simple profile in MPEG4Wim Taymans2014-05-291-6/+19
* avvidenc: do all negotiation before opening the decoderWim Taymans2014-05-291-42/+39
* avcodecmap: do more reverse mapping of MPEG4Wim Taymans2014-05-291-0/+10
* avdemux: use GstFlowCombinerThiago Santos2014-05-261-41/+16
* avdemux: remove legacy check from pad-alloc timesThiago Santos2014-05-261-8/+0
* Back to developmentSebastian Dröge2014-05-211-3/+3
* Release 1.3.21.3.2Sebastian Dröge2014-05-2110-42/+190
* Automatic update of common submoduleSebastian Dröge2014-05-211-0/+0
* avvidenc: Add thread-count parameter for libav encodersGavin Hurlbut2014-05-192-2/+28
* gstavviddec: Sanitize and fix qos handling.Mathieu Duponchelle2014-05-161-48/+15
* Update to libav 10.1Sebastian Dröge2014-05-141-0/+0
* videodec: Don't use non-growable poolNicolas Dufresne2014-05-081-1/+21
* Back to developmentSebastian Dröge2014-05-031-3/+3
* Release 1.3.11.3.1Sebastian Dröge2014-05-037-136/+717
* Automatic update of common submoduleSebastian Dröge2014-05-031-0/+0
* libav: avoid dividing by zero on insane fps/parVincent Penquerc'h2014-04-301-14/+31
* avvidenc: guard against division by zeroVincent Penquerc'h2014-04-301-0/+12