summaryrefslogtreecommitdiff
path: root/postproc/swscale_internal.h
Commit message (Collapse)AuthorAge
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-13
| | | | Originally committed as revision 17368 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-11-14
| | | | Originally committed as revision 16986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* support for both orderings of the slices (top->down / bottom->up)Jindřich Makovička2005-04-24
| | | | Originally committed as revision 15249 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* makes funnyCode pages executable (for CPU with NX bit)Aurelien Jacobs2005-01-31
| | | | Originally committed as revision 14626 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* postproc/yuv2rgb_altivec.c compile fixLuca Barbato2004-10-05
| | | | | | | | yuv2rgb_altivec_init_tables does initialize the SwsContext vectors. missing vec_splat. patch by (Luca Barbato <lu_zero at gentoo dot org>) and (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 13565 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* passing an array or double precission parameters for the scaling function, ↵Michael Niedermayer2004-09-18
| | | | | | | | instead of missusing a few bits of the flags fixing the naming of the scaling functions a little Originally committed as revision 13374 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix altivec.h inclusion (vector keyword in structure)Alex Beregszaszi2004-07-17
| | | | Originally committed as revision 12839 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* altivec yuv->rgb converterMichael Niedermayer2004-06-27
| | | | | | | | | | | | orginal patch by (Marc Hoffman <mmh at pleasantst dot com>) critical fixes by (Reza Jelveh <reza.jelveh at tu-harburg dot de>) known bugs/issues, which should be fixed ASAP by someone who has a ppc: 0..255 vs. 16..235 unneeded recalculation of tables general cleaup, like removing double initalizing of variables Originally committed as revision 12699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l (forgot that the dstW offset is hardcoded in the asm)Michael Niedermayer2003-11-03
| | | | Originally committed as revision 11369 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* rounding fixesMichael Niedermayer2003-10-15
| | | | Originally committed as revision 11123 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* removed the last mp_msg :)Alex Beregszaszi2003-05-01
| | | | Originally committed as revision 10047 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10000l (YUV vs. YVU swscale fix/cleanup)Michael Niedermayer2003-03-27
| | | | Originally committed as revision 9698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-24
| | | | Originally committed as revision 9500 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* sws_ prefix, more seperation between internal & external swscaler APIMichael Niedermayer2003-02-23
| | | | | | sws_scale() returns the number of outputed lines Originally committed as revision 9495 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedMichael Niedermayer2003-02-21
yuv2rgb deglobalize yuv2rgb optimizations / cleanup bugs? Originally committed as revision 9477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc