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-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
2022-02-17libswscale: Check and propagate memory allocation errors from ff_shuffle_filt...Alan Kelly
2022-01-22swscale/x86/swscale: Remove superfluous and invalid ';'Andreas Rheinhardt
2022-01-11swscale/x86/input.asm: add x86-optimized planer rgb2yuv functionsMark Reid
2022-01-11swscale/x86/output.asm: add x86-optimized planer gbr yuv2anyX functionsMark Reid
2022-01-05swscale/output: use isSwappedChromarcombs
2022-01-05swscale/output: use isSemiPlanarYUV for NV12/21/24/42 casercombs
2022-01-05swscale: introduce isSwappedChromarcombs
2022-01-05swscale/output: use isDataInHighBits for 10-bit casercombs
2022-01-05swscale/output: use isSemiPlanarYUV for 16-bit casercombs
2022-01-05swscale: introduce isDataInHighBitsrcombs
2022-01-05swscale/output: template-ize yuv2nv12cX 10-bit and 16-bit casesrcombs
2022-01-04lib*/version.h: Bump Versions after release/5.0 branchn5.1-devAndreas Rheinhardt
2022-01-04lib*/version.h: Bump Versions before release/5.0 branchAndreas Rheinhardt
2022-01-04Makefile: Redo duplicating object files in shared buildsAndreas Rheinhardt
2022-01-04lib*/version.h: Bump Versions after release/5.0 branchMichael Niedermayer
2022-01-04lib*/version.h: Bump Versions before release/5.0 branchMichael Niedermayer
2021-12-23swscale/x86/init: use isSemiPlanarYUVrcombs
2021-12-23swscale: add P210/P410/P216/P416 outputrcombs
2021-12-21libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions.Alan Kelly
2021-12-16x86/scale_avx2: don't use $ for hex literalsJames Almer
2021-12-16x86/scale_avx2: Change asm indent from 2 to 4 spaces.Alan Kelly
2021-12-16x86/swscale: fix minor coding style issuesAlan Kelly
2021-12-16x86/scale_avx2: add missing check for AVX2 assembler supportJames Almer
2021-12-16libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...Alan Kelly
2021-12-03swscale/yuv2rgb: Silence a set-but-unused-variable warningAndreas Rheinhardt
2021-11-29swscale: add P210/P410/P216/P416 inputrcombs
2021-11-15swscale/input: clip rgbf32 values before lrintfMark Reid
2021-11-14swscale/input: unify grayf32 funcs with rgbf32 funcsMark Reid
2021-11-13swscale/swscale: check SWS_PRINT_INFO flag for printing alignment warningsSoft Works
2021-11-04swscale/input: fix planar_rgb16_to_a for gbrap10be and gbrap12be formatsMark Reid
2021-10-24swscale/swscale: Improve *ColorspaceDetails() doxyMichael Niedermayer
2021-10-24swscale/utils: Improve return codes of sws_setColorspaceDetails()Michael Niedermayer
2021-10-24swscale/utils: Set all threads to the same colorspace even on failureMichael Niedermayer
2021-10-15libswscale/x86/rgb2rgb: add shuffle_bytes avx2Wu Jianhua
2021-10-03swscale/swscale: Pass slice location into unscaled code also for dst scalingMichael Niedermayer
2021-10-03swscale/alphablend: Fix slice handlingMichael Niedermayer
2021-09-30swscale/swscale_internal: Avoid unsigned for slice parametersMichael Niedermayer