summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_gradfun.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust ffmpeg/libav #includes to work with recent upstream changesUoti Urpala2012-08-211-1/+2
* vf_gradfun: change default parameterswm42012-01-101-2/+2
* vf_gradfun: add size parameter, which sets radius according to movie diagonalwm42012-01-101-2/+23
* vf_gradfun: use option parserwm42012-01-101-9/+26
* Merge svn changes up to r31033Uoti Urpala2010-04-261-2/+2
|\
| * cosmetics: Reorder some x86-related preprocessor conditionals.diego2010-04-061-2/+2
* | Merge svn changes up to r31020Uoti Urpala2010-04-261-6/+10
|\|
| * Change ifdefs to make more sense: HAVE_SSSE3 should only be around SSSE3-code,reimar2010-04-051-6/+10
* | Merge svn changes up to r30967Uoti Urpala2010-04-261-3/+3
|\|
| * Convert asm keyword to __asm__.diego2010-03-261-3/+3
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-5/+5
* | Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\|
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
* | Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-261-1/+1
* | Merge svn changes up to r29417Uoti Urpala2009-07-121-5/+5
|/
* new debanding filterlorenm2009-07-071-0/+407