log libmpcodecs/vf_fil.c @ 34610:4ff933a89818

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-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-10-22 michael fast deinterleaver (= il filter with stride/width/height tricks)