167 Commits (4ec767abcc1036a424e4b30ef6d0d3b180d4eed4)

Author SHA1 Message Date
Niklas Haas 2d077f9acd swscale/internal: group user-facing options together 1 month ago
Niklas Haas 67adb30322 swscale: rename SwsContext to SwsInternal 2 months ago
Niklas Haas c1a0e65763 swscale/internal: constify SwsFunc 3 months ago
Ramiro Polla 4545205a26 swscale/yuv2rgb: add yuv42{0,2}p -> gbrp unscaled colorspace converters 5 months ago
Ramiro Polla af5adf57e3 swscale/yuv2rgb: prepare YUV2RGBFUNC macro for multi-planar rgb 5 months ago
Ramiro Polla 24063e7827 swscale/yuv2rgb: prepare LOADCHROMA/PUTFUNC macros for multi-planar rgb 5 months ago
Sean McGovern 34b4ca8696
swscale: prevent undefined behaviour in the PUTRGBA macro 6 months ago
Ramiro Polla e37a93031e swscale/yuv2rgb: reindent after previous commit 6 months ago
Ramiro Polla 0a08c64588 swscale/yuv2rgb: fix yuv422p input in C code 6 months ago
Ramiro Polla fb8fae864f swscale/yuv2rgb: add macros to simplify code generation 6 months ago
Ramiro Polla 88a402df74 swscale/yuv2rgb: fix conversion for widths not aligned to 8 6 months ago
Michael Niedermayer bfc22f364d
swscale/yuv2rgb: Use 64bit for brightness computation 7 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 9 months ago
Niklas Haas 736284e7b9 swscale/yuv2rgb: fix sws_getCoefficients for colorspace=0 1 year ago
Hao Chen 74d09b068d
swscale/la: Add yuv2rgb_lasx.c and rgb2rgb_lasx.c files 2 years ago
Andreas Rheinhardt 40e6575aa3 all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 3 years ago
Andreas Rheinhardt 3be6fe9a56 swscale/yuv2rgb: Silence a set-but-unused-variable warning 3 years ago
Manuel Stoeckl 32329397e2 swscale: add input/output support for X2BGR10LE 3 years ago
Manuel Stoeckl ca594df622 swscale/yuv2rgb: fix conversion to X2RGB10 3 years ago
Andreas Rheinhardt 2c05ee092b avutil/internal, swresample/audioconvert: Remove cpu.h inclusions 4 years ago
Limin Wang 7c8ad72f1c swscale/yuv2rgb: cosmetics 5 years ago
Fei Wang 8544783280 swscale/yuv2rgb: consider x2rgb10le on big endian hardware 5 years ago
Fei Wang c721b45014 swscale: Add swscale input/output support for X2RGB10LE 5 years ago
Michael Niedermayer be3c29e379 swscale/yuv2rgb: Fix vertical dither offset with slices 5 years ago
Michael Niedermayer fe17f9b956 swscale/yuv2rgb: Return a more specific error code from ff_yuv2rgb_c_init_tables() 6 years ago
Carl Eugen Hoyos 9b0510a8e3 lsws/yuv2rgb: Fix yuva2rgb32 on big endian hardware. 7 years ago
Ronald S. Bultje b3eda69490 swscale: add bt2020 yuv2rgb coefficients. 9 years ago
Ronald S. Bultje 98038e2ee0 swscale: fix bt709 yuv2rgb coefficients. 9 years ago
Clément Bœsch 1e7a37f0a0 sws/yuv2rgb: clarify precision of coeff and offset for mmx code 9 years ago
Clément Bœsch f9987464cf sws/yuv2rgb: avoid a few ub on signed left shifts 9 years ago
Vittorio Giovara e9175634ec yuv2rgb: Document the color space coefficients 9 years ago
Vittorio Giovara ff8c2c4103 yuv2rgb: Document the color space coefficients 9 years ago
Michael Niedermayer 5e5f82a287 swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out 9 years ago
Michael Niedermayer b20426398c swscale/yuv2rgb: Use av_clip_uint8() 10 years ago
Vittorio Giovara 1dd797e3c9 swscale: check memory allocations 10 years ago
Michael Niedermayer 3a2bed1f9e swscale/yuv2rgb: Fix width % 4 != 0 with bgr4_byte/rgb4_byte 10 years ago
Michael Niedermayer 3848512d48 swscale/yuv2rgb: Fix width % 4 != 0 with bgr4/rgb4 10 years ago
Michael Niedermayer 3d00ba2688 swscale/yuv2rgb: fix width % 8 != 0 and rgb/bgr8 output 10 years ago
Diego Biurrun 880e2aa236 Remove all Blackfin architecture optimizations 11 years ago
Diego Biurrun b4dd424d96 Remove all SPARC architecture optimizations 11 years ago
Michael Niedermayer d0a3bc1302 swscale/yuv2rgb: clip cy, avoid division by 0 with 0 contrast 11 years ago
Michael Niedermayer 46a723ec72 swscale/yuv2rgb: make sure yuvTable is set to NULL after deallocation 11 years ago
Diego Biurrun 67e6a9f558 cosmetics: Place arch initialization calls in alphabetical order 12 years ago
Diego Biurrun 3aa682f253 swscale: consistent names for arch-specific acceleration functions 12 years ago
Diego Biurrun c2503d9c8a swscale: ppc: Hide arch-specific initialization details 12 years ago
Diego Biurrun a519583991 swscale: x86: Hide arch-specific initialization details 12 years ago
Diego Biurrun aa2ba8c99e swscale: Move extern declarations for tables to swscale_internal.h 12 years ago
Paul B Mahol e1746d057b swscale: RGBA64 output 12 years ago
Martin Storsjö 6e293d111f swscale: Use alpha from the right row in yuva2rgba_c 12 years ago
Martin Storsjö 6c5eac9a60 swscale: Remove unnecessary backslashes 12 years ago