log libmpcodecs/vf_mcdeint.c @ 37171:29802bb119f6

age author description
Thu, 17 Jul 2014 21:50:45 +0000 michael dsputil/me_cmp update
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.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Sun, 25 Jan 2009 22:34:26 +0000 diego Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
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 17:20:27 +0000 diego Add missing header files, fixes the warnings:
Sun, 27 May 2007 20:36:04 +0000 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
Wed, 21 Feb 2007 10:05:46 +0000 diego cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
Mon, 26 Jun 2006 17:01:07 +0000 reimar Avoid crash in uninit-without-config case
Mon, 19 Jun 2006 09:15:46 +0000 michael avcodec_close()
Fri, 09 Jun 2006 10:29:35 +0000 michael better spatial interpolation
Thu, 08 Jun 2006 12:30:53 +0000 michael filter left & right edges too (yeah the code is lame i know...)
Thu, 08 Jun 2006 10:36:35 +0000 michael improved mc+src merge code
Tue, 06 Jun 2006 10:34:45 +0000 michael known issues and notes
Tue, 06 Jun 2006 00:11:13 +0000 michael Motion compensating deinterlacer