2628 Commits (9d8f5141cf7da4c72e8e1a08e9a967c0f163a78a)

Author SHA1 Message Date
Niklas Haas 9d8f5141cf swscale/rgb2xyz: add explicit width parameter 3 months ago
Niklas Haas ea228fc415 swscale/rgb2xyz: minor style fixes 3 months ago
James Almer 04612351ab swscale/input: add V30X input support 3 months ago
James Almer ea05edc9e0 swscale/input: add VYU444 input support 3 months ago
James Almer ec7f5e314d swscale/input: add UYVA input support 3 months ago
James Almer bb37d3c33e swscale/input: add AYUV input support 3 months ago
jinbo e6ecc1e757
swscale: Fix conflicting types for loongarch 3 months ago
Niklas Haas 477445722c swscale/ppc: fix altivec build failure 3 months ago
Martin Storsjö b9145fcab2 swscale: Fix aarch64 and i386 compilation failures 3 months ago
Niklas Haas 73b3344edd swscale/input: parametrize ff_sws_init_input_funcs() pointers 3 months ago
Niklas Haas 20b350b284 swscale/internal: add typedefs for input reading functions 3 months ago
Niklas Haas b90d522d2c swscale/internal: forward typedef SwsContext 3 months ago
Niklas Haas c1a0e65763 swscale/internal: constify SwsFunc 3 months ago
Niklas Haas 286bdc9cdc swscale/internal: turn cascaded_tmp into an array 3 months ago
Niklas Haas 61369484f6 swscale/internal: expose ff_update_palette() internally 3 months ago
Niklas Haas aee19ee431 swscale/internal: rename NB_SWS_DITHER for consistency 3 months ago
Niklas Haas 41ce370b65 tests/swscale: fix minor typos 3 months ago
Michael Niedermayer 38e224c2ba
*/version.h: bump after release/7.1 branch 3 months ago
Michael Niedermayer e1094ac45d
*/version.h: bump minor versions for release/7.1 3 months ago
Zhao Zhili e18b46d95f swscale/aarch64: Fix rgb24toyv12 only works with aligned width 3 months ago
Michael Niedermayer bd80c97391
swscale/output: Fix undefined integer overflow in yuv2rgba64_2_c_template() 3 months ago
Michael Niedermayer 44c5641ae8
swscale/swscale: Use unsigned operation to avoid undefined behavior 3 months ago
Ramiro Polla c0666d8bed swscale/aarch64/rgb2rgb: add neon implementation for rgb24toyv12 4 months ago
Ramiro Polla caaec2ea95 swscale/x86/rgb2rgb: disable rgb24toyv12_mmxext for x86_64 4 months ago
Ramiro Polla 3604b2403c swscale/rgb2rgb: improve chroma conversion in ff_rgb24toyv12_c 4 months ago
Ramiro Polla d8848325a6 swscale/aarch64/rgb2rgb: add deinterleaveBytes neon implementation 4 months ago
Ramiro Polla 4c824ad391 swscale/x86/rgb2rgb: fix deinterleaveBytes writing past the end of the buffers 4 months ago
Ramiro Polla f17a6bd200 swscale/x86/rgb2rgb: fix deinterleaveBytes for unaligned dst pointers 4 months ago
Rémi Denis-Courmont 27d28b68da swscale/rgb2rgb: enable R-V V deinterleaveBytes 4 months ago
Ramiro Polla 420d443600 swscale/aarch64: cosmetics fix (spaces inside curly braces) 4 months ago
Ramiro Polla 52887683e9 swscale/aarch64: add nv24/nv42 to yuv420p unscaled converter 4 months ago
Ramiro Polla 88a563ad18 swscale: export ff_copyPlane so it may be used by simd code 4 months ago
Ramiro Polla 4eb5594295 swscale: add nv24/nv42 to yuv420p unscaled converter 4 months ago
Martin Storsjö cfe0a36352 libswscale: aarch64: Fix the indentation of some macro invocations 4 months ago
Martin Storsjö 507c2a5774 libswscale: arm: Don't assume aligned output in yuv2rgb functions 4 months ago
Ramiro Polla 181cd260db swscale/aarch64/yuv2rgb: add neon yuv42{0,2}p -> gbrp unscaled colorspace converters 4 months ago
Ramiro Polla 8744764a4c swscale/x86/yuv2rgb: add ssse3 yuv42{0,2}p -> gbrp unscaled colorspace converters 4 months ago
Ramiro Polla 4545205a26 swscale/yuv2rgb: add yuv42{0,2}p -> gbrp unscaled colorspace converters 4 months ago
Ramiro Polla af5adf57e3 swscale/yuv2rgb: prepare YUV2RGBFUNC macro for multi-planar rgb 4 months ago
Ramiro Polla 24063e7827 swscale/yuv2rgb: prepare LOADCHROMA/PUTFUNC macros for multi-planar rgb 4 months ago
Niklas Haas 6b40be941a swscale/options: relax src/dst_h/v_chr_pos value range 4 months ago
Niklas Haas 3e064f52eb swscale: document SWS_FULL_CHR_H_* flags 4 months ago
James Almer 66592e8b10 swscale/output: don't leave the alpha channel undefined in vuyx and xv36le 5 months ago
Rémi Denis-Courmont 210877c5fd sws/riscv: depend on RVB and simplify accordingly 5 months ago
Rémi Denis-Courmont bd0c3edb13 lavu/riscv: count bytes rather than words for bswap32 5 months ago
Shiyou Yin 4713a5cc24
swscale: [loongarch] Fix checkasm-sw_yuv2rgb failure. 5 months ago
Rémi Denis-Courmont 4f2472909e sws/riscv: add forward-edge CFI landing pads 5 months ago
Rémi Denis-Courmont e91a8cc4de sws/riscv: require B or zba explicitly 5 months ago
Michael Niedermayer bcab9789ef
swscale/output: Fix integer overflows in yuv2rgba64_X_c_template 5 months ago
Niklas Haas 4ec45aca36 swscale/utils: fix leak on threaded ctx init failure 6 months ago