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
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
2021-07-03sws: move updating the palette higher upAnton Khirnov
2021-07-03sws: move initializing dither_error higher upAnton Khirnov
2021-07-03sws: move the early return for zero-sized slices higher upAnton Khirnov
2021-07-03sws: simplify setting sliceDirAnton Khirnov
2021-07-03sws: merge handling frame start into a single blockAnton Khirnov
2021-07-03sws: make checking for the start of a new frame more explicitAnton Khirnov
2021-07-03sws: reset sliceDir at the end of sws_scale()Anton Khirnov
2021-07-03sws: rename SwsContext.swscale to convert_unscaledAnton Khirnov
2021-07-03sws: separate the calls to scaled vs unscaled conversionAnton Khirnov
2021-07-03sws: do not reallocate scratch buffers for each sliceAnton Khirnov
2021-07-03sws: group the parameters validity checks togetherAnton Khirnov
2021-07-03sws: initialize {src,dst}Stride2 consistently with {src,dst}2Anton Khirnov
2021-07-03sws: cosmeticsAnton Khirnov
2021-07-03sws: factor out cascaded scalingAnton Khirnov
2021-07-03sws: cosmeticsAnton Khirnov
2021-07-03sws: factor out gamma-correct scalingAnton Khirnov
2021-07-03sws: return an error code on invalid parameters to sws_scale()Anton Khirnov
2021-07-03sws: reindent after previous commitAnton Khirnov
2021-07-03sws: factor out updating the paletteAnton Khirnov
2021-07-03sws: remove unnecessary bracesAnton Khirnov
2021-07-02libswscale: Make sws_init_context thread safe.Peter Lundblad
2021-06-06swscale/swscale_unscaled: don't use the optimized bgr24toYV12 unscaled conver...Limin Wang
2021-04-27Bump major versions of all libraries.Anton Khirnov
2021-04-27libswscale: Remove unused deprecated functions, make used ones staticAndreas Rheinhardt
2021-04-19Include attributes.h directlyAndreas Rheinhardt
2021-04-01libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxextAlan Kelly
2021-04-01libswscale/x86/swscale: Only call ff_yuv2yuvX functions if the input size is > 0Alan Kelly
2021-03-20Bump minor versions after release branchn4.5-devMichael Niedermayer
2021-03-20Bump Versions before release/4.4 branchMichael Niedermayer
2021-02-24swscale/x86/swscale: Remove unused ASM constantsAndreas Rheinhardt
2021-02-24swscale/x86/rgb2rgb: Remove unused ASM constantsAndreas Rheinhardt
2021-02-24swscale/x86/yuv2rgb: Remove unused ASM constantsAndreas Rheinhardt
2021-02-23lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environmentsChip Kerchner
2021-02-19swscale/x86/yuv2yuvX: use the movsxdifnidn helper macroJames Almer
2021-02-19swscale/x86/yuv2yuvX: use movq to load 8 bytes in all non-AVX2 functionsJames Almer
2021-02-19swscale/x86/yuv2yuvX: use the SPLATW helper macroJames Almer
2021-02-19swscale/x86/swscale: fix mix of inline and external function definitionsJames Almer
2021-02-18swscale/x86/swscale: fix compilation with old yasmJames Almer
2021-02-17swscale: move yuv2yuvX_sse3 to yasm, unrolls main loopAlan Kelly
2021-01-24lsws/ppc/yuv2rgb: Fix transparency converting from yuv->rgb32.Carl Eugen Hoyos
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov