| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 7 | -4/+9 |
* | lib*/version: Use static_assert for static asserts | Andreas Rheinhardt | 2024-03-31 | 1 | -2/+3 |
* | swscale/swscale_internal: Don't export internal function | Andreas Rheinhardt | 2024-03-31 | 2 | -51/+43 |
* | swscale/swscale_internal: Hoist branch out of loop | Andreas Rheinhardt | 2024-03-31 | 1 | -24/+10 |
* | swscale/ppc/swscale_altivec: Simplify macro | Andreas Rheinhardt | 2024-03-31 | 1 | -10/+4 |
* | swscale/ppc/swscale_altivec: Fix build with -O0 | Andreas Rheinhardt | 2024-03-31 | 1 | -6/+6 |
* | swscale/swscale_internal: Only include altivec header iff HAVE_ALTIVEC | Andreas Rheinhardt | 2024-03-30 | 1 | -0/+2 |
* | Bump after 7.0 branch pointn7.1-dev | Michael Niedermayer | 2024-03-27 | 1 | -1/+1 |
* | Bump prior release/7.0 branch | Michael Niedermayer | 2024-03-27 | 1 | -1/+1 |
* | avutil/x86util: Fix broken pre-SSE4.1 PMINSD emulation | Henrik Gramner | 2024-03-17 | 1 | -5/+0 |
* | libs: bump major version for all libraries | James Almer | 2024-03-07 | 2 | -2/+2 |
* | libswscale/utils: Fix bayer to yuvj | Michael Niedermayer | 2024-02-21 | 1 | -1/+2 |
* | Revert "swscale: fix sws_setColorspaceDetails after sws_init_context" | Michael Niedermayer | 2024-02-21 | 2 | -4/+8 |
* | swscale/swscale: Check srcSliceH for bayer | Michael Niedermayer | 2024-02-21 | 1 | -1/+2 |
* | swscale/utils: Allocate more dithererror | Michael Niedermayer | 2024-02-21 | 1 | -1/+1 |
* | swscale/tests/swscale: Add help text | Michael Niedermayer | 2024-02-15 | 1 | -1/+20 |
* | swscale/tests/swscale: Highlight cases that worsened | Michael Niedermayer | 2024-02-15 | 1 | -0/+9 |
* | swscale/tests/swscale: Allow comparing a subset of cases to a reference file | Michael Niedermayer | 2024-02-15 | 1 | -0/+11 |
* | swscale/tests/swscale: Test a wider range of flag combinations | Michael Niedermayer | 2024-02-15 | 1 | -2/+4 |
* | swscale/tests/swscale: Compute chroma and alpha between gray and opaque frame... | Michael Niedermayer | 2024-02-15 | 1 | -1/+24 |
* | swscale/tests/swscale: Split sws_getContext() | Michael Niedermayer | 2024-02-15 | 1 | -3/+20 |
* | swscale/tests/swscale: Implement isALPHA() using AVPixFmtDescriptor | Michael Niedermayer | 2024-02-15 | 1 | -6/+6 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -30/+30 |
* | riscv: test for assembler support | Rémi Denis-Courmont | 2023-12-08 | 2 | -1/+3 |
* | swscale/x86/rgb_2_rgb: Add opaque pointer to missed definitions of ff_nv12ToUV | Alfred Wingate | 2023-12-02 | 1 | -2/+3 |
* | lavc/hevcdsp_qpel_neon: using movi.16b instead of movi.2d | xufuji456 | 2023-11-28 | 1 | -36/+36 |
* | sws/rgb2rgb: fix unaligned accesses in R-V V YUYV to I422p | Rémi Denis-Courmont | 2023-11-13 | 2 | -24/+29 |
* | sws/rgb2rgb: rework R-V V YUY2 to 4:2:2 planar | Rémi Denis-Courmont | 2023-11-13 | 1 | -13/+12 |
* | swscale/yuv2rgb: fix sws_getCoefficients for colorspace=0 | Niklas Haas | 2023-11-09 | 1 | -1/+1 |
* | swscale: don't omit ff_sws_init_range_convert for high-bit | Niklas Haas | 2023-11-09 | 1 | -3/+1 |
* | swscale: fix sws_setColorspaceDetails after sws_init_context | Niklas Haas | 2023-11-09 | 2 | -8/+4 |
* | Bump versions after 6.1n6.2-dev | Michael Niedermayer | 2023-10-29 | 1 | -1/+1 |
* | Bump versions prior to 6.1 | Michael Niedermayer | 2023-10-29 | 1 | -1/+1 |
* | aarch64: Reindent all assembly to 8/24 column indentation | Martin Storsjö | 2023-10-21 | 3 | -1400/+1400 |
* | aarch64: Lowercase UXTW/SXTW and similar flags | Martin Storsjö | 2023-10-21 | 2 | -95/+95 |
* | aarch64: Consistently use lowercase for vector element specifiers | Martin Storsjö | 2023-10-21 | 3 | -349/+349 |
* | swscale/rgb2rgb: R-V V deinterleaveBytes | Rémi Denis-Courmont | 2023-10-03 | 1 | -0/+26 |
* | swscale/rgb2rgb: fix extra iteration in R-V V interleave | Rémi Denis-Courmont | 2023-10-03 | 1 | -1/+1 |
* | swscale/rgb2rgb: unroll R-V V interleave_bytes | Rémi Denis-Courmont | 2023-10-03 | 1 | -2/+2 |
* | swscale/rgb2rgb: unroll RISC-V V uyvytoyuv422 | Rémi Denis-Courmont | 2023-10-03 | 1 | -3/+3 |
* | swscale/rgb2rgb: avoid S-regs in RISC-V V uyvytoyuv422 | Rémi Denis-Courmont | 2023-10-03 | 2 | -10/+2 |
* | swscale/rgb2rgb: rework RISC-V V uyvytoyuv422 | Rémi Denis-Courmont | 2023-10-03 | 1 | -13/+11 |
* | swscale/rgb2rgb: remove R-V V shuffle_bytes_3012 | Rémi Denis-Courmont | 2023-10-02 | 2 | -27/+0 |
* | swscale/rgb2rgb: add R-V Zbb shuffle_bytes_3210 | Rémi Denis-Courmont | 2023-10-02 | 3 | -1/+37 |
* | swscale: add GBRAP14 format support | Paul B Mahol | 2023-09-28 | 5 | -1/+19 |
* | avutil/internal: Don't auto-include emms.h | Andreas Rheinhardt | 2023-09-04 | 2 | -0/+2 |
* | configure: Set WIN32_LEAN_AND_MEAN at configure time | L. E. Segovia | 2023-08-14 | 1 | -1/+0 |
* | swscale/rgb2rgb2: rework RISC-V V shuffle_bytes_{1230,3012} | Rémi Denis-Courmont | 2023-07-21 | 1 | -10/+20 |
* | swscale/rgb2rgb2: rework RISC-V V shuffle_bytes_{0321,2103} | Rémi Denis-Courmont | 2023-07-21 | 1 | -25/+20 |
* | swscale: inline ff_shuffle_bytes_3210_rvv | Rémi Denis-Courmont | 2023-07-21 | 1 | -1/+18 |