summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* swscale/swscale: check SWS_PRINT_INFO flag for printing alignment warningsSoft Works2021-11-13
* swscale/swscale: Pass slice location into unscaled code also for dst scalingMichael Niedermayer2021-10-03
* swscale/swscale: Disable x86-specific code for other archesAndreas Rheinhardt2021-09-19
* swscale/swscale: Fix races when using unaligned strides/dataAndreas Rheinhardt2021-09-19
* libswscale/swscale: initialize all dst plane pointers in sws_receive_slice()James Almer2021-09-07
* sws: implement slice threadingAnton Khirnov2021-09-06
* sws: add a new scaling APIAnton Khirnov2021-09-06
* sws: move updating the palette higher upAnton Khirnov2021-07-03
* sws: move initializing dither_error higher upAnton Khirnov2021-07-03
* sws: move the early return for zero-sized slices higher upAnton Khirnov2021-07-03
* sws: simplify setting sliceDirAnton Khirnov2021-07-03
* sws: merge handling frame start into a single blockAnton Khirnov2021-07-03
* sws: make checking for the start of a new frame more explicitAnton Khirnov2021-07-03
* sws: reset sliceDir at the end of sws_scale()Anton Khirnov2021-07-03
* sws: rename SwsContext.swscale to convert_unscaledAnton Khirnov2021-07-03
* sws: separate the calls to scaled vs unscaled conversionAnton Khirnov2021-07-03
* sws: do not reallocate scratch buffers for each sliceAnton Khirnov2021-07-03
* sws: group the parameters validity checks togetherAnton Khirnov2021-07-03
* sws: initialize {src,dst}Stride2 consistently with {src,dst}2Anton Khirnov2021-07-03
* sws: cosmeticsAnton Khirnov2021-07-03
* sws: factor out cascaded scalingAnton Khirnov2021-07-03
* sws: cosmeticsAnton Khirnov2021-07-03
* sws: factor out gamma-correct scalingAnton Khirnov2021-07-03
* sws: return an error code on invalid parameters to sws_scale()Anton Khirnov2021-07-03
* sws: reindent after previous commitAnton Khirnov2021-07-03
* sws: factor out updating the paletteAnton Khirnov2021-07-03
* sws: remove unnecessary bracesAnton Khirnov2021-07-03
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* libswscale: add output support for AV_PIX_FMT_GBRAPF32Mark Reid2020-05-05
* swscale/swscale: remove useless codeRuiling Song2020-04-03
* swscale/swscale: Fix several invalid shifts related to vChrDropMichael Niedermayer2020-01-22
* swscale/swscale: cosmeticsLimin Wang2019-09-27
* swscale/swscale: delete unwanted assignmentsLimin Wang2019-09-09
* swscale/swscale : small cosmeticMartin Vignali2018-08-22
* swscale : treat float input data as uint 16bpcMartin Vignali2018-08-22
* Fix several typosLou Logan2017-09-21
* swscale/swscale: Fix dereference of stride array before null checkMichael Niedermayer2016-12-23
* swscale: Drop is9_OR_10BPS() use, its name is not correctMichael Niedermayer2016-11-10
* swscale: fix for sliced scaling artifactsPedro Arthur2016-09-16
* swscale: Fix "warning: ISO C90 forbids mixed declarations and code"Michael Niedermayer2016-09-07
* swscale/swscale: Try to fix rgb48Toxyz12() with slicesMichael Niedermayer2016-09-02
* swscale/swscale: Factor bottom to top handlingMichael Niedermayer2016-09-02
* Revert "PPC64: Add versions of functions in libswscale/input.c optimized for ...Ronald S. Bultje2016-07-11
* PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 V...Dan Parrot2016-06-30
* swscale: fix ring buffer size when scaling slices of a framePedro Arthur2016-06-10
* swscale/arm: add ff_hscale_8_to_15_neonMatthieu Bouron2016-04-09
* swscale: cleanup unused codePedro Arthur2016-03-31
* sws/aarch64: add ff_hscale_8_to_15_neonClément Bœsch2016-03-31
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* swscale/swscale: Add some sanity checks for srcSlice* parametersMichael Niedermayer2016-01-17