Michael Niedermayer
|
e99f1a8cc8
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Diego Biurrun
|
89d94b2182
swscale: K&R formatting cosmetics (part I)
|
12 years ago |
Diego Biurrun
|
72b95764d0
swscale: variable declaration and placement cosmetics
|
12 years ago |
Michael Niedermayer
|
c065255bba
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Alex Converse
|
7181c4edee
cosmetics: Remove extra newlines at EOF
|
12 years ago |
Michael Niedermayer
|
e986a5d10d
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Paul B Mahol
|
0cc1a86dc3
rgb2rgb: rgb12to15()
|
13 years ago |
Michael Niedermayer
|
b18e17eabf
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Paul B Mahol
|
f7f3563214
rgb2rgb: rgb12tobgr12()
|
13 years ago |
Paul B Mahol
|
296a338261
rgb2rgb: remove unused bgr8torgb8()
|
13 years ago |
Paul B Mahol
|
4ad40d6d9f
rgb2rgb: rgb12tobgr12()
|
13 years ago |
Michael Niedermayer
|
7fad19a63d
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Mans Rullgard
|
373211d828
Remove extraneous semicolons
|
13 years ago |
Themaister
|
0827222b9c
Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX).
|
13 years ago |
Stefano Sabatini
|
4ce0a94656
lsws: remove deprecated and unused stuff after the 0->1 major bump
|
13 years ago |
Michael Niedermayer
|
b8a43bc1b5
Merge remote-tracking branch 'qatar/master' into master
|
13 years ago |
Anton Khirnov
|
b8e893399f
sws: replace all long with int.
|
13 years ago |
Michael Niedermayer
|
034fc7bf12
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Michael Niedermayer
|
d1adad3cca
Merge swscale bloatup
|
13 years ago |
Ronald S. Bultje
|
e66149e714
swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.
|
13 years ago |
tateu
|
93c28a55fd
Fix runtime CPU detection in libswscale.
|
13 years ago |
Anton Khirnov
|
7dfe244fbd
sws: remove disabled cruft.
|
13 years ago |
Luca Barbato
|
c003832883
swscale: move away x86 specific code from rgb2rgb
|
13 years ago |
Michael Niedermayer
|
c55780dcef
Merge remote branch 'qatar/master'
|
13 years ago |
Luca Barbato
|
0e1a5434e2
swscale: Factorize FAST_BGR2YV12 definition.
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Ramiro Polla
|
c12f7b2d2c
rgb2rgb: don't misuse HAVE_* defines
|
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
|
539ff40c2d
rgb2rgb: build SSE2 codepath
|
14 years ago |
Måns Rullgård
|
6a01eab73c
Add av_ prefix to bswap macros
|
14 years ago |
Reinhard Tartler
|
2b991422f8
deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24
|
14 years ago |
Reinhard Tartler
|
3d9408f4a7
remove palette8torgb15 and palette8tobgr15
|
14 years ago |
Diego Biurrun
|
819ee683d8
libswscale: Relicense almost all x86 assembler optimizations as LGPL.
|
14 years ago |
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 |