summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl
AgeCommit message (Expand)AuthorFilesLines
2012-06-24g3dvl/vp8: Sync with last git master, move back detection of start codes into...vp8Emeric Grange2-19/+43
2012-06-24g3dvl/vp8: Minor cleanups into the software decoderEmeric Grange7-49/+46
2012-06-24g3dvl/vp8: Move bitstream sync_code detection to the VDPAU state tracker, sim...Emeric Grange4-102/+47
2012-06-24g3dvl/vp8: cosmeticEmeric Grange1-16/+15
2012-06-24g3dvl/vp8: Sync with last upstream updateEmeric Grange2-103/+83
2012-06-24g3dvl/vp8: make mb_init_dequantizer() staticEmeric Grange1-1/+1
2012-06-24g3dvl/vp8: ooopsEmeric Grange1-1/+1
2012-06-24g3dvl/vp8: Rename some data fields to match RFC 6386, plus some minor cleanupsEmeric Grange12-93/+86
2012-06-24g3dvl: finish merging VP8_COMMON and VP8D_COMP structures, plus some minor cl...Emeric Grange11-458/+444
2012-06-24g3dvl: start merging VP8_COMMON and VP8D_COMP structures, plus some minor cle...Emeric Grange13-137/+113
2012-06-24g3dvl: vp8 move around some codeEmeric Grange8-350/+330
2012-06-24g3dvl: vp8 minor cleanupEmeric Grange10-66/+66
2012-06-24g3dvl: vp8 minor cleanupEmeric Grange17-265/+272
2012-06-24g3dvl: A collection of small cleanupsEmeric Grange19-280/+210
2012-06-24g3dvl: Move all of the software VP8 decoder into the same folder, unified the...Emeric Grange54-170/+138
2012-06-24g3dvl: minor cleanupsEmeric Grange7-25/+26
2012-06-24g3dvl: vp8/decoder/dequantize.h was missingEmeric Grange1-0/+26
2012-06-24g3dvl: Move around a lot of code, rename some files to increase global coherenceEmeric Grange18-332/+316
2012-06-24g3dvl: Cleanup VP8 subpixel filtersEmeric Grange7-217/+294
2012-06-24g3dvl: minor cleanupsEmeric Grange12-40/+46
2012-06-24g3dvl: Merge VP8 decoder with the latest vl changesEmeric Grange4-141/+172
2012-06-24g3dvl: Merge treereader and dboolhuff (forgot to add the treereader.c file)Emeric Grange1-0/+141
2012-06-24g3dvl: Merge treereader and dboolhuffEmeric Grange9-245/+90
2012-06-24g3dvl: reorganize some filesEmeric Grange8-283/+282
2012-06-24g3dvl: vp8 software decoder cleanupEmeric Grange15-297/+242
2012-06-24g3dvl: vp8 software decoder cleanupEmeric Grange14-160/+105
2012-06-24g3dvl: vp8 cleanupEmeric Grange3-17/+13
2012-06-24g3dvl: Merge VP8 with last upstream vl modificationEmeric Grange5-100/+147
2012-06-24g3dvl: Better naming of the boolean decoder across the different filesEmeric Grange8-125/+124
2012-06-24g3dvl: Cosmetic and dead code removalEmeric Grange3-84/+63
2012-06-24g3dvl: Cosmetic cleanupsEmeric Grange1-78/+60
2012-06-24g3dvl: Replace CONFIG_DEBUG macro by ENABLE_DEBUGEmeric Grange3-9/+9
2012-06-24g3dvl: Another round of cosmetic cleanupsEmeric Grange8-54/+36
2012-06-24g3dvl: Move some macrosEmeric Grange2-22/+22
2012-06-24g3dvl: Merge extend.c and decodeframe.cEmeric Grange3-61/+31
2012-06-24g3dvl: Leave the VP8 uncompressed frame header handling to the VDPAU client appEmeric Grange2-108/+16
2012-06-24g3dvl: Delete unused debugging stuffEmeric Grange2-41/+1
2012-06-24g3dvl: Rename some functions from the VP8 decoder, move some code aroundEmeric Grange6-115/+144
2012-06-24g3dvl: cosmeticEmeric Grange3-44/+14
2012-06-24g3dvl: Mostly cosmetic cleanups, and some var & func renamingEmeric Grange17-190/+173
2012-06-24g3dvl: Mostly cosmetic cleanups, and some dead code removalEmeric Grange10-195/+110
2012-06-24g3dvl: Remove the 'input_partition' functionnality of the VP8 decoderEmeric Grange5-84/+8
2012-06-24g3dvl: Mostly cosmetic cleanupsEmeric Grange9-66/+55
2012-06-24g3dvl: Sync some functions with the mpeg2 decoderEmeric Grange1-12/+53
2012-06-24g3dvl: Remove useless printfEmeric Grange1-4/+0
2012-06-24Remove 3 out of 3 level of abstraction for the VP8 decoder main structureEmeric Grange4-195/+42
2012-06-24g3dvl: Dead code removal and cleanups in the vp8 decoderEmeric Grange8-166/+17
2012-06-24g3dvl: Clean up the vp8 decoder initialization processEmeric Grange5-49/+16
2012-06-24g3dv: Update final frame buffer recuperationEmeric Grange2-14/+7
2012-06-24g3dv: Proper destruction of the vp8 decoderEmeric Grange1-0/+3