]> git.sesse.net Git - vlc/commit
Support for X11 Unichrome and XvMC extensions. The patch includes hw codec and video_...
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 23 Oct 2006 21:16:55 +0000 (21:16 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 23 Oct 2006 21:16:55 +0000 (21:16 +0000)
commit3f8b63067e9a8eb55f436b7a79bcc43136b9a71c
tree57bf92b8f6d102287daa010d9ed6fd6b320a1cd1
parentd3217fc729bc813a19e6743db7c5b18c7d66524c
Support for X11 Unichrome and XvMC extensions. The patch includes hw codec and video_output module for testing on VIA boards (CLE266). Patch by Christophe Burgalat <c.burgalat _at_ broadcastavenue _dot_ com>

This patch is not tested yet and is disabled by default.
23 files changed:
THANKS
modules/codec/xvmc/Modules.am [new file with mode: 0644]
modules/codec/xvmc/accel_xvmc.h [new file with mode: 0644]
modules/codec/xvmc/alloc.c [new file with mode: 0644]
modules/codec/xvmc/attributes.h [new file with mode: 0644]
modules/codec/xvmc/cpu_accel.c [new file with mode: 0644]
modules/codec/xvmc/cpu_state.c [new file with mode: 0644]
modules/codec/xvmc/decode.c [new file with mode: 0644]
modules/codec/xvmc/header.c [new file with mode: 0644]
modules/codec/xvmc/motion_comp.c [new file with mode: 0644]
modules/codec/xvmc/motion_comp_mmx.c [new file with mode: 0644]
modules/codec/xvmc/mpeg2.h [new file with mode: 0644]
modules/codec/xvmc/mpeg2_internal.h [new file with mode: 0644]
modules/codec/xvmc/slice.c [new file with mode: 0644]
modules/codec/xvmc/slice_xvmc_vld.c [new file with mode: 0644]
modules/codec/xvmc/vlc.h [new file with mode: 0644]
modules/codec/xvmc/xvmc_vld.h [new file with mode: 0644]
modules/codec/xvmc/xxmc-config.h [new file with mode: 0644]
modules/codec/xvmc/xxmc.c [new file with mode: 0644]
modules/video_output/x11/Modules.am
modules/video_output/x11/xcommon.c
modules/video_output/x11/xcommon.h
modules/video_output/x11/xvmc.c [new file with mode: 0644]