summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_dsize.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-125/+0
* vf_dsize, vf_scale: fix behavior on multiple config() callswm42011-12-191-15/+17
* vf_dsize: cleanup identation (tabs to 4 spaces)wm42011-12-191-71/+71
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-1/+1
* Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* | 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
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+0
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-1/+1
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* fix float rounding errorods152006-05-051-2/+2
* I screwed up keep aspect param, made behavior the opposite of man page.ods152005-12-201-1/+1
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-2/+2
* aspect and round params for vf_dsize.ods152005-07-221-3/+43
* display size/aspect adjusting filterrfelker2003-04-271-0/+66