log libmpcodecs/vf_yvu9.c @ 34982:df138f843ebc

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-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2006-06-18 lucabe Software Scaler headers usage cleanup
2006-03-31 reynaldo Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
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-04-19 michael vf_clone_mpi_attributes()
2003-03-15 albeu Add the new -vf option wich is the same as vop in reverse order.
2002-09-10 arpi changing return type of put_image void->int
2002-06-23 alex if09 support
2002-06-22 arpi use built-in yvu9->yv12 code, because it requires all src/dst strides and
2002-06-21 alex yvu9toyv12 converter