summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* swscale/utils: Fix indentationAndreas Rheinhardt2022-11-24
* swscale/utils: Derive range from YUVJ-pix-fmt only onceAndreas Rheinhardt2022-11-24
* swscale/utils: Move functions to avoid forward declarationsAndreas Rheinhardt2022-11-24
* swscale/utils: Avoid calling ff_thread_once() unnecessarilyAndreas Rheinhardt2022-11-24
* swscale/utils: Don't allocate AVFrames for slice contextsAndreas Rheinhardt2022-11-24
* swscale/utils: Factor initializing single slice context outAndreas Rheinhardt2022-11-24
* swscale/input: Use more unsigned intermediatesMichael Niedermayer2022-11-20
* swscale/input: Use unsigned intermediates in rgb64ToUV_c_templateJeremy Dorfman2022-11-20
* swscale/utils: Remove obsolete 3DNow referenceAndreas Rheinhardt2022-11-09
* swscale/output: Bias 16bps output calculations to improve non overflowing ran...Michael Niedermayer2022-11-04
* swscale/output: Bias 16bps output calculations to improve non overflowing rangeMichael Niedermayer2022-11-04
* sw_scale: Add specializations for hscale 16 to 19Hubert Mazur2022-11-01
* sw_scale: Add specializations for hscale 16 to 15Hubert Mazur2022-11-01
* sw_scale: Add specializations for hscale 8 to 19Hubert Mazur2022-11-01
* swscale: aarch64: Fix yuv2rgb with negative stridesMartin Storsjö2022-10-27
* swscale: document some missing argumentsMarvin Scholz2022-10-17
* swscale: Fix bogus doxy comment #ifdefsMarvin Scholz2022-10-17
* libswscale: force a minimum size of the slide for bayer sourcesChema Gonzalez2022-10-14
* sws/rgb2rgb: RISC-V 64-bit V packed YUYV/UYVY to planar 4:2:2Rémi Denis-Courmont2022-09-30
* sws/rgb2rgb: RISC-V V interleaveBytesRémi Denis-Courmont2022-09-30
* sws/rgb2rgb: RISC-V V shuffle_bytes_xxxx functionsRémi Denis-Courmont2022-09-30
* 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