aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-317-4/+9
* lib*/version: Use static_assert for static assertsAndreas Rheinhardt2024-03-311-2/+3
* swscale/swscale_internal: Don't export internal functionAndreas Rheinhardt2024-03-312-51/+43
* swscale/swscale_internal: Hoist branch out of loopAndreas Rheinhardt2024-03-311-24/+10
* swscale/ppc/swscale_altivec: Simplify macroAndreas Rheinhardt2024-03-311-10/+4
* swscale/ppc/swscale_altivec: Fix build with -O0Andreas Rheinhardt2024-03-311-6/+6
* swscale/swscale_internal: Only include altivec header iff HAVE_ALTIVECAndreas Rheinhardt2024-03-301-0/+2
* Bump after 7.0 branch pointn7.1-devMichael Niedermayer2024-03-271-1/+1
* Bump prior release/7.0 branchMichael Niedermayer2024-03-271-1/+1
* avutil/x86util: Fix broken pre-SSE4.1 PMINSD emulationHenrik Gramner2024-03-171-5/+0
* libs: bump major version for all librariesJames Almer2024-03-072-2/+2
* libswscale/utils: Fix bayer to yuvjMichael Niedermayer2024-02-211-1/+2
* Revert "swscale: fix sws_setColorspaceDetails after sws_init_context"Michael Niedermayer2024-02-212-4/+8
* swscale/swscale: Check srcSliceH for bayerMichael Niedermayer2024-02-211-1/+2
* swscale/utils: Allocate more dithererrorMichael Niedermayer2024-02-211-1/+1
* swscale/tests/swscale: Add help textMichael Niedermayer2024-02-151-1/+20
* swscale/tests/swscale: Highlight cases that worsenedMichael Niedermayer2024-02-151-0/+9
* swscale/tests/swscale: Allow comparing a subset of cases to a reference fileMichael Niedermayer2024-02-151-0/+11
* swscale/tests/swscale: Test a wider range of flag combinationsMichael Niedermayer2024-02-151-2/+4
* swscale/tests/swscale: Compute chroma and alpha between gray and opaque frame...Michael Niedermayer2024-02-151-1/+24
* swscale/tests/swscale: Split sws_getContext()Michael Niedermayer2024-02-151-3/+20
* swscale/tests/swscale: Implement isALPHA() using AVPixFmtDescriptorMichael Niedermayer2024-02-151-6/+6
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-30/+30
* riscv: test for assembler supportRémi Denis-Courmont2023-12-082-1/+3
* swscale/x86/rgb_2_rgb: Add opaque pointer to missed definitions of ff_nv12ToUVAlfred Wingate2023-12-021-2/+3
* lavc/hevcdsp_qpel_neon: using movi.16b instead of movi.2dxufuji4562023-11-281-36/+36
* sws/rgb2rgb: fix unaligned accesses in R-V V YUYV to I422pRémi Denis-Courmont2023-11-132-24/+29
* sws/rgb2rgb: rework R-V V YUY2 to 4:2:2 planarRémi Denis-Courmont2023-11-131-13/+12
* swscale/yuv2rgb: fix sws_getCoefficients for colorspace=0Niklas Haas2023-11-091-1/+1
* swscale: don't omit ff_sws_init_range_convert for high-bitNiklas Haas2023-11-091-3/+1
* swscale: fix sws_setColorspaceDetails after sws_init_contextNiklas Haas2023-11-092-8/+4
* Bump versions after 6.1n6.2-devMichael Niedermayer2023-10-291-1/+1
* Bump versions prior to 6.1Michael Niedermayer2023-10-291-1/+1
* aarch64: Reindent all assembly to 8/24 column indentationMartin Storsjö2023-10-213-1400/+1400
* aarch64: Lowercase UXTW/SXTW and similar flagsMartin Storsjö2023-10-212-95/+95
* aarch64: Consistently use lowercase for vector element specifiersMartin Storsjö2023-10-213-349/+349
* swscale/rgb2rgb: R-V V deinterleaveBytesRémi Denis-Courmont2023-10-031-0/+26
* swscale/rgb2rgb: fix extra iteration in R-V V interleaveRémi Denis-Courmont2023-10-031-1/+1
* swscale/rgb2rgb: unroll R-V V interleave_bytesRémi Denis-Courmont2023-10-031-2/+2
* swscale/rgb2rgb: unroll RISC-V V uyvytoyuv422Rémi Denis-Courmont2023-10-031-3/+3
* swscale/rgb2rgb: avoid S-regs in RISC-V V uyvytoyuv422Rémi Denis-Courmont2023-10-032-10/+2
* swscale/rgb2rgb: rework RISC-V V uyvytoyuv422Rémi Denis-Courmont2023-10-031-13/+11
* swscale/rgb2rgb: remove R-V V shuffle_bytes_3012Rémi Denis-Courmont2023-10-022-27/+0
* swscale/rgb2rgb: add R-V Zbb shuffle_bytes_3210Rémi Denis-Courmont2023-10-023-1/+37
* swscale: add GBRAP14 format supportPaul B Mahol2023-09-285-1/+19
* avutil/internal: Don't auto-include emms.hAndreas Rheinhardt2023-09-042-0/+2
* configure: Set WIN32_LEAN_AND_MEAN at configure timeL. E. Segovia2023-08-141-1/+0
* swscale/rgb2rgb2: rework RISC-V V shuffle_bytes_{1230,3012}Rémi Denis-Courmont2023-07-211-10/+20
* swscale/rgb2rgb2: rework RISC-V V shuffle_bytes_{0321,2103}Rémi Denis-Courmont2023-07-211-25/+20
* swscale: inline ff_shuffle_bytes_3210_rvvRémi Denis-Courmont2023-07-211-1/+18