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-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
2021-09-26swscale: add input/output support for X2BGR10LEManuel Stoeckl
2021-09-26swscale/yuv2rgb: fix conversion to X2RGB10Manuel Stoeckl
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-20swscale/swscale: Disable x86-specific code for other archesAndreas Rheinhardt
2021-09-20swscale/swscale: Fix races when using unaligned strides/dataAndreas Rheinhardt
2021-09-20libswscale/options: Add parent_log_context_offset to AVClassAndreas Rheinhardt
2021-09-07libswscale/swscale: initialize all dst plane pointers in sws_receive_slice()James Almer
2021-09-06sws: implement slice threadingAnton Khirnov
2021-09-06sws: add a new scaling APIAnton Khirnov
2021-07-22avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt
2021-07-09swscale/slice: Fix wrong return on errorMichael Niedermayer
2021-07-09swscale/utils: Use full chroma interpolation for rgb4/8 and dither noneMichael Niedermayer
2021-07-09swscale/output: Implement dither none for yuv2rgb_write_full()Michael Niedermayer
2021-07-09swscale/slice: Check slice for allocation failureMichael Niedermayer