summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_sab.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust ffmpeg/libav #includes to work with recent upstream changesUoti Urpala2012-08-211-2/+4
* configure: remove checks for malloc.h and alloca()wm42012-07-301-4/+0
* vf_scale: don't pass CPU flags anymorewm42012-07-301-1/+1
* vo_gl: don't accept 9/10-bit formats as inputreimar2011-06-291-1/+1
* cleanup: remove more warningsClément Bœsch2011-05-021-28/+1
* libmpcodecs/vf_*.c: Replace memalign() by av_malloc()michael2011-02-151-4/+4
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+2
* vf_sab, vf_smartblur: add "const" to match swscale APIdiego2010-11-021-1/+1
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-4/+4
* Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-15/+15
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-15/+15
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-1/+1
|\|
| * Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.diego2009-04-201-1/+1
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-4/+4
|\|
| * Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...reimar2009-03-291-4/+4
* | Merge svn changes up to r28641Uoti Urpala2009-02-181-1/+1
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:diego2009-02-171-1/+1
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-1/+1
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.diego2008-10-161-1/+1
* | Merge svn changes up to r26783Uoti Urpala2008-05-151-16/+18
|\|
| * Use standard license headers.diego2008-05-131-16/+18
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-4/+4
|/
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-5/+1
* vf_sab mirrors coefficients past the edge of the picture instead of cropping:diego2008-02-201-3/+3
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-271-1/+0
* Fix build with shared libavutil. Approved by Diego.rathann2006-12-311-0/+4
* Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()lucabe2006-09-171-1/+2
* Move postproc ---> libswscalelucabe2006-06-301-1/+1
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Update licensing information: The FSF changed postal address.diego2006-01-131-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* passing an array or double precission parameters for the scaling function, in...michael2004-09-181-1/+1
* vf_scale.h & related cleanup & some small warning fix by dominikmichael2003-06-011-0/+1
* removing sws - global verbose var dependancymichael2003-04-241-1/+1
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* sws_ prefix, more seperation between internal & external swscaler APImichael2003-02-231-10/+11
* shape adaptive blur (slightly slow though)michael2002-11-041-0/+316