summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_vlc.h
Commit message (Expand)AuthorAgeFilesLines
* vl: Fix trivial sign compare warningsJan Vesely2016-06-131-4/+4
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-15/+15
* gallium/vl: partially revert "Use util_cpu_to_le{16,32} in many more places."Christian König2015-03-271-1/+5
* gallium: Use util_cpu_to_le{16,32} in many more places.Matt Turner2015-02-231-5/+1
* vl/vlc: add function to limit the vlc sizeChristian König2014-02-061-12/+41
* vl/vlc: add remove bits functionChristian König2014-02-061-0/+12
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* vl/vlc: add fast forward search for byte valueChristian König2013-09-251-10/+74
* vl/mpeg12: make bitstream decoder more robustChristian König2012-03-091-1/+0
* vl: Fix inverted logic in vlc checksMaarten Lankhorst2011-12-241-4/+4
* vl: improve vlc functions and handlingMaarten Lankhorst2011-12-231-32/+137
* 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-2/+3
* g3dvl: use pointer_to_uintptr() to silence a cast warningBrian Paul2011-08-261-1/+2
* g3dvl: Rewrite the mpeg 1&2 bitstream parserChristian König2011-08-261-85/+116
* g3dvl: s/inline/INLINE/Vinson Lee2011-07-131-4/+6
* [g3dvl] Implement MPEG2 VLDChristian König2011-05-041-0/+138