log libmpcodecs/vf_il.c @ 36078:c297c1a78ae6

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().
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-04-02 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
2009-02-17 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
2008-05-13 diego Use standard license headers.
2007-12-02 reimar Make all vf_info_t structs const
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2006-03-21 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
2006-01-13 diego Update licensing information: The FSF changed postal address.
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.
2002-11-06 arpi *HUGE* set of compiler warning fixes, unused variables removal
2002-11-02 arpi removed dummy config(), query_format()
2002-10-31 michael (de)intrleave luma & chroma idependantly
2002-10-31 michael (de)interleave filter (can be used to split/merge an interlaced image so other non interlaced filters an be used with idividual fields)