Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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