]> git.sesse.net Git - vlc/commit
Chroma API change. Chromas are now normal video filters (almost).
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 26 May 2008 19:44:06 +0000 (21:44 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 2 Jun 2008 16:43:40 +0000 (18:43 +0200)
commit2e2178f773f3316cb9895e25eb14b8db70f9a414
tree42453f3105e648a1a4ba50a47e3098424bf63805
parentefc571987f4047c0454f75d3ee30ba4df3693fa7
Chroma API change. Chromas are now normal video filters (almost).
21 files changed:
include/vlc_common.h
include/vlc_es.h
include/vlc_filter.h
include/vlc_objects.h
include/vlc_vout.h
modules/codec/ffmpeg/chroma.c
modules/codec/ffmpeg/ffmpeg.c
modules/video_chroma/chain.c
modules/video_chroma/grey_yuv.c
modules/video_chroma/i420_rgb.c
modules/video_chroma/i420_rgb.h
modules/video_chroma/i420_rgb16.c
modules/video_chroma/i420_rgb8.c
modules/video_chroma/i420_ymga.c
modules/video_chroma/i420_yuy2.c
modules/video_chroma/i422_i420.c
modules/video_chroma/i422_yuy2.c
modules/video_chroma/yuy2_i420.c
modules/video_chroma/yuy2_i422.c
src/video_output/video_output.c
src/video_output/vout_pictures.c