log libmpcodecs/vf_sab.c @ 34968:0807ab90536c

age author description
2011-05-25 iive Fix build after removal of SWS_CPU_CAPS_* from libswscale in FFmpeg.
2011-05-07 reimar Avoid "'sh' may be used uninitialized in this function" warning.
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-09-13 diego Mark srcArray as const pointer to const data, fixes the warnings:
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-20 diego Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.
2009-03-29 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libmpcodecs.
2009-02-17 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
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.
2008-02-25 diego FFmpeg now uses different (unified) #include paths.
2008-02-20 diego vf_sab mirrors coefficients past the edge of the picture instead of cropping:
2007-12-02 reimar Make all vf_info_t structs const
2007-05-27 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
2006-12-31 rathann Fix build with shared libavutil. Approved by Diego.
2006-09-17 lucabe Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()
2006-06-30 lucabe Move postproc ---> libswscale
2006-03-21 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
2006-01-13 diego Update licensing information: The FSF changed postal address.
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2004-09-18 michael passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags
2003-06-01 michael vf_scale.h & related cleanup & some small warning fix by dominik
2003-04-24 michael removing sws - global verbose var dependancy
2003-03-15 albeu Add the new -vf option wich is the same as vop in reverse order.
2003-02-23 michael sws_ prefix, more seperation between internal & external swscaler API
2002-11-04 michael shape adaptive blur (slightly slow though)