log libmpcodecs/vf_mirror.c @ 35119:a7fa72e52734

age author description
2011-01-14 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
2010-02-21 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
2010-02-21 diego Rename open() vf initialization function to vf_open().
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2007-12-02 reimar Make all vf_info_t structs const
2007-05-27 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
2006-06-18 lucabe Software Scaler headers usage cleanup
2006-03-21 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2003-03-15 albeu Add the new -vf option wich is the same as vop in reverse order.
2003-02-04 arpi fixed palette support
2003-01-03 arpi fixed 16bpp packed YUV formats
2002-09-10 arpi changing return type of put_image void->int
2002-06-23 alex better planar support, chroma subsampling support and Y8/Y800 support
2002-04-21 arpi 10l, >1bpp modes fixed..., x<->y swapped
2002-04-21 eyck Complement existing filters - rotate and flip.