log libmpcodecs/vf_fspp.c @ 36635:0b6385acafcc

age author description
Wed, 23 Jan 2013 16:43:59 +0000 michael libmpcodec&libvo: avoid use of DCTELEM as it will disappear from ffmpeg.
Sun, 20 Jan 2013 16:36:25 +0000 diego Replace obsolete x86_cpu.h #includes by the correct header.
Thu, 15 Mar 2012 15:19:51 +0000 diego Replace use of deprecated dsputil_init() by ff_dsputil_init().
Thu, 03 Nov 2011 13:24:46 +0000 diego cpudetect: clean up libavutil #includes
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
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, 04 Sep 2010 08:11:31 +0000 diego Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
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().
Fri, 29 Jan 2010 19:13:07 +0000 reimar Support more qscale types in most post-processing filters.
Sat, 23 Jan 2010 14:57:43 +0000 reimar Make sure that a qstride of 0 (intentional or not) does not completely break
Sun, 07 Jun 2009 14:42:43 +0000 gpoirier replace "g" asm constraint by "erm" since "g" allows 64bit immediates while
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.