aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_smartblur.c
Commit message (Expand)AuthorAge
* 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: shut up more warningsGravatar Clément Bœsch2011-05-06
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* 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 r29134Gravatar Uoti Urpala2009-04-02
|\|
| * Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* | 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 r27841Gravatar Uoti Urpala2008-10-28
|\|
| * Fix smartblur filter crash due to missing default scaler choice;Gravatar diego2008-10-27
* | 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
* 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
* when threshold != 0 the dest image must be readableGravatar reimar2005-07-31
* remove all setlocale calls, they break the behaviour of sscanf andGravatar reimar2005-01-20
* 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
* Locale fix.Gravatar rguyom2002-11-24
* smartblurGravatar michael2002-11-04