aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavu: add/use flag for RISC-V Zba extensionRémi Denis-Courmont2023-07-191-1/+1
* libswscale/riscv: fix syntax of vsetvliKhem Raj2023-07-131-1/+1
* swscale: bump minor for implementing support for the new pixfmtsLynne2023-05-291-1/+1
* lsws: add in/out support for the new 12-bit 2-plane 422 and 444 pixfmtsLynne2023-05-292-0/+12
* swscale/la: Add following builtin optimized functionsJin Bo2023-05-254-2/+410
* swscale/la: Optimize the functions of the swscale series with lsx.Lu Wang2023-05-2510-7/+4256
* swscale/ppc: remove hScale8To19_vsxLynne2023-05-201-60/+0
* version.h: Bump minor post 6.0 branchn6.1-devMichael Niedermayer2023-02-191-1/+1
* version.h: Bump minor for 6.0 branchMichael Niedermayer2023-02-191-1/+1
* Bump major versions of all librariesJames Almer2023-02-092-3/+3
* sws/utils.c: Do not uselessly call initFilter() when unscalingTomas Härdin2023-02-081-31/+31
* x86: replace explicit REP_RETs with RETsLynne2023-02-016-16/+16
* swscale/utils: Fix indentationAndreas Rheinhardt2022-11-241-10/+10
* swscale/utils: Derive range from YUVJ-pix-fmt only onceAndreas Rheinhardt2022-11-241-8/+10
* swscale/utils: Move functions to avoid forward declarationsAndreas Rheinhardt2022-11-241-207/+200
* swscale/utils: Avoid calling ff_thread_once() unnecessarilyAndreas Rheinhardt2022-11-241-3/+4
* swscale/utils: Don't allocate AVFrames for slice contextsAndreas Rheinhardt2022-11-241-10/+5
* swscale/utils: Factor initializing single slice context outAndreas Rheinhardt2022-11-241-10/+21
* swscale/input: Use more unsigned intermediatesMichael Niedermayer2022-11-201-12/+12
* swscale/input: Use unsigned intermediates in rgb64ToUV_c_templateJeremy Dorfman2022-11-201-3/+3
* swscale/utils: Remove obsolete 3DNow referenceAndreas Rheinhardt2022-11-091-2/+0
* swscale/output: Bias 16bps output calculations to improve non overflowing ran...Michael Niedermayer2022-11-042-15/+26
* swscale/output: Bias 16bps output calculations to improve non overflowing rangeMichael Niedermayer2022-11-041-60/+60