log libmpcodecs/vf_pp.c @ 30574:928359c13d93

age author description
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.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Sun, 25 Jan 2009 21:59:08 +0000 diego Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Mon, 25 Feb 2008 09:45:55 +0000 diego 10l: Revert nonsense commit.
Mon, 25 Feb 2008 09:42:26 +0000 diego Remove old EMU_OLD cruft.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Fri, 02 Jun 2006 11:31:42 +0000 diego libpostproc is not a subdirectory of libavcodec anymore.
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)
Sun, 22 Jan 2006 18:11:35 +0000 diego proper support for shared libpostproc
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Tue, 13 Sep 2005 10:47:33 +0000 reimar pp_postprocess reads from target image, so request a readable one.
Wed, 20 Jul 2005 01:22:24 +0000 iive use stored dimensions instead of visible one when (vf_)get_image is called