summaryrefslogtreecommitdiff
path: root/postproc
Commit message (Collapse)AuthorAge
* 10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patchAurelien Jacobs2004-10-22
| | | | Originally committed as revision 13734 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Aurelien Jacobs2004-10-21
| | | | Originally committed as revision 13721 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
* lot of bigendian fixesAlex Beregszaszi2004-09-21
| | | | Originally committed as revision 13424 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
* width instead of chromWidth causing segfault in some casesReimar Döffinger2004-08-10
| | | | Originally committed as revision 12994 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
* simplify the initAlex Beregszaszi2004-07-17
| | | | Originally committed as revision 12838 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* some fixesAlex Beregszaszi2004-07-17
| | | | Originally committed as revision 12837 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at ↵Romain Dolbeau2004-07-06
| | | | | | irisa dot fr>) Originally committed as revision 12769 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
* bigendian fixAlex Beregszaszi2004-06-25
| | | | Originally committed as revision 12658 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* ranlib cleanup by Dan ChristiansenAlex Beregszaszi2004-06-24
| | | | Originally committed as revision 12633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* small linux/altivec compile fix in postproc/ by (Romain Dolbeau <dolbeau at ↵Michael Niedermayer2004-06-04
| | | | | | irisa dot fr>) Originally committed as revision 12533 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>)Michael Niedermayer2004-05-02
| | | | | | with #if defined(WORDS_BIGENDIAN) && (WORDS_BIGENDIAN == 1) -> #ifdef WORDS_BIGENDIAN by me Originally committed as revision 12396 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as suchD Richard Felker III2004-05-01
| | | | Originally committed as revision 12386 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>)Matthieu Castet2004-04-26
| | | | Originally committed as revision 12302 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet ↵Romain Dolbeau2004-04-06
| | | | | | dot fr>) Originally committed as revision 12131 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* make gcc happy under hurdAlex Beregszaszi2004-04-05
| | | | Originally committed as revision 12125 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)Magnus Damm2004-03-14
| | | | Originally committed as revision 12024 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by ↵Romain Dolbeau2004-03-11
| | | | | | (Romain Dolbeau <dolbeau at irisa dot fr>) Originally committed as revision 12018 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* correct C init tablesAlex Beregszaszi2003-12-27
| | | | Originally committed as revision 11692 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 1000lMichael Niedermayer2003-11-06
| | | | Originally committed as revision 11407 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -sws 0 && -ssf chs fixedMichael Niedermayer2003-11-04
| | | | Originally committed as revision 11380 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
* minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv)Michael Niedermayer2003-10-22
| | | | Originally committed as revision 11214 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* dither scaling coefficients so they add up to 1.0Michael Niedermayer2003-10-15
| | | | Originally committed as revision 11124 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
* yv12->uyvy MMXMichael Niedermayer2003-10-10
| | | | Originally committed as revision 11073 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 1E10lMichael Niedermayer2003-10-10
| | | | | | | | | | | | #undef ARCH_X86 ... #ifdef ARCH_X86 ... #define ARCH_X86 ... #endif Originally committed as revision 11072 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2003-10-09
| | | | Originally committed as revision 11071 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* uyvy output support in swscalerAlex Beregszaszi2003-10-09
| | | | Originally committed as revision 11069 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Fixed the brokeness and also bgr32 should work now. Patch by Ken Mandelberg ↵Ken Mandelberg2003-10-07
| | | | | | <km@mathcs.emory.edu> Originally committed as revision 11038 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* many small typo and grammar fixesGabucino2003-10-04
| | | | | | Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk> Originally committed as revision 11001 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* srcSliceY % 4 != 0 fixMichael Niedermayer2003-09-26
| | | | Originally committed as revision 10953 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* reversed for cause of code obsolescencePierre Lombard2003-09-21
| | | | Originally committed as revision 10896 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* printf() requires stdio.hPierre Lombard2003-09-20
| | | | Originally committed as revision 10891 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* remove cs_test and swscale-example tooAlex Beregszaszi2003-07-28
| | | | Originally committed as revision 10497 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing "internal error in orderYUV" bugMichael Niedermayer2003-06-19
| | | | Originally committed as revision 10313 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unusedAlex Beregszaszi2003-06-01
| | | | Originally committed as revision 10236 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* vf_scale.h & related cleanup & some small warning fix by dominikMichael Niedermayer2003-06-01
| | | | Originally committed as revision 10234 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cs_test cleanup and fix compilation if gui enabledAlex Beregszaszi2003-05-23
| | | | Originally committed as revision 10175 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* updateAlex Beregszaszi2003-05-23
| | | | Originally committed as revision 10174 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* non-x86 supportAlex Beregszaszi2003-05-23
| | | | Originally committed as revision 10173 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
* bigendian fix by (Samuel Kleiner <kleiner at cd dot chalmers dot se>)Michael Niedermayer2003-04-25
| | | | Originally committed as revision 9989 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* remove remaining cpudetect dependancyMichael Niedermayer2003-04-25
| | | | Originally committed as revision 9988 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* moving getFilter stuff back (vf_scale.c -> swscale.c)Michael Niedermayer2003-04-25
| | | | Originally committed as revision 9986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* removing sws - global verbose var dependancyMichael Niedermayer2003-04-24
| | | | | | | 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
* killed an mp_msg occuranceAlex Beregszaszi2003-04-21
| | | | Originally committed as revision 9971 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc