summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_scale.c
Commit message (Expand)AuthorAgeFilesLines
* out formats reordered, quality orderarpi2002-09-151-10/+12
* changing return type of put_image void->intarpi2002-09-101-2/+2
* typo fix, patch by (Eric Lammerts <eric at lammerts dot org>)michael2002-08-181-1/+1
* imho swscale also likes aligned stride :)arpi2002-08-021-1/+1
* planar yuv 444 422 411 supportmichael2002-08-011-0/+6
* Put back the ordering of the if as requested by Arpi.kmkaplan2002-07-181-2/+6
* Round height or width to valid values when doing automatic calculation.kmkaplan2002-07-181-2/+18
* support for external pp by divx4. some fixes/cosmetics?alex2002-07-111-2/+2
* more scaling algosmichael2002-07-041-2/+16
* support dropping some chroma src lines for a bit extra speedmichael2002-06-241-4/+12
* IF09 addedarpi2002-06-231-0/+2
* yvu9 & y8michael2002-06-231-2/+7
* warning fixes, patch by Ulrich Hecht <uli@suse.de>arpi2002-05-251-1/+1
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-4/+4
* new special w/h values: -2 and -3. based on proposal by Bohdan Horst <nexus@h...arpi2002-05-191-0/+5
* keep aspect ratio - based on Fredrik Kuivinen's ideaarpi2002-05-121-1/+8
* w/h=0 means d_w/h instead of originalarpi2002-05-061-3/+6
* swscaler yv12 vs i420 workaroundarpi2002-04-191-2/+4
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-2/+2
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-111-8/+47
* pp passtrougharpi2002-04-081-0/+7
* free old context, really use query_formatarpi2002-04-071-0/+5
* 10larpi2002-04-071-1/+1
* colorspace conversion supportarpi2002-04-071-2/+56
* swscale filterarpi2002-04-071-0/+79