Stefano Sabatini
|
82e5f86bd5
Implement shuffle_bytes_abcd() functions and use them for shuffling
|
14 years ago |
Zuxy Meng
|
a959e24780
Const correctness for src pointer. Remove all constness related warnings in
|
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 |
Måns Rullgård
|
a898cdc995
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
|
15 years ago |
Michael Niedermayer
|
0411072ee3
Unscaled converters for
|
15 years ago |
Cédric Schieli
|
f8a138be52
When converting from a non alpha format to an alpha format, defaults
|
15 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 |
Diego Biurrun
|
1599c47ce3
Remove commented-out duplicate declarations.
|
16 years ago |
Diego Biurrun
|
2ef8819c9a
Remove unused declarations.
|
16 years ago |
Vitor Sessak
|
522ce95786
Fix broken palette8to*.
|
16 years ago |
Baptiste Coudurier
|
a6100f39a1
enable yuv422p to uyvy converter
|
16 years ago |
Michael Niedermayer
|
7372e9bbe5
Fix 4 of the unscaled rgb15/16 converters, each of these contained
|
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
|
72d6b61074
remove useless casts
|
16 years ago |
Baptiste Coudurier
|
774c386a10
add const, suppress warnings
|
16 years ago |
Diego Biurrun
|
83da2c6f26
Use full path for #includes from another directory.
|
16 years ago |
Reimar Döffinger
|
5802683a97
Make some assembler constants global instead of declaring them multiple times.
|
17 years ago |
Reimar Döffinger
|
d334c7c237
Use DECLARE_ASM_CONST where possible in libswscale code
|
17 years ago |
Benoit Fouet
|
30c48a0af4
Cosmetics: whitespaces
|
17 years ago |
Diego Biurrun
|
b19bcbaa78
license header consistency cosmetics
|
17 years ago |
Diego Biurrun
|
4d7b302c0d
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
|
17 years ago |
Diego Biurrun
|
6e42e6c4b4
cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
|
17 years ago |
Diego Biurrun
|
6a4970abd1
cosmetics: Remove trailing whitespace.
|
17 years ago |
Ivo van Poorten
|
19b202f9d1
fix red_15mask and green_15mask. the previous values were wrong and caused
|
17 years ago |
Ivo van Poorten
|
ea70817379
cosmetics after last commit; remove superfluous braces
|
17 years ago |
Ivo van Poorten
|
df170b81d9
Remove code duplication in sws_rgb2rgb_init.
|
17 years ago |
Diego Biurrun
|
10ef990d96
cosmetics: typo pallete --> palette
|
18 years ago |
Luca Abeni
|
9bde778e73
Allow to compile swscale's non-SIMD code under the LGPL license.
|
18 years ago |
Luca Abeni
|
807e0c6645
Clarify that some of the non-SIMD code is now LGPLed.
|
18 years ago |
Diego Biurrun
|
3d6a30d948
Use common define for x86_32 and x86_64.
|
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 |
Diego Biurrun
|
49a0122c99
Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to
|
18 years ago |
Diego Biurrun
|
dbdae6ec54
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
|
18 years ago |
Diego Biurrun
|
6979600818
Comment some #endif lines.
|
18 years ago |
Luca Abeni
|
94c4def23c
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
|
18 years ago |
Luca Abeni
|
73435f006b
Move postproc ---> libswscale
|
18 years ago |