summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-10util: normalize include files under src/util/*.h with util/ prefix in mesa co...Yonggang Luo1-1/+1
2019-04-19gallium/auxiliary/vl: Fix a couple of warningsKristian H. Kristensen1-6/+0
2016-06-13vl: Fix trivial sign compare warningsJan Vesely1-2/+2
2016-05-17Treewide: Remove Elements() macroJan Vesely1-12/+12
2015-08-03vl/mpeg12: Silence GCC unused-variable warning.Vinson Lee1-0/+1
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-11/+11
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-09-25vl/mpeg12: use new vlc function to search for start codesChristian König1-1/+1
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König1-2/+2
2013-08-19vl: rename enum pipe_video_codec to pipe_video_formatChristian König1-1/+1
2013-06-26vl/mpeg12: handle mpeg-1 bitstreams more correctlyMaarten Lankhorst1-5/+16
2013-06-22vl/mpeg12: fix mpeg-1 bytestream parsingMaarten Lankhorst1-6/+24
2012-03-09vl/mpeg12: make bitstream decoder more robustChristian König1-0/+2
2012-01-15vl: move away from state like parametersChristian König1-34/+34
2011-12-26vl: call decode_bitstream only onceChristian König1-2/+3
2011-12-23vl: improve vlc functions and handlingMaarten Lankhorst1-27/+19
2011-08-29vl: Fix include styleKai Wasserbäch1-2/+2
2011-08-29g3dvl: Fix a bug not decoding the last 32-64 bits of an mpeg2 bitstream.Christian König1-6/+4
2011-08-26g3dvl: fix compilation failure on MSVCBrian Paul1-1/+2
2011-08-26g3dvl: Rewrite the mpeg 1&2 bitstream parserChristian König1-1646/+796
2011-08-26g3dvl: Use a single texture for luma and chroma dataChristian König1-8/+12
2011-08-26g3dvl: Rework the decoder interface part 3/5Christian König1-17/+17
2011-07-13g3dvl: s/inline/INLINE/Vinson Lee1-28/+29
2011-06-05[g3dvl] remove unused and dublicate fields from picture structureChristian König1-3/+3
2011-05-29[g3dvl] move quantification into shadersChristian König1-70/+37
2011-05-29[g3dvl] implement mismatch control inside idct shadersChristian König1-15/+0
2011-05-15[g3dvl] store mvpos seperately from x,y cordChristian König1-23/+27
2011-05-15[g3dvl] pre apply zscan to quant matrixChristian König1-68/+51
2011-05-14[g3dvl] fix fi_frame mb incrementChristian König1-2/+19
2011-05-08[g3dvl] move dct_type detection out of get_macroblock_modesChristian König1-29/+23
2011-05-08[g3dvl] fix field selection of mb without mcChristian König1-18/+23
2011-05-07[g3dvl] memcpy the DCT buffer instead of writing it directlyChristian König1-2/+6
2011-05-05[g3dvl] move zscan into shadersChristian König1-95/+42
2011-05-04[g3dvl] remove quantizer_scale from picture structureChristian König1-34/+36
2011-05-04[g3dvl] remove dc_dct_pred from picture structureChristian König1-15/+16
2011-05-04[g3dvl] divide mpg12 width height by 16Christian König1-11/+8
2011-05-04[g3dvl] remove the dubble zscan from the mpg12 decoderChristian König1-57/+25
2011-05-04[g3dvl] Implement MPEG2 VLDChristian König1-0/+1962