aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_sab.c
Commit message (Expand)AuthorAge
* Adjust ffmpeg/libav #includes to work with recent upstream changesGravatar Uoti Urpala2012-08-21
* configure: remove checks for malloc.h and alloca()Gravatar wm42012-07-30
* vf_scale: don't pass CPU flags anymoreGravatar wm42012-07-30
* vo_gl: don't accept 9/10-bit formats as inputGravatar reimar2011-06-29
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* libmpcodecs/vf_*.c: Replace memalign() by av_malloc()Gravatar michael2011-02-15
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* vf_sab, vf_smartblur: add "const" to match swscale APIGravatar diego2010-11-02
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\
| * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.Gravatar diego2009-04-20
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...Gravatar reimar2009-03-29
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* | Merge svn changes up to r26783Gravatar Uoti Urpala2008-05-15
|\|
| * Use standard license headers.Gravatar diego2008-05-13
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* vf_sab mirrors coefficients past the edge of the picture instead of cropping:Gravatar diego2008-02-20
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.Gravatar reimar2007-05-27
* Fix build with shared libavutil. Approved by Diego.Gravatar rathann2006-12-31
* Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()Gravatar lucabe2006-09-17
* Move postproc ---> libswscaleGravatar lucabe2006-06-30
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* Update licensing information: The FSF changed postal address.Gravatar diego2006-01-13
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* passing an array or double precission parameters for the scaling function, in...Gravatar michael2004-09-18
* vf_scale.h & related cleanup & some small warning fix by dominikGravatar michael2003-06-01
* removing sws - global verbose var dependancyGravatar michael2003-04-24
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* sws_ prefix, more seperation between internal & external swscaler APIGravatar michael2003-02-23
* shape adaptive blur (slightly slow though)Gravatar michael2002-11-04