summaryrefslogtreecommitdiff
path: root/ext/vp8/gstvp8dec.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-13vp8dec: use is_alt_data option to prevent timestamp collisionsOleksij Rempel (Alexey Fisher)1-0/+1
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+4
2011-11-25vp8dec: use new basevideodecoder API to drop frames and get QoS messages postedTim-Philipp Müller1-1/+1
2011-06-25vp8dec: add check if we have legal aspect-ratio before reset it.Alexey Fisher1-2/+4
2011-06-04vp8dec: set par to 1/1David Schleef1-0/+2
2011-05-16vp8dec: debug code style fixesMark Nauwelaerts1-6/+9
2011-05-16vp8dec: propagate downstream flow return to upstreamMark Nauwelaerts1-1/+1
2011-05-16basevideodecoder: really and only set src pad caps whenever requestedMark Nauwelaerts1-16/+1
2011-05-16basevideodecoder: invoke subclass start method at state change and use set_fo...Mark Nauwelaerts1-0/+14
2011-05-16basevideodecoder: subsume skip_frame into finish_frameMark Nauwelaerts1-4/+4
2010-11-25vp8: Remove dead assignmentsEdward Hervey1-17/+0
2010-10-15basevideo: Move common fields/functions to basecodecDavid Schleef1-24/+17
2010-09-18basevideo: Move deadline to frame structureDavid Schleef1-3/+4
2010-08-19vp8dec: Set GstBaseVideoDecoder::packetized to TRUE as soon as possiblePhilip Jägenstedt1-1/+3
2010-07-03vp8: Add initial documentation, based on the theoradec/theoraenc documentationSebastian Dröge1-3/+20
2010-07-03vp8: Move structure definitions, etc to public header files for gtk-docSebastian Dröge1-63/+2
2010-06-01vp8: Use VPX_PLANE_* instead of PLANE_*Sebastian Dröge1-3/+6
2010-06-01vp8dec: Set decoder deadline from the QoS informationSebastian Dröge1-1/+10
2010-05-21vp8dec: drop late frames after decoding themPhilip Jägenstedt1-8/+15
2010-05-21vp8dec: Only enable postprocessing if the decoder supports itSebastian Dröge1-3/+12
2010-05-21vp8: move #ifdef HAVE_VP8_ENCODER/DECODERPhilip Jägenstedt1-2/+2
2010-05-20vp8: Only enable the encoder or decoder if it's available in libvpxSebastian Dröge1-2/+2
2010-05-20vp8: exlcude dec/enc based on CONFIG_VP8_DECODER/ENCODERPhilip Jägenstedt1-1/+7
2010-05-20vp8: Undef HAVE_CONFIG_H before including libvpx headersSebastian Dröge1-0/+6
2010-05-19vp8dec: Fix memory leakSebastian Dröge1-13/+6
2010-05-19vp8dec: Add properties to control the VP8 decoder post processing featureSebastian Dröge1-6/+117
2010-05-19vp8: Improve error handling and debug outputSebastian Dröge1-14/+20
2010-05-19vp8: Use correct strides and plane offsets for GStreamerSebastian Dröge1-22/+54
2010-05-19vp8dec: Fix memory leaks and fail if initializing the decoder failsSebastian Dröge1-12/+16
2010-05-19vp8dec: Fix decoding of invisible framesSebastian Dröge1-0/+3
2010-05-19vp8dec: Correctly initialize stream info before peeking at the streamSebastian Dröge1-3/+6
2010-05-19vp8dec: Make sure to pass a keyframe as first frame to the decoder, copy outp...Sebastian Dröge1-42/+33
2010-05-19vp8dec: Fix reset after seekingDavid Schleef1-37/+20
2010-05-19vp8: Add encoder/decoderDavid Schleef1-0/+397