[vlc-devel] vlc: svn commit r23879 (dionoea)
Subversion daemon
svn at videolan.org
Wed Dec 26 03:35:50 CET 2007
r23879 | dionoea | 2007-12-26 03:35:50 +0100 (Wed, 26 Dec 2007) | 5 lines
Changed paths:
M /trunk/configure.ac
M /trunk/modules/video_chroma/Modules.am
A /trunk/modules/video_chroma/chain.c (from /trunk/modules/video_chroma/i422_yuy2.c:23848)
A /trunk/modules/video_chroma/yuy2_i420.c
A /trunk/modules/video_chroma/yuy2_i422.c (from /trunk/modules/video_chroma/i422_yuy2.c:23848)
Three new chroma converters:
* yuy2_i420: convert from Packed YUV 4:2:2 to Planar YUV 4:2:0
* yuy2_i422: convert from Packed YUV 4:2:2 to Planar YUV 4:2:2
* chroma_chain: attempt to chain 2 chroma converters to acheive the conversion (i.e. yuy2 -> rv32 will be done using yuy2 -> i420 -> rv32)
> http://trac.videolan.org/vlc/changeset/23879
More information about the vlc-devel
mailing list