aboutsummaryrefslogtreecommitdiffstats
path: root/postproc/swscale-example.c
Commit message (Collapse)AuthorAgeFilesLines
* Move postproc ---> libswscaleLuca Abeni2006-06-301-216/+0
| | | | Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)Alan Curry2006-02-161-5/+5
| | | | Originally committed as revision 17632 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-131-1/+1
| | | | Originally committed as revision 17368 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-11-141-2/+2
| | | | Originally committed as revision 16986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Aurelien Jacobs2004-10-211-3/+3
| | | | Originally committed as revision 13721 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* non-x86 supportAlex Beregszaszi2003-05-231-2/+15
| | | | Originally committed as revision 10173 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* remove remaining cpudetect dependancyMichael Niedermayer2003-04-251-1/+1
| | | | Originally committed as revision 9988 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* removing sws - global verbose var dependancyMichael Niedermayer2003-04-241-3/+2
| | | | | | | removing sws - cpudetect dependancy (note rgb2rgb still needs it) moving mplayer specific stuff from swscale.c -> vf_scale.c Originally committed as revision 9976 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* mplayer idependant (not really yet) swscale exampleMichael Niedermayer2003-04-171-0/+204
Originally committed as revision 9922 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc