[g3dvl] Implement MPEG2 VLD
authorChristian König <deathsimple@vodafone.de>
Wed, 4 May 2011 16:56:32 +0000 (18:56 +0200)
committerChristian König <deathsimple@vodafone.de>
Wed, 4 May 2011 16:58:55 +0000 (18:58 +0200)
commitc888fe027c338f337123de4da2de1ac73b0f7587
tree7eb25f918ae1ae3c233242c866b81bbdf3388719
parentf20608b951dd629ecc1fceb111a876c1c70c57a9
[g3dvl] Implement MPEG2 VLD

Based uppon xine's slice_xvmc.c.
This gets VDPAU up and running.
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h [new file with mode: 0644]
src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
src/gallium/auxiliary/vl/vl_vlc.h [new file with mode: 0644]
src/gallium/include/pipe/p_video_context.h
src/gallium/include/pipe/p_video_state.h
src/gallium/state_trackers/vdpau/decode.c