summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* swscale/output: Don't call av_pix_fmt_desc_get() in a loopAndreas Rheinhardt2022-09-19
* swscale/input: Avoid calls to av_pix_fmt_desc_get()Andreas Rheinhardt2022-09-19
* swscale/la: Add output_lasx.c file.Hao Chen2022-09-10
* swscale/la: Add yuv2rgb_lasx.c and rgb2rgb_lasx.c filesHao Chen2022-09-10
* swscale/la: Optimize hscale functions with lasx.Hao Chen2022-09-10
* swscale/output: add support for Y210LE and Y212LEPhilip Langdale2022-09-10
* swscale/output: add support for XV30LEPhilip Langdale2022-09-10
* swscale/output: add support for XV36LEPhilip Langdale2022-09-10
* swscale/output: add support for P012Philip Langdale2022-09-10
* swscale/input: Remove spec-incompliant ';'Andreas Rheinhardt2022-09-08
* swscale/input: add support for Y212LEPhilip Langdale2022-09-06
* swscale/input: add support for XV30LEPhilip Langdale2022-09-06
* swscale/input: add support for P012Philip Langdale2022-09-06
* swscale/input: add support for XV36LEPhilip Langdale2022-09-06
* libswscale: add support for VUYX formatPhilip Langdale2022-08-25
* swscale/x86/rgb_2_rgb: Empty MMX state in ff_shuffle_bytes_2103_mmxextAndreas Rheinhardt2022-08-23
* swscale/input: add rgbaf16 input supportTimo Rothenpieler2022-08-19
* swscale: add opaque parameter to input functionsTimo Rothenpieler2022-08-19
* swscale/x86/yuv2yuvX: Remove unused ff_yuv2yuvX_mmx()Andreas Rheinhardt2022-08-19
* libswscale: Enable hscale_avx2 for all input sizes.Alan Kelly2022-08-18
* sws: allow avx2 hscale to process inputs of any size.Alan Kelly2022-08-18
* sws: Replace call to yuv2yuvX_mmx by yuv2yuvX_mmxextAlan Kelly2022-08-18
* swscale/aarch64: add vscale specializationsSwinney, Jonathan2022-08-16
* swscale/aarch64: vscale optimizationSwinney, Jonathan2022-08-16
* checkasm: updated tests for sw_scaleSwinney, Jonathan2022-08-16
* libswscale/aarch64: add another hscale specializationSwinney, Jonathan2022-08-16
* configure: always enable gnu_windres if availableTimo Rothenpieler2022-08-13
* swscale/output: fix reading chroma values when generating vuya outputJames Almer2022-08-08
* swscale/output: add VUYA output supportJames Almer2022-08-07
* swscale/input: add VUYA input supportJames Almer2022-08-05
* swscale/rgb2rgb: Don't cast const awayAndreas Rheinhardt2022-07-31
* swscale: add NV16 input/outputMatthieu Bouron2022-07-19
* Bump versions after 5.1 branchMichael Niedermayer2022-07-13
* Bump Versions for 5.1 branchMichael Niedermayer2022-07-13
* swscale/x86/swscale: Simplify macroAndreas Rheinhardt2022-06-22
* swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functionsAndreas Rheinhardt2022-06-22
* swscale/x86/yuv2rgb: Remove obsolete MMX functionsAndreas Rheinhardt2022-06-22
* swscale/x86/rgb2rgb: Remove obsolete MMX, 3dnow functionsAndreas Rheinhardt2022-06-22
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* swscale/x86/yuv_2_rgb: fix access to memory past the frame data in yuv to rgb...Vardan Margaryan2022-06-06
* swscale/aarch64: add hscale specializationsSwinney, Jonathan2022-05-28
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-10
* swscale: aarch64: Optimize the final summation in the hscale routineMartin Storsjö2022-04-22
* Keep including the full version.h when headers are included externallyMartin Storsjö2022-03-19
* doc: Add an entry to APIchanges about changes to version.h and version_major.hMartin Storsjö2022-03-16
* libswscale: Split version.hMartin Storsjö2022-03-16
* swscale: Take the destination range into account for yuv->rgb->yuv conversionsMartin Storsjö2022-02-25
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* Remove obsolete version.h inclusionsAndreas Rheinhardt2022-02-24
* libswscale: Re-factor ff_shuffle_filter_coefficients.Alan Kelly2022-02-17