summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* 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
* checkasm: updated tests for sw_scaleSwinney, Jonathan2022-08-161-3/+5
* libswscale/aarch64: add another hscale specializationSwinney, Jonathan2022-08-162-8/+117
* configure: always enable gnu_windres if availableTimo Rothenpieler2022-08-131-1/+1
* swscale/output: fix reading chroma values when generating vuya outputJames Almer2022-08-081-2/+2
* swscale/output: add VUYA output supportJames Almer2022-08-072-1/+58
* swscale/input: add VUYA input supportJames Almer2022-08-053-1/+37
* swscale/rgb2rgb: Don't cast const awayAndreas Rheinhardt2022-07-311-6/+6
* swscale: add NV16 input/outputMatthieu Bouron2022-07-193-1/+3
* Bump versions after 5.1 branchn5.2-devMichael Niedermayer2022-07-131-1/+1
* Bump Versions for 5.1 branchMichael Niedermayer2022-07-131-1/+1
* swscale/x86/swscale: Simplify macroAndreas Rheinhardt2022-06-221-7/+7
* swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functionsAndreas Rheinhardt2022-06-225-232/+38
* swscale/x86/yuv2rgb: Remove obsolete MMX functionsAndreas Rheinhardt2022-06-223-14/+11
* swscale/x86/rgb2rgb: Remove obsolete MMX, 3dnow functionsAndreas Rheinhardt2022-06-222-134/+15
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-155-25/+30
* swscale/x86/yuv_2_rgb: fix access to memory past the frame data in yuv to rgb...Vardan Margaryan2022-06-061-4/+1
* swscale/aarch64: add hscale specializationsSwinney, Jonathan2022-05-283-11/+202
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-103-20/+42
* swscale: aarch64: Optimize the final summation in the hscale routineMartin Storsjö2022-04-221-11/+3
* Keep including the full version.h when headers are included externallyMartin Storsjö2022-03-191-0/+6
* doc: Add an entry to APIchanges about changes to version.h and version_major.hMartin Storsjö2022-03-161-1/+1
* libswscale: Split version.hMartin Storsjö2022-03-165-8/+40
* swscale: Take the destination range into account for yuv->rgb->yuv conversionsMartin Storsjö2022-02-251-3/+8
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-245-19/+3
* Remove obsolete version.h inclusionsAndreas Rheinhardt2022-02-241-1/+0
* libswscale: Re-factor ff_shuffle_filter_coefficients.Alan Kelly2022-02-171-30/+36