summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_2xsai.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless video filterswm42012-10-031-336/+0
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-5/+6
* Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
| * libmpcodecs: Mark functions not used outside of their files as static.diego2010-02-161-4/+5
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-19/+19
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-19/+19
* | Make various functions staticUoti Urpala2008-08-121-2/+2
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-3/+3
|/
* Remove unused variablereimar2008-01-121-3/+0
* Move uselessly global variablesreimar2008-01-121-3/+2
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Replace stupid "unsigned long" by the correct uint32_t.reimar2007-11-121-21/+21
* Use proper inttypes.h types instead of broken uint32 etc. definesreimar2007-11-121-13/+9
* Remove unused functions, fixes the warnings:diego2007-10-301-41/+0
* reminder that this filter has broken global varsrfelker2007-10-191-0/+2
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-1/+0
* 2xSai filter... just for fun, imho uselessarpi2002-10-251-0/+364