summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-29avvidenc: Fix leak of AVBufferRefStian Selnes1-5/+15
2014-04-14avaudenc: Fix compile without gst debugEdward Hervey1-3/+2
2014-04-08avdemux: Remove unused variableEdward Hervey1-4/+0
2014-04-08codecmap: Add missing breakEdward Hervey1-0/+1
2014-04-06avcodecmap: Add mapping for Apple Intermediate CodecSebastian Dröge1-0/+9
2014-03-25avvidenc: discard input frame upon encoding errorMark Nauwelaerts1-1/+2
2014-02-23avvidenc: make all properties work againMark Nauwelaerts1-2/+2
2014-02-22avmux: stream-start and segment event before data-flowMark Nauwelaerts1-0/+17