2637 Commits (e2427a42231d0c9330fff197a44f53e6014f871c)

Author SHA1 Message Date
James Almer cd04ebe033 swscale/output: add V30X output support 1 month ago
James Almer 57db8e0571 swscale/output: add VYU444 output support 1 month ago
James Almer eac9af382a swscale/output: add UYVA output support 1 month ago
James Almer 6cd52c1080 swscale/output: add AYUV output support 1 month ago
James Almer 5f1bf3cd65 swscale/output: add missing yuv2packed1 and yuv2packed2 support for VUY{X,A} 1 month ago
Martin Storsjö 77e6293735 arm: Consistently use proper interworking function returns 1 month ago
Niklas Haas ec9985b54f swscale/internal: constify and expose ff_swscale() 1 month ago
Niklas Haas 403a20b2e6 swscale/rgb2xyz: expose these functions internally 1 month ago
Niklas Haas 775de8c19d swscale/rgb2xyz: follow convention on image pointers and strides 1 month ago
Niklas Haas 9d8f5141cf swscale/rgb2xyz: add explicit width parameter 1 month ago
Niklas Haas ea228fc415 swscale/rgb2xyz: minor style fixes 1 month ago
James Almer 04612351ab swscale/input: add V30X input support 1 month ago
James Almer ea05edc9e0 swscale/input: add VYU444 input support 1 month ago
James Almer ec7f5e314d swscale/input: add UYVA input support 1 month ago
James Almer bb37d3c33e swscale/input: add AYUV input support 1 month ago
jinbo e6ecc1e757
swscale: Fix conflicting types for loongarch 1 month ago
Niklas Haas 477445722c swscale/ppc: fix altivec build failure 1 month ago
Martin Storsjö b9145fcab2 swscale: Fix aarch64 and i386 compilation failures 1 month ago
Niklas Haas 73b3344edd swscale/input: parametrize ff_sws_init_input_funcs() pointers 1 month ago
Niklas Haas 20b350b284 swscale/internal: add typedefs for input reading functions 1 month ago
Niklas Haas b90d522d2c swscale/internal: forward typedef SwsContext 1 month ago
Niklas Haas c1a0e65763 swscale/internal: constify SwsFunc 1 month ago
Niklas Haas 286bdc9cdc swscale/internal: turn cascaded_tmp into an array 1 month ago
Niklas Haas 61369484f6 swscale/internal: expose ff_update_palette() internally 1 month ago
Niklas Haas aee19ee431 swscale/internal: rename NB_SWS_DITHER for consistency 1 month ago
Niklas Haas 41ce370b65 tests/swscale: fix minor typos 1 month ago
Michael Niedermayer 38e224c2ba
*/version.h: bump after release/7.1 branch 2 months ago
Michael Niedermayer e1094ac45d
*/version.h: bump minor versions for release/7.1 2 months ago
Zhao Zhili e18b46d95f swscale/aarch64: Fix rgb24toyv12 only works with aligned width 2 months ago
Michael Niedermayer bd80c97391
swscale/output: Fix undefined integer overflow in yuv2rgba64_2_c_template() 2 months ago
Michael Niedermayer 44c5641ae8
swscale/swscale: Use unsigned operation to avoid undefined behavior 2 months ago
Ramiro Polla c0666d8bed swscale/aarch64/rgb2rgb: add neon implementation for rgb24toyv12 2 months ago
Ramiro Polla caaec2ea95 swscale/x86/rgb2rgb: disable rgb24toyv12_mmxext for x86_64 2 months ago
Ramiro Polla 3604b2403c swscale/rgb2rgb: improve chroma conversion in ff_rgb24toyv12_c 2 months ago
Ramiro Polla d8848325a6 swscale/aarch64/rgb2rgb: add deinterleaveBytes neon implementation 2 months ago
Ramiro Polla 4c824ad391 swscale/x86/rgb2rgb: fix deinterleaveBytes writing past the end of the buffers 2 months ago
Ramiro Polla f17a6bd200 swscale/x86/rgb2rgb: fix deinterleaveBytes for unaligned dst pointers 2 months ago
Rémi Denis-Courmont 27d28b68da swscale/rgb2rgb: enable R-V V deinterleaveBytes 2 months ago
Ramiro Polla 420d443600 swscale/aarch64: cosmetics fix (spaces inside curly braces) 3 months ago
Ramiro Polla 52887683e9 swscale/aarch64: add nv24/nv42 to yuv420p unscaled converter 3 months ago
Ramiro Polla 88a563ad18 swscale: export ff_copyPlane so it may be used by simd code 3 months ago
Ramiro Polla 4eb5594295 swscale: add nv24/nv42 to yuv420p unscaled converter 3 months ago
Martin Storsjö cfe0a36352 libswscale: aarch64: Fix the indentation of some macro invocations 3 months ago
Martin Storsjö 507c2a5774 libswscale: arm: Don't assume aligned output in yuv2rgb functions 3 months ago
Ramiro Polla 181cd260db swscale/aarch64/yuv2rgb: add neon yuv42{0,2}p -> gbrp unscaled colorspace converters 3 months ago
Ramiro Polla 8744764a4c swscale/x86/yuv2rgb: add ssse3 yuv42{0,2}p -> gbrp unscaled colorspace converters 3 months ago
Ramiro Polla 4545205a26 swscale/yuv2rgb: add yuv42{0,2}p -> gbrp unscaled colorspace converters 3 months ago
Ramiro Polla af5adf57e3 swscale/yuv2rgb: prepare YUV2RGBFUNC macro for multi-planar rgb 3 months ago
Ramiro Polla 24063e7827 swscale/yuv2rgb: prepare LOADCHROMA/PUTFUNC macros for multi-planar rgb 3 months ago
Niklas Haas 6b40be941a swscale/options: relax src/dst_h/v_chr_pos value range 3 months ago