summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl/vl_vp8_decoder.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-24g3dvl/vp8: Sync with last git master, move back detection of start codes into...vp8Emeric Grange1-1/+20
2012-06-24g3dvl/vp8: Move bitstream sync_code detection to the VDPAU state tracker, sim...Emeric Grange1-97/+45
2012-06-24g3dvl/vp8: Sync with last upstream updateEmeric Grange1-102/+82
2012-06-24g3dvl: vp8 move around some codeEmeric Grange1-3/+2
2012-06-24g3dvl: Merge VP8 decoder with the latest vl changesEmeric Grange1-114/+136
2012-06-24g3dvl: vp8 cleanupEmeric Grange1-15/+13
2012-06-24g3dvl: Merge VP8 with last upstream vl modificationEmeric Grange1-90/+121
2012-06-24g3dvl: Leave the VP8 uncompressed frame header handling to the VDPAU client appEmeric Grange1-13/+1
2012-06-24g3dvl: Rename some functions from the VP8 decoder, move some code aroundEmeric Grange1-17/+43
2012-06-24g3dvl: Remove the 'input_partition' functionnality of the VP8 decoderEmeric Grange1-1/+1
2012-06-24g3dvl: Sync some functions with the mpeg2 decoderEmeric Grange1-12/+53
2012-06-24Remove 3 out of 3 level of abstraction for the VP8 decoder main structureEmeric Grange1-42/+35
2012-06-24g3dvl: Dead code removal and cleanups in the vp8 decoderEmeric Grange1-5/+0
2012-06-24g3dvl: Clean up the vp8 decoder initialization processEmeric Grange1-2/+5
2012-06-24g3dv: Update final frame buffer recuperationEmeric Grange1-2/+7
2012-06-24g3dv: Proper destruction of the vp8 decoderEmeric Grange1-0/+3
2012-06-24g3dvl: Continue VP8 decoder interface cleanupsEmeric Grange1-17/+2
2012-06-24g3dvl: Remove two out of 3 level of abstraction for the VP8 decoder main stru...Emeric Grange1-5/+8
2012-06-24g3dvl: Remove one out of 3 level of abstraction for the VP8 decoder mainEmeric Grange1-17/+9
2012-06-24g3dvl: More cleanups; Remove vpx_image; Continue separating the vpx context f...Emeric Grange1-58/+26
2012-06-24g3dvl: Refactor some more code of the VP8 decoderEmeric Grange1-2/+5
2012-06-24g3dvl: The VP8 decoder now return a YV12 buffer instead of a I420 bufferEmeric Grange1-39/+33
2012-06-24g3dvl: Add VP8 video decoding supportEmeric Grange1-0/+502