You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Martin Storsjö
f33f728470
arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supported
...
Vanilla clang supports altmacro since clang 5.0, and thus doesn't
require gas-preprocessor for building the arm assembly any longer.
However, the built-in assembler doesn't support .dn directives.
This readds checks that were removed in d7320ca3ed
, when
the last usage of .dn directives within libav were removed.
Alternatively, the assembly could be rewritten to not use the
.dn directive, making it available to clang users.
Signed-off-by: Martin Storsjö <martin@martin.st>
7 years ago
..
aarch64
sws/aarch64: add ff_yuv2planeX_8_neon
9 years ago
arm
arm: swscale: Only compile the rgb2yuv asm if .dn aliases are supported
7 years ago
ppc
swscale: Drop is9_OR_10BPS() use, its name is not correct
8 years ago
tests
Merge commit '0fd0d4fd0a518e30ff23972828ad7cf7f35cfb9d'
7 years ago
x86
swscale/rgb : add X86 SIMD (SSSE3), for shuffle_bytes_1230, shuffle_bytes_3012, shuffle_bytes_3210
7 years ago
Makefile
Merge commit '92db5083077a8b0f8e1050507671b456fd155125'
8 years ago
alphablend.c
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
9 years ago
bayer_template.c
swscale/bayer_template: Add () to protect the argument of BAYER_READ()
10 years ago
gamma.c
swscale: re-enable gamma
10 years ago
hscale.c
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
9 years ago
hscale_fast_bilinear.c
sws: Move fast bilinear C code into seperate file
11 years ago
input.c
libswscale: add gray9 support
8 years ago
libswscale.v
build: Change structure of the linker version script templates
9 years ago
log2_tab.c
lsws: duplicate ff_log2_tab
11 years ago
options.c
swscale/options: Use AV_OPT_TYPE_PIXEL_FMT
8 years ago
output.c
swscale: Add p016 output support and generalise yuv420p1x to p010
7 years ago
rgb2rgb.c
swscale/rgb : move shuffle func shuffle_bytes_1230, shuffle_bytes_3012, shuffle_bytes_3210 in order to add SIMD
7 years ago
rgb2rgb.h
swscale/rgb2rgb : cosmetic, move shuffle_bytes func declaration
7 years ago
rgb2rgb_template.c
swscale/rgb : move shuffle func shuffle_bytes_1230, shuffle_bytes_3012, shuffle_bytes_3210 in order to add SIMD
7 years ago
slice.c
lsws/slice: Move a misplaced const.
8 years ago
swscale.c
Fix several typos
7 years ago
swscale.h
doxygen: Standardize root-level modules
9 years ago
swscale_internal.h
swscale: Introduce a helper to identify semi-planar formats
7 years ago
swscale_unscaled.c
swscale: Introduce a helper to identify semi-planar formats
7 years ago
swscaleres.rc
…
utils.c
swscale: Add p016 output support and generalise yuv420p1x to p010
7 years ago
version.h
swscale: Add p016 output support and generalise yuv420p1x to p010
7 years ago
vscale.c
swscale: cleanup unused code
9 years ago
yuv2rgb.c
lsws/yuv2rgb: Fix yuva2rgb32 on big endian hardware.
7 years ago