log libmpcodecs/vf_mcdeint.c @ 37049:e2c10942873b

age author description
2013-06-01 cehoyos mcdeint: avoid uninited data read
2013-01-21 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
2013-01-21 diego Add a number of missing libavutil header #includes.
2012-03-10 reimar Ensure the AVDictionary is initialized.
2012-01-28 reimar Switch to avcodec_alloc_context3.
2012-01-28 reimar Set memc_only via AVDictionary.
2011-08-09 reimar Move code for setting up libav* logging callbacks from vd_ffmpeg to a
2011-05-07 reimar Remove unused variable for FFmpeg encode result.
2011-01-14 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
2010-11-14 cboesch Remove most of the NULL pointer check before free all over the code
2010-09-04 diego Introduce init_avcodec function to avoid duplicated FFmpeg initializations.
2010-02-21 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
2010-02-21 diego Rename open() vf initialization function to vf_open().
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-04-02 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
2009-02-17 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
2009-01-25 diego Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
2008-05-13 diego Use standard license headers.
2007-12-02 reimar Make all vf_info_t structs const
2007-11-09 diego Add missing header files, fixes the warnings:
2007-05-27 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
2007-02-21 diego cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
2006-06-26 reimar Avoid crash in uninit-without-config case
2006-06-19 michael avcodec_close()
2006-06-09 michael better spatial interpolation
2006-06-08 michael filter left & right edges too (yeah the code is lame i know...)
2006-06-08 michael improved mc+src merge code
2006-06-06 michael known issues and notes
2006-06-06 michael Motion compensating deinterlacer