2707 Commits (6bf9252807c8877ca385279e328516f573a0a38b)

Author SHA1 Message Date
Niklas Haas b38f6f9990 tests/swscale: allow nonzero positive return codes from sws_scale_frame() 4 weeks ago
Niklas Haas e05a1bb879 swscale: fix documentation of sws_scale_frame() 4 weeks ago
Niklas Haas 2df655bc2c swscale/utils: fix sws_getCachedContext check 4 weeks ago
Niklas Haas ce457bfccd swscale/slice: fix init of 32 bpc planes 4 weeks ago
Niklas Haas ee903c4786 tests/swscale: fix sscanf return value check 1 month ago
Ramiro Polla ca889b1328 swscale/aarch64: add neon {lum,chr}ConvertRange16 1 month ago
Ramiro Polla 87052c0933 swscale/x86: add sse4 and avx2 {lum,chr}ConvertRange16 1 month ago
Ramiro Polla 6fe4a4ffb6 swscale/aarch64/range_convert: update neon range_convert functions to new API 1 month ago
Ramiro Polla be108ebcf4 swscale/x86/range_convert: update sse2 and avx2 range_convert functions to new API 1 month ago
Ramiro Polla 384fe39623 swscale/range_convert: fix mpeg ranges in yuv range conversion for non-8-bit pixel formats 1 month ago
Ramiro Polla 58bcdeb742 swscale/aarch64/range_convert: saturate output instead of limiting input 1 month ago
Ramiro Polla 2d1358a84d swscale/range_convert: saturate output instead of limiting input 1 month ago
Niklas Haas 2f95bc3cb3 swscale/utils: disable full_chr_h_input optimization for odd width 1 month ago
Niklas Haas 79452d382f swscale/graph: fix memleak of cascaded graphs 1 month ago
Michael Niedermayer d32dcc07a7
swscale/swscale_unscaled: Fix odd height with nv24_to_yuv420p_chroma() 1 month ago
Michael Niedermayer aeec39f3c1
swscale/slice: clear allocated memory in alloc_lines() 1 month ago
Sean McGovern b9eaf6e05c
swscale/ppc: disable YUV2RGB AltiVec acceleration 1 month ago
Rémi Denis-Courmont da1ab7940e riscv: remove unnecessary #include's 2 months ago
Marvin Scholz 6b9f4f36f7 swscale/internal: fix typo in loongarch specific code 2 months ago
Niklas Haas 3edd1e42b9 tests/swscale: add a benchmarking mode 2 months ago
Niklas Haas 59c39a79ca tests/swscale: rewrite on top of new API 2 months ago
Niklas Haas 2a091d4f2e swscale: introduce new, dynamic scaling API 2 months ago
Niklas Haas bf738412e8 swscale/graph: add new high-level scaler dispatch mechanism 2 months ago
Niklas Haas c461dcf291 swscale/internal: expose sws_init_single_context() internally 2 months ago
Niklas Haas fb16964009 swscale: organize and better document flags 2 months ago
Niklas Haas 6a91a165fd swscale: eliminate redundant SwsInternal accesses 2 months ago
Niklas Haas ed5dd67562 swscale: expose SwsContext publicly 2 months ago
Niklas Haas 2d077f9acd swscale/internal: group user-facing options together 2 months ago
Niklas Haas 10d1be2621 swscale/internal: use static_assert for enforcing offsets 2 months ago
Niklas Haas 55d5eae411 swscale/options: cosmetic changes 2 months ago
Rémi Denis-Courmont 1912c86af6 sws/range_convert: fix RISC-V chrFromJpeg 2 months ago
James Almer 2eb9c35010 x86/swscale: disable AVX2 yuv2nv12cX functions if accurate_rnd is requested 2 months ago
James Almer 4047b887fc swscale/swscale_unscaled: add more unscaled planar RGB to planar RGB coverage 2 months ago
James Almer c5ebd56500 swscale/swscale_unscaled: add unscaled XV{36,48}LE <-> XV{36,48}BE 2 months ago
James Almer 271aea60a4 fate/pixfmts: extend the high bit depth test 2 months ago
James Almer e7382b4d01 swscale/swscale_unscaled: add unscaled x2rgb10le to packed RGB 2 months ago
James Almer ae8ef645ec swscale/swscale_unscaled: add unscaled x2rgb10le to planar RGB 2 months ago
James Almer 5f5421ec66 swscale/swscale: prevent integer overflow in chrRangeToJpeg16_c 2 months ago
James Almer c029a2f7dd swscale/swscale_unscaled: add unscaled rgb to planar rgba 2 months ago
James Almer 5ccc3f0fca swscale/swscale_unscaled: add unscaled hbd planar RGB to x2rgb10le 2 months ago
James Almer febc9e8162 swscale/output: add full chroma interpolation support for x2rgb10 2 months ago
James Almer 78ba06928a swscale/x86/rgb2rgb: add optimized versions of the remaining shuffle_bytes functions 2 months ago
James Almer a686d34fea swscale/swscale_unscaled: add unscaled conversion for AYUV/VUYA/UYVA 2 months ago
Ramiro Polla 8b30daedf7 swscale/range_convert: indent after previous commit 3 months ago
Ramiro Polla f7ee0195df swscale/range_convert: drop redundant conditionals from arch-specific init functions 3 months ago
Ramiro Polla 7728b3357d swscale/range_convert: call arch-specific init functions from main init function 3 months ago
James Almer a67ba3c132 swscale/output: add XV48 output support 3 months ago
James Almer 2f13f74791 swscale/input: add XV48 input support 3 months ago
Michael Niedermayer 3fe3014405
swscale/output: used unsigned for bit accumulation 3 months ago
Michael Niedermayer 14f5d67be3
swscale/rgb2rgb_template: Fix ff_rgb24toyv12_c() with odd height 3 months ago