summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2015-06-28avviddec: Use the new get_buffer2() API instead of the deprecated APIsSebastian Dröge1-94/+26
2015-06-28avviddec: Also proxy the data/size pointers for our wrapper AVBufferRefSebastian Dröge1-1/+2
2015-06-26codecmap: add vp9 mappingWim Taymans1-0/+9
2015-06-26avviddec: Wrap the original AVBufferRef in our own buffer for the destroy fun...Sebastian Dröge1-6/+18
2015-06-26avviddec: libav will already copy the reordered_opaque pointer for usSebastian Dröge1-3/+0
2015-06-26avviddec: Negotiate based on the AVFrame information, not the context informa...Sebastian Dröge2-60/+88
2015-06-11avcodec: Check against codec format listNicolas Dufresne1-6/+26
2015-06-11viddec: Replicate any 3D/multiview info from input caps onto outputJan Schmidt1-0/+9
2015-06-05avviddec: Release stream lock while calling avcodec_decode_video2()Sebastian Dröge1-0/+7
2015-06-02avviddec: Post error message before returning a flow errorOlivier Crête1-1/+2
2015-06-02avcodecmap: Use video/x-cavs mime type instead of video/x-gst-av-cavsAurélien Zanelli1-1/+6
2015-06-02avauddev: Unref decoded AVFrame after we're done with itSebastian Dröge1-0/+1
2015-03-29avdemux: resurrect some flow return handlingMark Nauwelaerts1-0/+1
2015-03-10avdemux: fix double semicolonTim-Philipp Müller1-1/+1
2015-03-10libav: Add support for 10 bit planar AYUV formatsSebastian Dröge1-0/+6
2015-03-10libav: Change from deprecated PIX_FMT_* to AV_PIX_FMT_*Sebastian Dröge6-243/+243
2015-03-09avviddec: Don't copy padding if handling a frame failedSebastian Dröge1-5/+5
2015-03-09avviddec: If a flow return during draining is not OK, don't drain any furtherSebastian Dröge1-4/+2
2015-03-09avviddec: Error out if we try to allocate a buffer without being negotiatedSebastian Dröge1-1/+9
2015-03-05avdemux: remove duplicate goto blockLuis de Bethencourt1-10/+4
2015-03-05avdemux: check AVIO Context has been allocatedLuis de Bethencourt1-0/+3
2015-02-24Add drain() vfunc implementation that does the same as finish()Jan Schmidt1-0/+1
2015-01-27avviddec: Implement SKIP and new SKIP_KEY_UNITS_ONLY flagsJan Schmidt1-10/+22
2014-11-28av: use GMutex instead of deprecated GStaticMutexAurélien Zanelli1-7/+7
2014-11-16videodec: Ensure update_pool is initializedNicolas Dufresne1-1/+1
2014-09-23avauddec: drain samples until libav doesn't have more dataAleix Conchillo Flaqué1-25/+14
2014-09-12avviddec: drain frames until libav doesn't have more dataIBM Thinklab1-4/+2
2014-08-12libav: Minor changes to build properly with v11alpha1Sebastian Dröge1-1/+1
2014-08-12avviddec: After draining frames, flush the libav decoderJan Schmidt1-0/+1
2014-08-11avviddec: Don't lose frames on EOSAleix Conchillo Flaqué1-25/+15
2014-08-06avauddec: Bump the rank of avdec_aac so it is used by defaultThibault Saunier1-0/+1
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-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-08videodec: Don't use non-growable poolNicolas Dufresne1-1/+21
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
2014-04-29avaudenc: Fix leak of AVBufferRefSebastian Dröge1-7/+15