Module: Mesa Branch: master Commit: 9765dede7556f7ccfef1d90bab14a2bfa03384e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9765dede7556f7ccfef1d90bab14a2bfa03384e5
Author: Christian König <[email protected]> Date: Wed Aug 24 22:51:31 2011 +0200 g3dvl: Rewrite the mpeg 1&2 bitstream parser Based on work of Maarten Lankhorst this time. Signed-off-by: Christian König <[email protected]> Reviewed-by: Younes Manton <[email protected]> --- src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c | 2442 ++++++++---------------- src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h | 23 +- src/gallium/auxiliary/vl/vl_mpeg12_decoder.c | 8 +- src/gallium/auxiliary/vl/vl_vlc.h | 201 ++- src/gallium/include/pipe/p_video_state.h | 11 + 5 files changed, 934 insertions(+), 1751 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=9765dede7556f7ccfef1d90bab14a2bfa03384e5 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
