log libmpcodecs/vf_pp7.c @ 35954:b1d68e8f28c0

age author description
2013-02-04 reimar Remove nonsense typedef, probably caused by search-and-replace
2013-01-23 michael libmpcodec&libvo: avoid use of DCTELEM as it will disappear from ffmpeg.
2011-06-01 reimar Add casts to avoid compiler warning.
2011-01-31 cehoyos Fix postprocessing and perspective filters on x86-64.
2011-01-30 michael Replace memalign() by av_malloc() in libmpcodecs. as it is not available in all platforms
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-02-21 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
2010-02-21 diego Rename open() vf initialization function to vf_open().
2010-01-29 reimar Support more qscale types in most post-processing filters.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-02-17 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
2009-01-16 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
2008-10-16 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
2008-05-13 diego Use standard license headers.
2007-12-02 reimar Make all vf_info_t structs const
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2006-07-23 gpoirier -vf pp7 overblurs still parts of the image, which
2006-03-21 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
2006-02-09 rathann Patch by Stefan Huehner / stefan % huehner ! org \
2006-01-13 diego Update licensing information: The FSF changed postal address.
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-07-20 iive use stored dimensions instead of visible one when (vf_)get_image is called
2005-07-11 michael ensure that dr buffers are readable
2005-07-11 michael #ifdef HAVE_MMX
2005-07-09 michael pp7 filter (spp=6 filter with 7 point dct where only the center sample is used after idct)