log libmpcodecs/vf_qp.c @ 37171:29802bb119f6

age author description
Mon, 21 Jan 2013 18:21:51 +0000 diego Add a number of missing libavutil header #includes.
Sun, 24 Apr 2011 08:12:10 +0000 siretart use new eval API names
Fri, 14 Jan 2011 22:10:21 +0000 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sat, 05 Jun 2010 13:44:20 +0000 cehoyos Fix compilation after FFmpeg r23485.
Tue, 01 Jun 2010 10:28:45 +0000 cehoyos Fix compilation after FFmpeg r23402.
Thu, 20 May 2010 23:17:41 +0000 iive Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.
Mon, 12 Apr 2010 08:03:39 +0000 diego Fix build after FFmpeg symbol rename:
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().
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Thu, 02 Apr 2009 09:20:48 +0000 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Tue, 07 Oct 2008 08:25:47 +0000 diego Remove unnecessary HAVE_AV_CONFIG_H #define.
Mon, 08 Sep 2008 17:02:32 +0000 uau Fix compilation after libavcodec major version 52 changes
Tue, 13 May 2008 10:16:20 +0000 diego Use standard license headers.
Sun, 02 Dec 2007 14:57:15 +0000 reimar Make all vf_info_t structs const
Fri, 09 Nov 2007 15:44:47 +0000 diego Rearrange headers to get rid of an #undef and remove unnecessary headers.
Fri, 09 Nov 2007 14:12:19 +0000 diego #include libavcodec/eval.h instead of manually declaring ff_eval.
Wed, 08 Aug 2007 23:28:29 +0000 cehoyos printf in mp_image.h was changed to fprintf in r17972.
Mon, 17 Apr 2006 20:20:28 +0000 nicodvb removed unreachable code: this filter can't compile with external libavcodec (the Makefile rules prevent it)
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, 13 Jan 2006 00:23:32 +0000 diego Update licensing information: The FSF changed postal address.
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Wed, 05 Oct 2005 09:39:08 +0000 diego Compilation fix for systems lacking lrintf like e.g. NetBSD.
Thu, 05 Feb 2004 22:03:42 +0000 michael #include dsputil.h as it contains the lrintf emu code
Thu, 05 Feb 2004 15:56:05 +0000 michael qp change filter