summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* 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
* sw_scale: Add specializations for hscale 16 to 19Hubert Mazur2022-11-012-0/+468
* sw_scale: Add specializations for hscale 16 to 15Hubert Mazur2022-11-012-0/+468
* sw_scale: Add specializations for hscale 8 to 19Hubert Mazur2022-11-012-4/+300
* swscale: aarch64: Fix yuv2rgb with negative stridesMartin Storsjö2022-10-271-4/+4
* swscale: document some missing argumentsMarvin Scholz2022-10-171-0/+10
* swscale: Fix bogus doxy comment #ifdefsMarvin Scholz2022-10-171-10/+5
* libswscale: force a minimum size of the slide for bayer sourcesChema Gonzalez2022-10-141-0/+1
* sws/rgb2rgb: RISC-V 64-bit V packed YUYV/UYVY to planar 4:2:2Rémi Denis-Courmont2022-09-302-0/+63
* sws/rgb2rgb: RISC-V V interleaveBytesRémi Denis-Courmont2022-09-302-0/+30
* sws/rgb2rgb: RISC-V V shuffle_bytes_xxxx functionsRémi Denis-Courmont2022-09-305-0/+130
* swscale/output: Don't call av_pix_fmt_desc_get() in a loopAndreas Rheinhardt2022-09-191-42/+58
* swscale/input: Avoid calls to av_pix_fmt_desc_get()Andreas Rheinhardt2022-09-191-54/+68
* swscale/la: Add output_lasx.c file.Hao Chen2022-09-104-1/+1993
* swscale/la: Add yuv2rgb_lasx.c and rgb2rgb_lasx.c filesHao Chen2022-09-108-0/+444
* swscale/la: Optimize hscale functions with lasx.Hao Chen2022-09-108-1/+1293
* swscale/output: add support for Y210LE and Y212LEPhilip Langdale2022-09-103-3/+51
* swscale/output: add support for XV30LEPhilip Langdale2022-09-103-2/+33
* swscale/output: add support for XV36LEPhilip Langdale2022-09-103-2/+31
* swscale/output: add support for P012Philip Langdale2022-09-103-62/+84
* swscale/input: Remove spec-incompliant ';'Andreas Rheinhardt2022-09-081-5/+5
* swscale/input: add support for Y212LEPhilip Langdale2022-09-063-16/+32
* swscale/input: add support for XV30LEPhilip Langdale2022-09-063-1/+27
* swscale/input: add support for P012Philip Langdale2022-09-063-60/+67
* swscale/input: add support for XV36LEPhilip Langdale2022-09-063-1/+27
* libswscale: add support for VUYX formatPhilip Langdale2022-08-254-9/+39
* swscale/x86/rgb_2_rgb: Empty MMX state in ff_shuffle_bytes_2103_mmxextAndreas Rheinhardt2022-08-231-0/+1
* swscale/input: add rgbaf16 input supportTimo Rothenpieler2022-08-197-2/+171
* swscale: add opaque parameter to input functionsTimo Rothenpieler2022-08-194-85/+106
* swscale/x86/yuv2yuvX: Remove unused ff_yuv2yuvX_mmx()Andreas Rheinhardt2022-08-191-2/+0
* libswscale: Enable hscale_avx2 for all input sizes.Alan Kelly2022-08-182-7/+18
* sws: allow avx2 hscale to process inputs of any size.Alan Kelly2022-08-181-1/+43
* sws: Replace call to yuv2yuvX_mmx by yuv2yuvX_mmxextAlan Kelly2022-08-181-5/+2
* swscale/aarch64: add vscale specializationsSwinney, Jonathan2022-08-162-0/+190
* swscale/aarch64: vscale optimizationSwinney, Jonathan2022-08-161-6/+5