summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_smartblur.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* when threshold != 0 the dest image must be readablereimar2005-07-311-1/+3
* remove all setlocale calls, they break the behaviour of sscanf andreimar2005-01-201-10/+0
* 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-7/+7
* Locale fix.rguyom2002-11-241-0/+10
* smartblurmichael2002-11-041-0/+262