Mans Rullgard
|
ef4a65149d
Replace ASMALIGN() with .p2align
|
14 years ago |
Ramiro Polla
|
c12f7b2d2c
rgb2rgb: don't misuse HAVE_* defines
|
14 years ago |
Ramiro Polla
|
40b433b62b
swscale: indentation and emtpy line cosmetics
|
14 years ago |
Ramiro Polla
|
6527e56131
swscale: avoid reading prior to the source buffer in planar2x() MMX2
|
14 years ago |
Ramiro Polla
|
a51125b52f
rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()
|
14 years ago |
Ramiro Polla
|
4821b4456f
rgb2rgb: remove unused yvu9toyv12 function
|
14 years ago |
Reimar Döffinger
|
5b03661fa7
Replace some "m" constraints by MANGLE to avoid issues with some compilers not
|
15 years ago |
Diego Biurrun
|
819ee683d8
libswscale: Relicense almost all x86 assembler optimizations as LGPL.
|
15 years ago |
Zuxy Meng
|
a959e24780
Const correctness for src pointer. Remove all constness related warnings in
|
15 years ago |
Zuxy Meng
|
4b19045566
Remove unused PREFETCHW macro
|
15 years ago |
Ramiro Polla
|
7d73d1c336
Indent.
|
15 years ago |
Ramiro Polla
|
dd68318cee
Cosmetics:
|
15 years ago |
Ramiro Polla
|
9b734d44ab
Indent libswscale:
|
15 years ago |
Diego Biurrun
|
0bf18ed32d
Remove disabled crufty code.
|
15 years ago |
Måns Rullgård
|
a898cdc995
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
|
15 years ago |
Michael Niedermayer
|
b36da2c215
Remove 2 useless += at the end of rgb16to15(), found by CSA.
|
16 years ago |
Michael Niedermayer
|
3d99e069e4
10l (C code was buggy and untested)
|
16 years ago |
Michael Niedermayer
|
870a4adbb7
Average chroma of 2 lines in packed 422 -> planar 420.
|
16 years ago |
Michael Niedermayer
|
9326d3f355
Revert
|
16 years ago |
Michael Niedermayer
|
0411072ee3
Unscaled converters for
|
16 years ago |
Reimar Döffinger
|
62651fa729
Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.
|
16 years ago |
Ramiro Polla
|
d0ce212a7a
Do not assume long is same width as x86 register.
|
16 years ago |
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
|
16 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
|
17 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 |