log libmpcodecs/vf_lavcdeint.c @ 37192:277b0288b0f9

age author description
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
Sat, 04 Sep 2010 08:11:31 +0000 diego Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
Sun, 21 Feb 2010 13:40:49 +0000 diego Rename open() vf initialization function to vf_open().
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Sun, 27 May 2007 20:36:04 +0000 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
Tue, 21 Mar 2006 21:26:42 +0000 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
Tue, 31 Jan 2006 23:36:12 +0000 diego Move conditional compilation out of the code and into the build system.
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Sat, 15 Mar 2003 18:01:02 +0000 albeu Add the new -vf option wich is the same as vop in reverse order.
Sat, 04 Jan 2003 22:43:40 +0000 filon Found another 10l :-), but the filter is still broken :-(
Wed, 11 Dec 2002 21:24:45 +0000 arpi codmetics
Tue, 10 Sep 2002 22:18:32 +0000 arpi changing return type of put_image void->int
Wed, 14 Aug 2002 21:43:49 +0000 arpi dynamic libavcodec.so support updated by
Wed, 31 Jul 2002 20:18:44 +0000 arpi - yuv422 disabled (no IMGFMT for _planar_ 422)
Wed, 31 Jul 2002 19:50:42 +0000 arpi new filter to use libavcodec's deinterlacer