summaryrefslogtreecommitdiff
path: root/postproc
Commit message (Collapse)AuthorAge
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-11-14
| | | | Originally committed as revision 16986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 100l -- mismatched type after changing sizes to type long!D Richard Felker III2005-10-17
| | | | Originally committed as revision 16784 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Change unsigned->signed and int->long, this fits the asm code better on 64Reimar Döffinger2005-10-12
| | | | | | | bit systems. Also fixes several crashes because (long)-i is incorrect if i is unsigned. Originally committed as revision 16740 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Reduce unnecessary swscaler verbosity.Diego Biurrun2005-09-06
| | | | Originally committed as revision 16405 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poiriergGuillaume Poirier2005-07-12
| | | | Originally committed as revision 15973 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe othersGuillaume Poirier2005-06-30
| | | | Originally committed as revision 15859 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Another REG_d -> REG_D fix.Reimar Döffinger2005-06-28
| | | | Originally committed as revision 15846 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>)Michael Niedermayer2005-06-27
| | | | | | | | | | cleanup by me indention fixed second one must be yv12touyvy instead of yv12toyuy2 replace slow modulo by bitwise and move %16!=0 code before the comment saying the code cant handle %16!=0 Originally committed as revision 15825 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompileGuillaume Poirier2005-06-24
| | | | | | that code othewisei (leading to segfaults). Originally committed as revision 15814 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32Guillaume Poirier2005-06-19
| | | | | | tested with gcc-2.95, 3.3, 3.4, 4.0 on ia-32 and 3.4, 4.0, 3.3 on amd64 Originally committed as revision 15763 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* GCC-4 fix for AMD-64Guillaume Poirier2005-06-18
| | | | | | Warning: high cola-affinity here) Originally committed as revision 15750 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, ↵Michael Niedermayer2005-06-02
| | | | | | netfarm it) Originally committed as revision 15618 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Should fix altivec detection for g3 system.Nicolas Plourde2005-05-20
| | | | Originally committed as revision 15524 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* unused defineAlex Beregszaszi2005-04-29
| | | | Originally committed as revision 15296 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix palette8tobgr32/palette8torgb32 on big endianNicolas Plourde2005-04-27
| | | | Originally committed as revision 15278 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* check for negative strides before memcpyJindřich Makovička2005-04-24
| | | | Originally committed as revision 15250 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
* Fixes rgb32to16 conversion for I think all platforms since the int8Rene Rebe2005-03-22
| | | | | | | | cast should never have worked. Tested on PowerPC and fixes the black GUI to show the content. patch by Rene Rebe <rene at exactcode dot de> Originally committed as revision 14983 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 100l, forgot to change an ifdef on last commitReimar Döffinger2005-02-23
| | | | Originally committed as revision 14784 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix for MAP_ANON vs. MAP_ANONYMOUS fix...Reimar Döffinger2005-02-22
| | | | Originally committed as revision 14762 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Improved NV12/NV21 support.Ville Syrjälä2005-02-16
| | | | | | | | | | - Fixed PlanarToNV12Wrapper() and made it handle NV21. - Added yuv2nv12XinC() to handle software scaling. - Added NV12/NV21 handling to various places. - Removed NV12 from vf_hue and vf_spp as they don't look like they can actually handle it. Originally committed as revision 14716 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* FreeBSD fixBohdan Horst2005-02-14
| | | | Originally committed as revision 14699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Compile fix on non-x86Reimar Döffinger2005-02-01
| | | | Originally committed as revision 14631 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
* fix few x86_64 registers handlingAurelien Jacobs2005-01-21
| | | | Originally committed as revision 14557 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_Reimar Döffinger2005-01-19
| | | | | | to check if it's correct?? Originally committed as revision 14537 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 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