summaryrefslogtreecommitdiff
path: root/ext/vp8/gstvp8dec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vp8dec: Fix decoding of invisible framesSebastian Dröge2010-05-191-0/+3
* vp8dec: Correctly initialize stream info before peeking at the streamSebastian Dröge2010-05-191-3/+6
* vp8dec: Make sure to pass a keyframe as first frame to the decoder, copy outp...Sebastian Dröge2010-05-191-42/+33
* vp8dec: Fix reset after seekingDavid Schleef2010-05-191-37/+20
* vp8: Add encoder/decoderDavid Schleef2010-05-191-0/+397