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-10swscale/la: Optimize hscale functions with lasx.Hao Chen
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2021-11-13swscale/swscale: check SWS_PRINT_INFO flag for printing alignment warningsSoft Works
2021-10-03swscale/swscale: Pass slice location into unscaled code also for dst scalingMichael Niedermayer
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-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-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-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-05-05libswscale: add output support for AV_PIX_FMT_GBRAPF32Mark Reid
2020-04-03swscale/swscale: remove useless codeRuiling Song
2020-01-22swscale/swscale: Fix several invalid shifts related to vChrDropMichael Niedermayer
2019-09-27swscale/swscale: cosmeticsLimin Wang
2019-09-09swscale/swscale: delete unwanted assignmentsLimin Wang
2018-08-22swscale/swscale : small cosmeticMartin Vignali
2018-08-22swscale : treat float input data as uint 16bpcMartin Vignali
2017-09-22Fix several typosLou Logan
2016-12-23swscale/swscale: Fix dereference of stride array before null checkMichael Niedermayer
2016-11-10swscale: Drop is9_OR_10BPS() use, its name is not correctMichael Niedermayer
2016-09-16swscale: fix for sliced scaling artifactsPedro Arthur
2016-09-07swscale: Fix "warning: ISO C90 forbids mixed declarations and code"Michael Niedermayer
2016-09-02swscale/swscale: Try to fix rgb48Toxyz12() with slicesMichael Niedermayer
2016-09-02swscale/swscale: Factor bottom to top handlingMichael Niedermayer
2016-07-11Revert "PPC64: Add versions of functions in libswscale/input.c optimized for ...Ronald S. Bultje
2016-06-30PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 V...Dan Parrot
2016-06-10swscale: fix ring buffer size when scaling slices of a framePedro Arthur
2016-04-09swscale/arm: add ff_hscale_8_to_15_neonMatthieu Bouron
2016-03-31swscale: cleanup unused codePedro Arthur