summaryrefslogtreecommitdiff
path: root/ext/vp8/gstvp8dec.c
Commit message (Expand)AuthorAgeFilesLines
* vp8: Remove plugin, moved to gst-plugins-goodSebastian Dröge2012-09-161-570/+0
* vp8dec: Unref input/output states when stopping the decoderSebastian Dröge2012-09-161-0/+9
* vp8: Require latest libvpx release (1.1.0 from May 2012)Sebastian Dröge2012-09-161-8/+0
* vp8: Update copyright and authorsSebastian Dröge2012-09-141-2/+3
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* vp8dec: Call gst_video_decoder_negotiate()Edward Hervey2012-08-141-0/+1
* vp8dec: Add support for multiple decoding threadsSebastian Dröge2012-08-141-2/+21
* vp8dec: Add support for the MFQE postprocessing flagSebastian Dröge2012-08-141-1/+10
* tag: Update for taglist/tag event API changesSebastian Dröge2012-07-281-1/+1
* ext: Update for video base classes API changesSebastian Dröge2012-07-231-1/+1
* update for query api changesWim Taymans2012-07-061-1/+1
* vp8: fix codec state leaksVincent Penquerc'h2012-06-071-0/+4
* update for tag event changeWim Taymans2012-06-061-1/+1
* vp8: Port to 0.11 againSebastian Dröge2012-05-281-59/+95
* vp8dec: Improve output_state handlingThiago Santos2012-05-281-8/+8
* vp8dec: Use outputstate when copying output buffer dataThiago Santos2012-05-281-1/+7
* vp8: Port to -base video base classesEdward Hervey2012-05-281-156/+145
* port some more to new memory APIMark Nauwelaerts2012-01-251-8/+9
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-101-0/+1
|\
| * vp8dec: use is_alt_data option to prevent timestamp collisionsOleksij Rempel (Alexey Fisher)2012-01-101-0/+1
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-11-261-1/+1
|\ \ | |/
| * vp8dec: use new basevideodecoder API to drop frames and get QoS messages postedTim-Philipp Müller2011-11-251-1/+1
* | vp8: Port to 0.11Edward Hervey2011-11-031-67/+65
|/
* vp8dec: add check if we have legal aspect-ratio before reset it.Alexey Fisher2011-06-251-2/+4
* vp8dec: set par to 1/1David Schleef2011-06-041-0/+2
* vp8dec: debug code style fixesMark Nauwelaerts2011-05-161-6/+9
* vp8dec: propagate downstream flow return to upstreamMark Nauwelaerts2011-05-161-1/+1
* basevideodecoder: really and only set src pad caps whenever requestedMark Nauwelaerts2011-05-161-16/+1
* basevideodecoder: invoke subclass start method at state change and use set_fo...Mark Nauwelaerts2011-05-161-0/+14
* basevideodecoder: subsume skip_frame into finish_frameMark Nauwelaerts2011-05-161-4/+4
* vp8: Remove dead assignmentsEdward Hervey2010-11-251-17/+0
* basevideo: Move common fields/functions to basecodecDavid Schleef2010-10-151-24/+17
* basevideo: Move deadline to frame structureDavid Schleef2010-09-181-3/+4
* vp8dec: Set GstBaseVideoDecoder::packetized to TRUE as soon as possiblePhilip Jägenstedt2010-08-191-1/+3
* vp8: Add initial documentation, based on the theoradec/theoraenc documentationSebastian Dröge2010-07-031-3/+20
* vp8: Move structure definitions, etc to public header files for gtk-docSebastian Dröge2010-07-031-63/+2
* vp8: Use VPX_PLANE_* instead of PLANE_*Sebastian Dröge2010-06-011-3/+6
* vp8dec: Set decoder deadline from the QoS informationSebastian Dröge2010-06-011-1/+10
* vp8dec: drop late frames after decoding themPhilip Jägenstedt2010-05-211-8/+15
* vp8dec: Only enable postprocessing if the decoder supports itSebastian Dröge2010-05-211-3/+12
* vp8: move #ifdef HAVE_VP8_ENCODER/DECODERPhilip Jägenstedt2010-05-211-2/+2
* vp8: Only enable the encoder or decoder if it's available in libvpxSebastian Dröge2010-05-201-2/+2
* vp8: exlcude dec/enc based on CONFIG_VP8_DECODER/ENCODERPhilip Jägenstedt2010-05-201-1/+7
* vp8: Undef HAVE_CONFIG_H before including libvpx headersSebastian Dröge2010-05-201-0/+6
* vp8dec: Fix memory leakSebastian Dröge2010-05-191-13/+6
* vp8dec: Add properties to control the VP8 decoder post processing featureSebastian Dröge2010-05-191-6/+117
* vp8: Improve error handling and debug outputSebastian Dröge2010-05-191-14/+20
* vp8: Use correct strides and plane offsets for GStreamerSebastian Dröge2010-05-191-22/+54
* vp8dec: Fix memory leaks and fail if initializing the decoder failsSebastian Dröge2010-05-191-12/+16