[vlc-devel] commit: Chroma modules now exactly implement the "video filter2" capability . (Antoine Cellerier )
git version control
git at videolan.org
Mon Jun 2 18:59:09 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Mon Jun 2 16:25:25 2008 +0200| [218efb93081e39e66b44a78d728847e1a3679db1]
Chroma modules now exactly implement the "video filter2" capability.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=218efb93081e39e66b44a78d728847e1a3679db1
---
include/vlc_filter.h | 34 +++++++++++++++++++++++++++-
modules/video_chroma/chain.c | 2 +-
modules/video_chroma/grey_yuv.c | 12 +++++++--
modules/video_chroma/i420_rgb.c | 37 ++++++++++++++++++++----------
modules/video_chroma/i420_rgb.h | 10 ++++++++
modules/video_chroma/i420_ymga.c | 9 +++++--
modules/video_chroma/i420_yuy2.c | 37 ++++++++++++++++++++++--------
modules/video_chroma/i422_i420.c | 14 ++++++++---
modules/video_chroma/i422_yuy2.c | 46 ++++++++++++++++++++++++-------------
modules/video_chroma/yuy2_i420.c | 19 +++++++++++----
modules/video_chroma/yuy2_i422.c | 19 +++++++++++----
src/video_output/video_output.c | 14 +++++++++--
src/video_output/vout_pictures.c | 6 +++-
13 files changed, 194 insertions(+), 65 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=218efb93081e39e66b44a78d728847e1a3679db1
More information about the vlc-devel
mailing list