43 Commits (21b3752932330202e1bfeea5de7e237280a0e7c3)

Author SHA1 Message Date
Cédric Schieli a284d03093 Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting alpha channel to 0xFF 16 years ago
Cédric Schieli f8a138be52 When converting from a non alpha format to an alpha format, defaults 16 years ago
Diego Biurrun f4406ec177 HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. 16 years ago
Aurelien Jacobs b63f641e9b Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Reimar Döffinger 217d820253 Some forgotten eax -> REG_a changes. 16 years ago
Diego Biurrun aeb87a49a7 cosmetics: typo fix 16 years ago
Diego Pettenò 7ad6469eae Convert asm keyword into __asm__. 16 years ago
Diego Pettenò faf6112e26 Mark variation-specific interleaveBytes static. 16 years ago
Luca Barbato 7cff2c7f44 gcc-apple specific fallback not necessary anymore (btw no apple hardware is less than a Intel core, thus it won't come there w/out disabling all the optimizations) 16 years ago
Diego Biurrun 02a6a6eea4 Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro. 16 years ago
Diego Biurrun 0d696d34ef Remove MPlayer-specific MP_WORDSIZE hack. 16 years ago
Baptiste Coudurier a6100f39a1 enable yuv422p to uyvy converter 16 years ago
Michael Niedermayer 6107059c2c rgb vs bgr fix for the unscaled converters. 16 years ago
Diego Biurrun 8a3227968c spelling/grammar/wording overhaul 17 years ago
Baptiste Coudurier ce3d365f2f restore needed cast to correct type with const 17 years ago
Baptiste Coudurier 994c1ef014 add const, suppress warnings 17 years ago
Baptiste Coudurier baf7f7c64a remove useless casts 17 years ago
Reimar Döffinger f018bc1000 __asm __volatile -> asm volatile part 3 17 years ago
Reimar Döffinger 5802683a97 Make some assembler constants global instead of declaring them multiple times. 17 years ago
Benoit Fouet 8916b4b55b Remove some useless parentheses. 17 years ago
Benoit Fouet 30c48a0af4 Cosmetics: whitespaces 17 years ago
Benoit Fouet e5091488a5 Remove non cosmetic spaces inside parentheses. 17 years ago
Diego Biurrun 594ff7cc6c comment spelling/grammar fixes 17 years ago
Diego Biurrun b19bcbaa78 license header consistency cosmetics 18 years ago
Diego Biurrun 86bdf3fd3d misc spelling fixes 18 years ago
Diego Biurrun ce505b8523 cosmetics: Fix stray wrongly indented line. 18 years ago
Diego Biurrun 6e42e6c4b4 cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code. 18 years ago
Diego Biurrun 1da87823db cosmetics: Replace manual tab indentation by \n\t as in the rest of the file. 18 years ago
Diego Biurrun 6a4970abd1 cosmetics: Remove trailing whitespace. 18 years ago
Ivo van Poorten 3052ddb2a8 preserve alpha channel when converting rgb32 to bgr32 in plain C 18 years ago
Ivo van Poorten 35a9994977 skip MMX code in rgb24tobgr24 if the size of the input is smaller than the 18 years ago
Ivo van Poorten 3983057065 skip MMX code in rgb32to16 if the size of the input is smaller than the 18 years ago
Ivo van Poorten b2117ceed0 skip MMX code in rgb32to15 if the size of the input is smaller than the 18 years ago
Ivo van Poorten 935f50c82c slightly faster rgb32tobgr32; avoid one add and one cmp 18 years ago
Ivo van Poorten b38d487466 New implementation of rgb32tobgr32 18 years ago
Ivo van Poorten df170b81d9 Remove code duplication in sws_rgb2rgb_init. 18 years ago
Luca Abeni 807e0c6645 Clarify that some of the non-SIMD code is now LGPLed. 18 years ago
Nigel Pearson d904b5fc66 Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS 18 years ago
Diego Biurrun d026b45e73 Change license headers to say 'FFmpeg' instead of 'this program'. 18 years ago
Diego Biurrun 4fadc2b4f1 Add official GPL header to make license explicit as discussed on ffmpeg-devel. 18 years ago
Jason Tackaberry 83c89c7885 -fPIC support for libswscale 19 years ago
Diego Biurrun 4bff9ef9d0 Replace asmalign.h hack by ASMALIGN cpp macros from config.h. 19 years ago
Luca Abeni 73435f006b Move postproc ---> libswscale 19 years ago
Erik Auerswald 4ee5599fba 10l in rgb2rgb_template.c 19 years ago
Nicolas Plourde fac8012c3f add support for intel mac. mp3lib is not fixed yet. 19 years ago
Alan Curry 1d773cfde0 Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that 19 years ago
Diego Biurrun f41b1d3541 Remove obsolete big-endian FIXMEs. 19 years ago
Alan Curry f688668c3c Fix big-endian color permutation problems. 19 years ago
Reimar Döffinger 7f526efd17 Change unsigned->signed and int->long, this fits the asm code better on 64 19 years ago
Rene Rebe d07355da77 Fixes rgb32to16 conversion for I think all platforms since the int8 20 years ago