log libmpcodecs/vf_mcdeint.c @ 36780:a5550a57a6cb

age author description
Sat, 01 Jun 2013 23:07:27 +0000 cehoyos mcdeint: avoid uninited data read
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Mon, 21 Jan 2013 18:21:51 +0000 diego Add a number of missing libavutil header #includes.
Sat, 10 Mar 2012 18:45:59 +0000 reimar Ensure the AVDictionary is initialized.
Sat, 28 Jan 2012 13:22:57 +0000 reimar Switch to avcodec_alloc_context3.
Sat, 28 Jan 2012 13:20:20 +0000 reimar Set memc_only via AVDictionary.
Tue, 09 Aug 2011 19:57:00 +0000 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
Sat, 07 May 2011 20:51:59 +0000 reimar Remove unused variable for FFmpeg encode result.
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().
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.