log libmpcodecs/vf_lavc.c @ 29074:cbb6483b9463

age author description
Fri, 16 May 2008 00:23:02 +0000 diego cosmetics: Remove pointless parentheses from return calls.
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.
Thu, 13 Jul 2006 23:02:03 +0000 diego Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
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.
Tue, 28 Jun 2005 19:41:08 +0000 nicodvb restored framerate autodetection based on height
Thu, 05 May 2005 09:47:41 +0000 michael set pix_fmt
Sat, 30 Apr 2005 22:41:41 +0000 michael LIBAVCODEC_BUILD >= 4754
Sun, 09 Nov 2003 23:32:42 +0000 ranma Fix build with LIBAVCODEC_BUILD < 4684.
Fri, 24 Oct 2003 11:34:48 +0000 ranma constant qscale was broken due to libavcodec changes, fix taken from ve_lavc.c
Sat, 04 Oct 2003 17:29:08 +0000 gabucino many small typo and grammar fixes