summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* swscale/utils: Fix xInc overflowMichael Niedermayer2024-04-04
* swscale/ppc/swscale_ppc_template: Reindent after the previous commitAndreas Rheinhardt2024-04-04
* swscale/ppc/swscale_ppc_template: Remove code not passing checkasmAndreas Rheinhardt2024-04-04
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* lib*/version: Use static_assert for static assertsAndreas Rheinhardt2024-03-31
* swscale/swscale_internal: Don't export internal functionAndreas Rheinhardt2024-03-31
* swscale/swscale_internal: Hoist branch out of loopAndreas Rheinhardt2024-03-31
* swscale/ppc/swscale_altivec: Simplify macroAndreas Rheinhardt2024-03-31
* swscale/ppc/swscale_altivec: Fix build with -O0Andreas Rheinhardt2024-03-31
* swscale/swscale_internal: Only include altivec header iff HAVE_ALTIVECAndreas Rheinhardt2024-03-30
* Bump after 7.0 branch pointMichael Niedermayer2024-03-27
* Bump prior release/7.0 branchMichael Niedermayer2024-03-27
* avutil/x86util: Fix broken pre-SSE4.1 PMINSD emulationHenrik Gramner2024-03-17
* libs: bump major version for all librariesJames Almer2024-03-07
* libswscale/utils: Fix bayer to yuvjMichael Niedermayer2024-02-21
* Revert "swscale: fix sws_setColorspaceDetails after sws_init_context"Michael Niedermayer2024-02-21
* swscale/swscale: Check srcSliceH for bayerMichael Niedermayer2024-02-21
* swscale/utils: Allocate more dithererrorMichael Niedermayer2024-02-21
* swscale/tests/swscale: Add help textMichael Niedermayer2024-02-15
* swscale/tests/swscale: Highlight cases that worsenedMichael Niedermayer2024-02-15
* swscale/tests/swscale: Allow comparing a subset of cases to a reference fileMichael Niedermayer2024-02-15
* swscale/tests/swscale: Test a wider range of flag combinationsMichael Niedermayer2024-02-15
* swscale/tests/swscale: Compute chroma and alpha between gray and opaque frame...Michael Niedermayer2024-02-15
* swscale/tests/swscale: Split sws_getContext()Michael Niedermayer2024-02-15
* swscale/tests/swscale: Implement isALPHA() using AVPixFmtDescriptorMichael Niedermayer2024-02-15
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* riscv: test for assembler supportRémi Denis-Courmont2023-12-08
* swscale/x86/rgb_2_rgb: Add opaque pointer to missed definitions of ff_nv12ToUVAlfred Wingate2023-12-02
* lavc/hevcdsp_qpel_neon: using movi.16b instead of movi.2dxufuji4562023-11-28
* sws/rgb2rgb: fix unaligned accesses in R-V V YUYV to I422pRémi Denis-Courmont2023-11-13
* sws/rgb2rgb: rework R-V V YUY2 to 4:2:2 planarRémi Denis-Courmont2023-11-13
* swscale/yuv2rgb: fix sws_getCoefficients for colorspace=0Niklas Haas2023-11-09
* swscale: don't omit ff_sws_init_range_convert for high-bitNiklas Haas2023-11-09
* swscale: fix sws_setColorspaceDetails after sws_init_contextNiklas Haas2023-11-09
* Bump versions after 6.1Michael Niedermayer2023-10-29
* Bump versions prior to 6.1Michael Niedermayer2023-10-29
* aarch64: Reindent all assembly to 8/24 column indentationMartin Storsjö2023-10-21
* aarch64: Lowercase UXTW/SXTW and similar flagsMartin Storsjö2023-10-21
* aarch64: Consistently use lowercase for vector element specifiersMartin Storsjö2023-10-21
* swscale/rgb2rgb: R-V V deinterleaveBytesRémi Denis-Courmont2023-10-03
* swscale/rgb2rgb: fix extra iteration in R-V V interleaveRémi Denis-Courmont2023-10-03
* swscale/rgb2rgb: unroll R-V V interleave_bytesRémi Denis-Courmont2023-10-03
* swscale/rgb2rgb: unroll RISC-V V uyvytoyuv422Rémi Denis-Courmont2023-10-03
* swscale/rgb2rgb: avoid S-regs in RISC-V V uyvytoyuv422Rémi Denis-Courmont2023-10-03
* swscale/rgb2rgb: rework RISC-V V uyvytoyuv422Rémi Denis-Courmont2023-10-03
* swscale/rgb2rgb: remove R-V V shuffle_bytes_3012Rémi Denis-Courmont2023-10-02
* swscale/rgb2rgb: add R-V Zbb shuffle_bytes_3210Rémi Denis-Courmont2023-10-02
* swscale: add GBRAP14 format supportPaul B Mahol2023-09-28
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-04
* configure: Set WIN32_LEAN_AND_MEAN at configure timeL. E. Segovia2023-08-14