| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale/swscale: cosmetics | Limin Wang | 2019-09-27 | 1 | -7/+0 |
* | swscale/swscale: delete unwanted assignments | Limin Wang | 2019-09-09 | 1 | -2/+0 |
* | swscale/swscale : small cosmetic | Martin Vignali | 2018-08-22 | 1 | -2/+2 |
* | swscale : treat float input data as uint 16bpc | Martin Vignali | 2018-08-22 | 1 | -2/+8 |
* | Fix several typos | Lou Logan | 2017-09-21 | 1 | -1/+1 |
* | swscale/swscale: Fix dereference of stride array before null check | Michael Niedermayer | 2016-12-23 | 1 | -4/+7 |
* | swscale: Drop is9_OR_10BPS() use, its name is not correct | Michael Niedermayer | 2016-11-10 | 1 | -1/+1 |
* | swscale: fix for sliced scaling artifacts | Pedro Arthur | 2016-09-16 | 1 | -2/+2 |
* | swscale: Fix "warning: ISO C90 forbids mixed declarations and code" | Michael Niedermayer | 2016-09-07 | 1 | -1/+1 |
* | swscale/swscale: Try to fix rgb48Toxyz12() with slices | Michael Niedermayer | 2016-09-02 | 1 | -1/+7 |
* | swscale/swscale: Factor bottom to top handling | Michael Niedermayer | 2016-09-02 | 1 | -32/+19 |
* | Revert "PPC64: Add versions of functions in libswscale/input.c optimized for ... | Ronald S. Bultje | 2016-07-11 | 1 | -3/+0 |
* | PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 V... | Dan Parrot | 2016-06-30 | 1 | -0/+3 |
* | swscale: fix ring buffer size when scaling slices of a frame | Pedro Arthur | 2016-06-10 | 1 | -4/+6 |
* | swscale/arm: add ff_hscale_8_to_15_neon | Matthieu Bouron | 2016-04-09 | 1 | -0/+2 |
* | swscale: cleanup unused code | Pedro Arthur | 2016-03-31 | 1 | -315/+21 |
* | sws/aarch64: add ff_hscale_8_to_15_neon | Clément Bœsch | 2016-03-31 | 1 | -0/+2 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -4/+4 |
* | swscale/swscale: Add some sanity checks for srcSlice* parameters | Michael Niedermayer | 2016-01-17 | 1 | -0/+8 |
* | swscale: fix ticket #4881 | Pedro Arthur | 2015-10-13 | 1 | -2/+2 |
* | swscale: fix ticket #4877 | Pedro Arthur | 2015-09-25 | 1 | -11/+12 |
* | swscale: fix ticket 4850 | Pedro Arthur | 2015-09-20 | 1 | -4/+4 |
* | libswscale/swscale: fix -Wunused-function | Ganesh Ajjanagadde | 2015-09-18 | 1 | -0/+2 |
* | swscale/swscale: silence unused function warning | Ganesh Ajjanagadde | 2015-09-16 | 1 | -0/+2 |
* | swscale/swscale: Fix "unused variable" warning | Michael Niedermayer | 2015-09-11 | 1 | -1/+1 |
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -2/+2 |
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba' | Hendrik Leppkes | 2015-09-08 | 1 | -3/+3 |
|\ |
|
| * | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 1 | -4/+3 |
* | | swscale: re-enable gamma | Pedro Arthur | 2015-09-04 | 1 | -6/+7 |
* | | swscale: Silence an unused variable warning | Timothy Gu | 2015-08-25 | 1 | -2/+2 |
* | | swscale: refactor vertical scaler | Pedro Arthur | 2015-08-19 | 1 | -35/+53 |
* | | swscale: fixed compiler warnings | Pedro Arthur | 2015-08-18 | 1 | -8/+16 |
* | | swscale: process horizontal lines in batches | Pedro Arthur | 2015-08-18 | 1 | -13/+44 |
* | | swscale: refactor horizontal scaling | Pedro Arthur | 2015-08-18 | 1 | -7/+70 |
* | | swscale: Assert that pixel format descriptor is not NULL | Michael Niedermayer | 2015-06-12 | 1 | -0/+2 |
* | | swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flag | Michael Niedermayer | 2015-04-23 | 1 | -1/+1 |
* | | Add gamma encodign/decoding before/after scaling in libswscale | Pedro Arthur | 2015-04-23 | 1 | -0/+51 |
* | | Merge commit '9a60b1fad02cb783b895b2145c3dafc01f7b337c' | Michael Niedermayer | 2015-03-16 | 1 | -1/+1 |
|\| |
|
| * | libswscale: GBRAP input & output and GBRAP16 input support | Paul B Mahol | 2015-01-14 | 1 | -0/+3 |
* | | swscale: Add prefix to updateMMXDitherTables() | Michael Niedermayer | 2015-02-27 | 1 | -1/+1 |
* | | swscale: Use av_clip_uintp2() | Michael Niedermayer | 2015-02-21 | 1 | -6/+6 |
* | | swscale: support internal scaler cascades | Michael Niedermayer | 2014-10-11 | 1 | -0/+13 |
* | | sws: use av_clip() instead of av_clip_c() | Clément Bœsch | 2014-09-16 | 1 | -6/+6 |
* | | sws: Move fast bilinear C code into seperate file | Michael Niedermayer | 2014-07-19 | 1 | -36/+2 |
* | | swscale/swscale: replace potentially slow % by & | Michael Niedermayer | 2014-06-18 | 1 | -6/+6 |
* | | swscale/swscale: fix srcStride/srcSlice typo | Michael Niedermayer | 2014-04-16 | 1 | -1/+1 |
* | | swscale: factor ff_sws_init_range_convert() out | Michael Niedermayer | 2014-04-14 | 1 | -21/+26 |
* | | swscale/swscale: clear to/from convert pointers when they used. | Michael Niedermayer | 2014-04-14 | 1 | -0/+2 |
* | | Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad' | Michael Niedermayer | 2014-04-13 | 1 | -2/+2 |
|\| |
|
* | | swscale/swscale: fix integer overflow | Michael Niedermayer | 2014-03-24 | 1 | -2/+3 |