index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
vl
/
vl_mpeg12_bitstream.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vl/mpeg12: Silence GCC unused-variable warning.
Vinson Lee
2015-08-03
1
-0
/
+1
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-11
/
+11
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
vl/mpeg12: use new vlc function to search for start codes
Christian König
2013-09-25
1
-1
/
+1
*
vl: rename pipe_video_decoder to pipe_video_codec
Christian König
2013-08-19
1
-2
/
+2
*
vl: rename enum pipe_video_codec to pipe_video_format
Christian König
2013-08-19
1
-1
/
+1
*
vl/mpeg12: handle mpeg-1 bitstreams more correctly
Maarten Lankhorst
2013-06-26
1
-5
/
+16
*
vl/mpeg12: fix mpeg-1 bytestream parsing
Maarten Lankhorst
2013-06-22
1
-6
/
+24
*
vl/mpeg12: make bitstream decoder more robust
Christian König
2012-03-09
1
-0
/
+2
*
vl: move away from state like parameters
Christian König
2012-01-15
1
-34
/
+34
*
vl: call decode_bitstream only once
Christian König
2011-12-26
1
-2
/
+3
*
vl: improve vlc functions and handling
Maarten Lankhorst
2011-12-23
1
-27
/
+19
*
vl: Fix include style
Kai Wasserbäch
2011-08-29
1
-2
/
+2
*
g3dvl: Fix a bug not decoding the last 32-64 bits of an mpeg2 bitstream.
Christian König
2011-08-29
1
-6
/
+4
*
g3dvl: fix compilation failure on MSVC
Brian Paul
2011-08-26
1
-1
/
+2
*
g3dvl: Rewrite the mpeg 1&2 bitstream parser
Christian König
2011-08-26
1
-1646
/
+796
*
g3dvl: Use a single texture for luma and chroma data
Christian König
2011-08-26
1
-8
/
+12
*
g3dvl: Rework the decoder interface part 3/5
Christian König
2011-08-26
1
-17
/
+17
*
g3dvl: s/inline/INLINE/
Vinson Lee
2011-07-13
1
-28
/
+29
*
[g3dvl] remove unused and dublicate fields from picture structure
Christian König
2011-06-05
1
-3
/
+3
*
[g3dvl] move quantification into shaders
Christian König
2011-05-29
1
-70
/
+37
*
[g3dvl] implement mismatch control inside idct shaders
Christian König
2011-05-29
1
-15
/
+0
*
[g3dvl] store mvpos seperately from x,y cord
Christian König
2011-05-15
1
-23
/
+27
*
[g3dvl] pre apply zscan to quant matrix
Christian König
2011-05-15
1
-68
/
+51
*
[g3dvl] fix fi_frame mb increment
Christian König
2011-05-14
1
-2
/
+19
*
[g3dvl] move dct_type detection out of get_macroblock_modes
Christian König
2011-05-08
1
-29
/
+23
*
[g3dvl] fix field selection of mb without mc
Christian König
2011-05-08
1
-18
/
+23
*
[g3dvl] memcpy the DCT buffer instead of writing it directly
Christian König
2011-05-07
1
-2
/
+6
*
[g3dvl] move zscan into shaders
Christian König
2011-05-05
1
-95
/
+42
*
[g3dvl] remove quantizer_scale from picture structure
Christian König
2011-05-04
1
-34
/
+36
*
[g3dvl] remove dc_dct_pred from picture structure
Christian König
2011-05-04
1
-15
/
+16
*
[g3dvl] divide mpg12 width height by 16
Christian König
2011-05-04
1
-11
/
+8
*
[g3dvl] remove the dubble zscan from the mpg12 decoder
Christian König
2011-05-04
1
-57
/
+25
*
[g3dvl] Implement MPEG2 VLD
Christian König
2011-05-04
1
-0
/
+1962