summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c
Commit message (Expand)AuthorAgeFilesLines
* vl: Fix trivial sign compare warningsJan Vesely2016-06-131-2/+2
* Treewide: Remove Elements() macroJan Vesely2016-05-171-12/+12
* vl/mpeg12: Silence GCC unused-variable warning.Vinson Lee2015-08-031-0/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-11/+11
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* vl/mpeg12: use new vlc function to search for start codesChristian König2013-09-251-1/+1
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-2/+2
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-191-1/+1
* vl/mpeg12: handle mpeg-1 bitstreams more correctlyMaarten Lankhorst2013-06-261-5/+16
* vl/mpeg12: fix mpeg-1 bytestream parsingMaarten Lankhorst2013-06-221-6/+24
* vl/mpeg12: make bitstream decoder more robustChristian König2012-03-091-0/+2
* vl: move away from state like parametersChristian König2012-01-151-34/+34
* vl: call decode_bitstream only onceChristian König2011-12-261-2/+3
* vl: improve vlc functions and handlingMaarten Lankhorst2011-12-231-27/+19
* vl: Fix include styleKai Wasserbäch2011-08-291-2/+2
* g3dvl: Fix a bug not decoding the last 32-64 bits of an mpeg2 bitstream.Christian König2011-08-291-6/+4
* g3dvl: fix compilation failure on MSVCBrian Paul2011-08-261-1/+2
* g3dvl: Rewrite the mpeg 1&2 bitstream parserChristian König2011-08-261-1646/+796
* g3dvl: Use a single texture for luma and chroma dataChristian König2011-08-261-8/+12
* g3dvl: Rework the decoder interface part 3/5Christian König2011-08-261-17/+17
* g3dvl: s/inline/INLINE/Vinson Lee2011-07-131-28/+29
* [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