Zuxy Meng
|
d5206d3dd6
User friendly warning message that gives out names of source and target formats
|
15 years ago |
Zuxy Meng
|
3c52d4849f
Define out currently unused static functions.
|
15 years ago |
Zuxy Meng
|
a959e24780
Const correctness for src pointer. Remove all constness related warnings in
|
15 years ago |
Ramiro Polla
|
dd68318cee
Cosmetics:
|
15 years ago |
Kostya Shishkov
|
df226e6369
Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused
|
15 years ago |
Diego Biurrun
|
29ce043374
The AltiVec code in libswscale no longer is under GPL.
|
15 years ago |
Kostya Shishkov
|
68e7f4828d
YUV into RGB48 BE/LE conversion support
|
15 years ago |
Cédric Schieli
|
b78c8e2103
Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c
|
16 years ago |
Ramiro Polla
|
befa8e665c
Move yuv2rgb code to subdirs.
|
16 years ago |
Cédric Schieli
|
0928f1eb53
Simpler and more elegant fix to the x86_32/OSX+PIC build failure
|
16 years ago |
Cédric Schieli
|
986b6f8f73
Fix build failure on x86_32 Mac OS X with PIC enabled
|
16 years ago |
Cédric Schieli
|
3acd545f0c
Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters
|
16 years ago |
Ramiro Polla
|
d0ce212a7a
Do not assume long is same width as x86 register.
|
16 years ago |
Diego Biurrun
|
780daf2b09
Consistently use ff_ prefixes for internal symbols.
|
16 years ago |
Diego Biurrun
|
852ca0e57d
Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name
|
16 years ago |
Cédric Schieli
|
9a10a0767c
Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb patch
|
16 years ago |
Reimar Döffinger
|
f78b9c0656
Fix braindead and broken way to calculate abase, fixes regression tests on
|
16 years ago |
Cédric Schieli
|
f8a138be52
When converting from a non alpha format to an alpha format, defaults
|
16 years ago |
Diego Biurrun
|
1e5304c69e
Rename yuv2rgb2.c --> yuv2rgb.c.
|
16 years ago |
Diego Biurrun
|
876a4dc013
Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.
|
16 years ago |
Kostya Shishkov
|
e2a004ad4e
Prefix visible YUV2RGB functions with sws_
|
16 years ago |
Kostya Shishkov
|
fa58ba15f8
Give better name to Inverse_Table_6_9
|
16 years ago |
Diego Biurrun
|
2907deed0f
Remove file name from file headers.
|
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 |
Diego Pettenò
|
d0b69b2855
Mark dither_2x2_{8,4} static to swscale.c
|
16 years ago |
Carl Eugen Hoyos
|
88e2a9aebc
Remove b5Dither, g5Dither and r5Dither from libswscale.
|
16 years ago |
Carl Eugen Hoyos
|
92c7b4713d
Remove g6Dither from libswscale.
|
16 years ago |
Michael Niedermayer
|
45e18be87d
Move dither tables from yuv2rgb to swscale, they have been written by me and
|
16 years ago |
Michael Niedermayer
|
85a51e6bd5
Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it
|
16 years ago |
Michael Niedermayer
|
9990e4269c
Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
|
16 years ago |
Michael Niedermayer
|
688b5e8020
Fix rgb15/16 vs. bgr part1.
|
16 years ago |
Diego Biurrun
|
8a3227968c
spelling/grammar/wording overhaul
|
16 years ago |
Luca Barbato
|
5478959b8f
Build sparc arch specific code using the Makefile
|
17 years ago |
Diego Biurrun
|
5202ed315b
Fix wrong #endif comment.
|
17 years ago |
Diego Biurrun
|
bfffdb81c2
Classify mlib as a configurable option, not as a hardware feature.
|
17 years ago |
Diego Biurrun
|
a04e32407d
Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
|
17 years ago |
Carl Eugen Hoyos
|
0cb2559445
Discard two symbols from libswscale.
|
17 years ago |
Carl Eugen Hoyos
|
ae797914dd
Make dither4 & dither8 const.
|
17 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 |
Diego Biurrun
|
721d5e3b95
Revert wrong ARCH_BFIN --> HAVE_BFIN change.
|
17 years ago |
Marc Hoffman
|
49488d12bf
renaming ARCH_BFIN to HAVE_BFIN
|
17 years ago |
Denes Balatoni
|
90c1d7b400
UltraSPARC VIS yuv2rgb
|
17 years ago |
Diego Biurrun
|
fc69cc615e
Remove redundant "all rights reserved" statement, OKed by Walken.
|
17 years ago |
Diego Biurrun
|
cabc90c2ce
typo
|
17 years ago |
Diego Biurrun
|
7ed8ccb50e
ISO8859-1 --> UTF-8
|
17 years ago |
Diego Biurrun
|
c1578479d3
Group all copyright and author notices together.
|
17 years ago |
Reimar Döffinger
|
1a18eaf760
Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8
|
17 years ago |
Carl Eugen Hoyos
|
2db27aadcb
rename attribute_unused to av_unused as it is declared in common.h
|
17 years ago |