summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* swscale/la: Optimize hscale functions with lasx.Hao Chen2022-09-101-0/+2
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-8/+9
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-6/+2
* swscale/swscale: check SWS_PRINT_INFO flag for printing alignment warningsSoft Works2021-11-131-1/+1
* swscale/swscale: Pass slice location into unscaled code also for dst scalingMichael Niedermayer2021-10-031-2/+10
* swscale/swscale: Disable x86-specific code for other archesAndreas Rheinhardt2021-09-191-0/+2
* swscale/swscale: Fix races when using unaligned strides/dataAndreas Rheinhardt2021-09-191-6/+6
* libswscale/swscale: initialize all dst plane pointers in sws_receive_slice()James Almer2021-09-071-3/+3
* sws: implement slice threadingAnton Khirnov2021-09-061-0/+59
* sws: add a new scaling APIAnton Khirnov2021-09-061-63/+231
* sws: move updating the palette higher upAnton Khirnov2021-07-031-3/+3
* sws: move initializing dither_error higher upAnton Khirnov2021-07-031-4/+4
* sws: move the early return for zero-sized slices higher upAnton Khirnov2021-07-031-4/+4
* sws: simplify setting sliceDirAnton Khirnov2021-07-031-1/+1
* sws: merge handling frame start into a single blockAnton Khirnov2021-07-031-4/+5
* sws: make checking for the start of a new frame more explicitAnton Khirnov2021-07-031-2/+3
* sws: reset sliceDir at the end of sws_scale()Anton Khirnov2021-07-031-4/+4
* sws: rename SwsContext.swscale to convert_unscaledAnton Khirnov2021-07-031-2/+3
* sws: separate the calls to scaled vs unscaled conversionAnton Khirnov2021-07-031-4/+6
* sws: do not reallocate scratch buffers for each sliceAnton Khirnov2021-07-031-8/+12
* sws: group the parameters validity checks togetherAnton Khirnov2021-07-031-9/+9
* sws: initialize {src,dst}Stride2 consistently with {src,dst}2Anton Khirnov2021-07-031-7/+4
* sws: cosmeticsAnton Khirnov2021-07-031-6/+6
* sws: factor out cascaded scalingAnton Khirnov2021-07-031-11/+18
* sws: cosmeticsAnton Khirnov2021-07-031-17/+20
* sws: factor out gamma-correct scalingAnton Khirnov2021-07-031-23/+30
* sws: return an error code on invalid parameters to sws_scale()Anton Khirnov2021-07-031-1/+1
* sws: reindent after previous commitAnton Khirnov2021-07-031-50/+50
* sws: factor out updating the paletteAnton Khirnov2021-07-031-73/+77
* sws: remove unnecessary bracesAnton Khirnov2021-07-031-4/+2
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* libswscale: add output support for AV_PIX_FMT_GBRAPF32Mark Reid2020-05-051-0/+5
* swscale/swscale: remove useless codeRuiling Song2020-04-031-15/+1
* swscale/swscale: Fix several invalid shifts related to vChrDropMichael Niedermayer2020-01-221-2/+2
* swscale/swscale: cosmeticsLimin Wang2019-09-271-7/+0
* swscale/swscale: delete unwanted assignmentsLimin Wang2019-09-091-2/+0
* swscale/swscale : small cosmeticMartin Vignali2018-08-221-2/+2
* swscale : treat float input data as uint 16bpcMartin Vignali2018-08-221-2/+8
* Fix several typosLou Logan2017-09-211-1/+1
* swscale/swscale: Fix dereference of stride array before null checkMichael Niedermayer2016-12-231-4/+7
* swscale: Drop is9_OR_10BPS() use, its name is not correctMichael Niedermayer2016-11-101-1/+1
* swscale: fix for sliced scaling artifactsPedro Arthur2016-09-161-2/+2
* swscale: Fix "warning: ISO C90 forbids mixed declarations and code"Michael Niedermayer2016-09-071-1/+1
* swscale/swscale: Try to fix rgb48Toxyz12() with slicesMichael Niedermayer2016-09-021-1/+7
* swscale/swscale: Factor bottom to top handlingMichael Niedermayer2016-09-021-32/+19
* Revert "PPC64: Add versions of functions in libswscale/input.c optimized for ...Ronald S. Bultje2016-07-111-3/+0
* PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 V...Dan Parrot2016-06-301-0/+3
* swscale: fix ring buffer size when scaling slices of a framePedro Arthur2016-06-101-4/+6
* swscale/arm: add ff_hscale_8_to_15_neonMatthieu Bouron2016-04-091-0/+2
* swscale: cleanup unused codePedro Arthur2016-03-311-315/+21