aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c
Commit message (Expand)AuthorAgeFilesLines
* [g3dvl] remove unused and dublicate fields from picture structureChristian König2011-06-051-3/+3
* [g3dvl] move quantification into shadersChristian König2011-05-291-70/+37
* [g3dvl] implement mismatch control inside idct shadersChristian König2011-05-291-15/+0
* [g3dvl] store mvpos seperately from x,y cordChristian König2011-05-151-23/+27
* [g3dvl] pre apply zscan to quant matrixChristian König2011-05-151-68/+51
* [g3dvl] fix fi_frame mb incrementChristian König2011-05-141-2/+19
* [g3dvl] move dct_type detection out of get_macroblock_modesChristian König2011-05-081-29/+23
* [g3dvl] fix field selection of mb without mcChristian König2011-05-081-18/+23
* [g3dvl] memcpy the DCT buffer instead of writing it directlyChristian König2011-05-071-2/+6
* [g3dvl] move zscan into shadersChristian König2011-05-051-95/+42
* [g3dvl] remove quantizer_scale from picture structureChristian König2011-05-041-34/+36
* [g3dvl] remove dc_dct_pred from picture structureChristian König2011-05-041-15/+16
* [g3dvl] divide mpg12 width height by 16Christian König2011-05-041-11/+8
* [g3dvl] remove the dubble zscan from the mpg12 decoderChristian König2011-05-041-57/+25
* [g3dvl] Implement MPEG2 VLDChristian König2011-05-041-0/+1962