summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_sab.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
* 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