summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sws/aarch64: add ff_hscale_8_to_15_neonClément Bœsch2016-03-311-0/+2
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-4/+4
* swscale/swscale: Add some sanity checks for srcSlice* parametersMichael Niedermayer2016-01-171-0/+8
* swscale: fix ticket #4881Pedro Arthur2015-10-131-2/+2
* swscale: fix ticket #4877Pedro Arthur2015-09-251-11/+12
* swscale: fix ticket 4850Pedro Arthur2015-09-201-4/+4
* libswscale/swscale: fix -Wunused-functionGanesh Ajjanagadde2015-09-181-0/+2
* swscale/swscale: silence unused function warningGanesh Ajjanagadde2015-09-161-0/+2
* swscale/swscale: Fix "unused variable" warningMichael Niedermayer2015-09-111-1/+1
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-2/+2
* Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-081-3/+3
|\
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-4/+3
* | swscale: re-enable gammaPedro Arthur2015-09-041-6/+7
* | swscale: Silence an unused variable warningTimothy Gu2015-08-251-2/+2
* | swscale: refactor vertical scalerPedro Arthur2015-08-191-35/+53
* | swscale: fixed compiler warningsPedro Arthur2015-08-181-8/+16
* | swscale: process horizontal lines in batchesPedro Arthur2015-08-181-13/+44
* | swscale: refactor horizontal scalingPedro Arthur2015-08-181-7/+70
* | swscale: Assert that pixel format descriptor is not NULLMichael Niedermayer2015-06-121-0/+2
* | swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flagMichael Niedermayer2015-04-231-1/+1
* | Add gamma encodign/decoding before/after scaling in libswscalePedro Arthur2015-04-231-0/+51
* | Merge commit '9a60b1fad02cb783b895b2145c3dafc01f7b337c'Michael Niedermayer2015-03-161-1/+1
|\ \ | |/
| * libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-141-0/+3
* | swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer2015-02-271-1/+1
* | swscale: Use av_clip_uintp2()Michael Niedermayer2015-02-211-6/+6
* | swscale: support internal scaler cascadesMichael Niedermayer2014-10-111-0/+13
* | sws: use av_clip() instead of av_clip_c()Clément Bœsch2014-09-161-6/+6
* | sws: Move fast bilinear C code into seperate fileMichael Niedermayer2014-07-191-36/+2
* | swscale/swscale: replace potentially slow % by &Michael Niedermayer2014-06-181-6/+6
* | swscale/swscale: fix srcStride/srcSlice typoMichael Niedermayer2014-04-161-1/+1
* | swscale: factor ff_sws_init_range_convert() outMichael Niedermayer2014-04-141-21/+26
* | swscale/swscale: clear to/from convert pointers when they used.Michael Niedermayer2014-04-141-0/+2
* | Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad'Michael Niedermayer2014-04-131-2/+2
|\ \ | |/
* | swscale/swscale: fix integer overflowMichael Niedermayer2014-03-241-2/+3
OpenPOWER on IntegriCloud