Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-14Unify include paths, -I.. is in CFLAGS.Diego Biurrun
Originally committed as revision 16986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2005-04-24support for both orderings of the slices (top->down / bottom->up)Jindřich Makovička
Originally committed as revision 15249 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2005-01-31makes funnyCode pages executable (for CPU with NX bit)Aurelien Jacobs
Originally committed as revision 14626 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2004-10-05postproc/yuv2rgb_altivec.c compile fixLuca Barbato
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
2004-09-18passing an array or double precission parameters for the scaling function, ↵Michael Niedermayer
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
2004-07-17fix altivec.h inclusion (vector keyword in structure)Alex Beregszaszi
Originally committed as revision 12839 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2004-06-27altivec yuv->rgb converterMichael Niedermayer
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
2003-11-0310l (forgot that the dstW offset is hardcoded in the asm)Michael Niedermayer
Originally committed as revision 11369 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-10-15rounding fixesMichael Niedermayer
Originally committed as revision 11123 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-05-01removed the last mp_msg :)Alex Beregszaszi
Originally committed as revision 10047 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-03-2710000l (YUV vs. YVU swscale fix/cleanup)Michael Niedermayer
Originally committed as revision 9698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-02-24cleanupMichael Niedermayer
Originally committed as revision 9500 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-02-24sws_ prefix, more seperation between internal & external swscaler APIMichael Niedermayer
sws_scale() returns the number of outputed lines Originally committed as revision 9495 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-02-21yuv2rgb brightness/contrast/saturation/different colorspaces support finishedMichael Niedermayer
yuv2rgb deglobalize yuv2rgb optimizations / cleanup bugs? Originally committed as revision 9477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc