summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_scale.c
Commit message (Collapse)AuthorAgeFilesLines
* out formats reordered, quality orderarpi2002-09-151-10/+12
| | | | | | | (we should prefer 422P to YV12 if available...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7404 b3059339-0415-0410-9bf9-f77b7e298cf2
* changing return type of put_image void->intarpi2002-09-101-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7369 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fix, patch by (Eric Lammerts <eric at lammerts dot org>)michael2002-08-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7045 b3059339-0415-0410-9bf9-f77b7e298cf2
* imho swscale also likes aligned stride :)arpi2002-08-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6877 b3059339-0415-0410-9bf9-f77b7e298cf2
* planar yuv 444 422 411 supportmichael2002-08-011-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6864 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put back the ordering of the if as requested by Arpi.kmkaplan2002-07-181-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6751 b3059339-0415-0410-9bf9-f77b7e298cf2
* Round height or width to valid values when doing automatic calculation.kmkaplan2002-07-181-2/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6747 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for external pp by divx4. some fixes/cosmetics?alex2002-07-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6709 b3059339-0415-0410-9bf9-f77b7e298cf2
* more scaling algosmichael2002-07-041-2/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6638 b3059339-0415-0410-9bf9-f77b7e298cf2
* support dropping some chroma src lines for a bit extra speedmichael2002-06-241-4/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6543 b3059339-0415-0410-9bf9-f77b7e298cf2
* IF09 addedarpi2002-06-231-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6537 b3059339-0415-0410-9bf9-f77b7e298cf2
* yvu9 & y8michael2002-06-231-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6534 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixes, patch by Ulrich Hecht <uli@suse.de>arpi2002-05-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6189 b3059339-0415-0410-9bf9-f77b7e298cf2
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-4/+4
| | | | | | | | some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2 mplayer's output is now shorter, readable and consistent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6139 b3059339-0415-0410-9bf9-f77b7e298cf2
* new special w/h values: -2 and -3. based on proposal by Bohdan Horst ↵arpi2002-05-191-0/+5
| | | | | | <nexus@hoth.amu.edu.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6127 b3059339-0415-0410-9bf9-f77b7e298cf2
* keep aspect ratio - based on Fredrik Kuivinen's ideaarpi2002-05-121-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6061 b3059339-0415-0410-9bf9-f77b7e298cf2
* w/h=0 means d_w/h instead of originalarpi2002-05-061-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6004 b3059339-0415-0410-9bf9-f77b7e298cf2
* swscaler yv12 vs i420 workaroundarpi2002-04-191-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5713 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5608 b3059339-0415-0410-9bf9-f77b7e298cf2
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-111-8/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5566 b3059339-0415-0410-9bf9-f77b7e298cf2
* pp passtrougharpi2002-04-081-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5528 b3059339-0415-0410-9bf9-f77b7e298cf2
* free old context, really use query_formatarpi2002-04-071-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5527 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2002-04-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5526 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorspace conversion supportarpi2002-04-071-2/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5524 b3059339-0415-0410-9bf9-f77b7e298cf2
* swscale filterarpi2002-04-071-0/+79
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5523 b3059339-0415-0410-9bf9-f77b7e298cf2