log libmpcodecs/vf_sab.c @ 34021:fbb87f092560

age author description
Wed, 25 May 2011 13:46:32 +0000 iive Fix build after removal of SWS_CPU_CAPS_* from libswscale in FFmpeg.
Sat, 07 May 2011 20:07:05 +0000 reimar Avoid "'sh' may be used uninitialized in this function" warning.
Sun, 30 Jan 2011 22:57:16 +0000 michael Replace memalign() by av_malloc() in libmpcodecs. as it is not available in all platforms
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
Mon, 13 Sep 2010 12:14:43 +0000 diego Mark srcArray as const pointer to const data, fixes the warnings:
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.
Mon, 20 Apr 2009 12:07:08 +0000 diego Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.
Sun, 29 Mar 2009 14:46:59 +0000 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libmpcodecs.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Thu, 16 Oct 2008 18:59:27 +0000 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
Tue, 13 May 2008 10:16:20 +0000 diego Use standard license headers.
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.