log libmpcodecs/vf_pp7.c @ 35845:1dbf7d79a3e0

age author description
Mon, 04 Feb 2013 18:30:28 +0000 reimar Remove nonsense typedef, probably caused by search-and-replace
Wed, 23 Jan 2013 16:43:59 +0000 michael libmpcodec&libvo: avoid use of DCTELEM as it will disappear from ffmpeg.
Wed, 01 Jun 2011 19:15:48 +0000 reimar Add casts to avoid compiler warning.
Mon, 31 Jan 2011 09:55:19 +0000 cehoyos Fix postprocessing and perspective filters on x86-64.
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