[vlc-devel] [PATCH 1/2] Sepia video filter

Rémi Denis-Courmont remi at remlab.net
Sat Dec 11 02:15:18 CET 2010


   Hello,

On Sunday 28 November 2010, Branko Kokanovic wrote:
> Hi,
> new version (again, just first patch without GUI).
> Fixed:
> * stored SepiaFunction directly
> * changed VLC_CODEC_VYUY for VLC_CODEC_CYUV (actually, I copied that
> from filter_picture.h (CASE_PACKED_YUV_422), maybe that code there isn't
> right too?)
> * removed redundant 'if' for chroma
> * reused vlc_unit8
> * used vlc_yuv_packed() for simpler code
> * complete rewrite planar sepia so it iterated for two lines and two
> pixels in line, so it is now taking four y values when calculating new
> values

Merged, thanks. I just fixed the Makefile alphabetic order.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list