Diego Biurrun
|
93229681b5
Merge remaining changes to make libswscale usable in LGPL mode from trunk.
|
15 лет назад |
Diego Biurrun
|
beb93f987c
Add a copy of libswscale into the branch instead of using svn:external.
|
15 лет назад |
Diego Biurrun
|
da835cc8a3
Create 0.5 release branch.
|
15 лет назад |
Reimar Döffinger
|
f78b9c0656
Fix braindead and broken way to calculate abase, fixes regression tests on
|
15 лет назад |
Cédric Schieli
|
f8a138be52
When converting from a non alpha format to an alpha format, defaults
|
15 лет назад |
Diego Biurrun
|
1e5304c69e
Rename yuv2rgb2.c --> yuv2rgb.c.
|
15 лет назад |
Diego Biurrun
|
876a4dc013
Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.
|
15 лет назад |
Kostya Shishkov
|
e2a004ad4e
Prefix visible YUV2RGB functions with sws_
|
15 лет назад |
Kostya Shishkov
|
fa58ba15f8
Give better name to Inverse_Table_6_9
|
15 лет назад |
Diego Biurrun
|
2907deed0f
Remove file name from file headers.
|
15 лет назад |
Diego Biurrun
|
f4406ec177
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
|
16 лет назад |
Aurelien Jacobs
|
b63f641e9b
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 лет назад |
Diego Pettenò
|
d0b69b2855
Mark dither_2x2_{8,4} static to swscale.c
|
16 лет назад |
Carl Eugen Hoyos
|
88e2a9aebc
Remove b5Dither, g5Dither and r5Dither from libswscale.
|
16 лет назад |
Carl Eugen Hoyos
|
92c7b4713d
Remove g6Dither from libswscale.
|
16 лет назад |
Michael Niedermayer
|
45e18be87d
Move dither tables from yuv2rgb to swscale, they have been written by me and
|
16 лет назад |
Michael Niedermayer
|
85a51e6bd5
Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it
|
16 лет назад |
Michael Niedermayer
|
9990e4269c
Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
|
16 лет назад |
Michael Niedermayer
|
688b5e8020
Fix rgb15/16 vs. bgr part1.
|
16 лет назад |
Diego Biurrun
|
8a3227968c
spelling/grammar/wording overhaul
|
16 лет назад |
Luca Barbato
|
5478959b8f
Build sparc arch specific code using the Makefile
|
16 лет назад |
Diego Biurrun
|
5202ed315b
Fix wrong #endif comment.
|
16 лет назад |
Diego Biurrun
|
bfffdb81c2
Classify mlib as a configurable option, not as a hardware feature.
|
16 лет назад |
Diego Biurrun
|
a04e32407d
Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
|
16 лет назад |
Carl Eugen Hoyos
|
0cb2559445
Discard two symbols from libswscale.
|
16 лет назад |
Carl Eugen Hoyos
|
ae797914dd
Make dither4 & dither8 const.
|
16 лет назад |
Reimar Döffinger
|
5802683a97
Make some assembler constants global instead of declaring them multiple times.
|
17 лет назад |
Reimar Döffinger
|
d334c7c237
Use DECLARE_ASM_CONST where possible in libswscale code
|
17 лет назад |
Diego Biurrun
|
721d5e3b95
Revert wrong ARCH_BFIN --> HAVE_BFIN change.
|
17 лет назад |
Marc Hoffman
|
49488d12bf
renaming ARCH_BFIN to HAVE_BFIN
|
17 лет назад |
Denes Balatoni
|
90c1d7b400
UltraSPARC VIS yuv2rgb
|
17 лет назад |
Diego Biurrun
|
fc69cc615e
Remove redundant "all rights reserved" statement, OKed by Walken.
|
17 лет назад |
Diego Biurrun
|
cabc90c2ce
typo
|
17 лет назад |
Diego Biurrun
|
7ed8ccb50e
ISO8859-1 --> UTF-8
|
17 лет назад |
Diego Biurrun
|
c1578479d3
Group all copyright and author notices together.
|
17 лет назад |
Reimar Döffinger
|
1a18eaf760
Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8
|
17 лет назад |
Carl Eugen Hoyos
|
2db27aadcb
rename attribute_unused to av_unused as it is declared in common.h
|
17 лет назад |
Marc Hoffman
|
d3f3eea92d
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
|
17 лет назад |
Diego Biurrun
|
428098165d
cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.
|
17 лет назад |
Diego Biurrun
|
6a4970abd1
cosmetics: Remove trailing whitespace.
|
17 лет назад |
Michael Niedermayer
|
edf97a75f9
fix full range (jpeg yuv) chroma
|
17 лет назад |
Luca Abeni
|
2d529db50f
Pass a context to av_log(), when possible
|
18 лет назад |
Diego Biurrun
|
2c86a5786a
Fix license headers and FSF postal address.
|
18 лет назад |
Luca Abeni
|
789237cad0
Mark some variables as possibly unused to avoid warnings
|
18 лет назад |
Luca Abeni
|
628bc5e862
Add some explicit casts to avoid "assignment from incompatible pointer type"
|
18 лет назад |
Luca Abeni
|
44060a7391
Add some other casts, to remove void pointers arithmetic
|
18 лет назад |
Diego Biurrun
|
3d6a30d948
Use common define for x86_32 and x86_64.
|
18 лет назад |
Aurelien Jacobs
|
a90ce38634
make some global var static (fix a build failure with shared lib on x86_64)
|
18 лет назад |
Luca Abeni
|
e9e12f0e11
Remove the dependency of libswscale on img_format.h
|
18 лет назад |
Diego Biurrun
|
db3924f1fd
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
|
18 лет назад |