summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* 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
* swscale: fix ticket #4881Pedro Arthur2015-10-13
* swscale: fix ticket #4877Pedro Arthur2015-09-25
* swscale: fix ticket 4850Pedro Arthur2015-09-20
* libswscale/swscale: fix -Wunused-functionGanesh Ajjanagadde2015-09-18
* swscale/swscale: silence unused function warningGanesh Ajjanagadde2015-09-16
* swscale/swscale: Fix "unused variable" warningMichael Niedermayer2015-09-11
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-08
|\
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-07
* | swscale: re-enable gammaPedro Arthur2015-09-04
* | swscale: Silence an unused variable warningTimothy Gu2015-08-25
* | swscale: refactor vertical scalerPedro Arthur2015-08-19
* | swscale: fixed compiler warningsPedro Arthur2015-08-18
* | swscale: process horizontal lines in batchesPedro Arthur2015-08-18
* | swscale: refactor horizontal scalingPedro Arthur2015-08-18
* | swscale: Assert that pixel format descriptor is not NULLMichael Niedermayer2015-06-12
* | swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flagMichael Niedermayer2015-04-23
* | Add gamma encodign/decoding before/after scaling in libswscalePedro Arthur2015-04-23
* | Merge commit '9a60b1fad02cb783b895b2145c3dafc01f7b337c'Michael Niedermayer2015-03-16
|\|
| * libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-14
* | swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer2015-02-27
* | swscale: Use av_clip_uintp2()Michael Niedermayer2015-02-21
* | swscale: support internal scaler cascadesMichael Niedermayer2014-10-11
* | sws: use av_clip() instead of av_clip_c()Clément Bœsch2014-09-16
* | sws: Move fast bilinear C code into seperate fileMichael Niedermayer2014-07-19
* | swscale/swscale: replace potentially slow % by &Michael Niedermayer2014-06-18
* | swscale/swscale: fix srcStride/srcSlice typoMichael Niedermayer2014-04-16