| Commit message (Expand) | Author | Age | Files | Lines |
* | sws/utils.c: Do not uselessly call initFilter() when unscaling | Tomas Härdin | 2023-02-08 | 1 | -31/+31 |
* | swscale/utils: Fix indentation | Andreas Rheinhardt | 2022-11-24 | 1 | -10/+10 |
* | swscale/utils: Derive range from YUVJ-pix-fmt only once | Andreas Rheinhardt | 2022-11-24 | 1 | -8/+10 |
* | swscale/utils: Move functions to avoid forward declarations | Andreas Rheinhardt | 2022-11-24 | 1 | -207/+200 |
* | swscale/utils: Avoid calling ff_thread_once() unnecessarily | Andreas Rheinhardt | 2022-11-24 | 1 | -3/+4 |
* | swscale/utils: Don't allocate AVFrames for slice contexts | Andreas Rheinhardt | 2022-11-24 | 1 | -10/+5 |
* | swscale/utils: Factor initializing single slice context out | Andreas Rheinhardt | 2022-11-24 | 1 | -10/+21 |
* | swscale/utils: Remove obsolete 3DNow reference | Andreas Rheinhardt | 2022-11-09 | 1 | -2/+0 |
* | swscale/la: Optimize hscale functions with lasx. | Hao Chen | 2022-09-10 | 1 | -1/+12 |
* | swscale/output: add support for Y210LE and Y212LE | Philip Langdale | 2022-09-10 | 1 | -2/+2 |
* | swscale/output: add support for XV30LE | Philip Langdale | 2022-09-10 | 1 | -1/+1 |
* | swscale/output: add support for XV36LE | Philip Langdale | 2022-09-10 | 1 | -1/+1 |
* | swscale/output: add support for P012 | Philip Langdale | 2022-09-10 | 1 | -2/+2 |
* | swscale/input: add support for Y212LE | Philip Langdale | 2022-09-06 | 1 | -0/+1 |
* | swscale/input: add support for XV30LE | Philip Langdale | 2022-09-06 | 1 | -0/+1 |
* | swscale/input: add support for P012 | Philip Langdale | 2022-09-06 | 1 | -0/+2 |
* | swscale/input: add support for XV36LE | Philip Langdale | 2022-09-06 | 1 | -0/+1 |
* | libswscale: add support for VUYX format | Philip Langdale | 2022-08-25 | 1 | -0/+1 |
* | swscale/input: add rgbaf16 input support | Timo Rothenpieler | 2022-08-19 | 1 | -0/+2 |
* | libswscale: Enable hscale_avx2 for all input sizes. | Alan Kelly | 2022-08-18 | 1 | -3/+16 |
* | swscale/output: add VUYA output support | James Almer | 2022-08-07 | 1 | -1/+1 |
* | swscale/input: add VUYA input support | James Almer | 2022-08-05 | 1 | -0/+1 |
* | swscale: add NV16 input/output | Matthieu Bouron | 2022-07-19 | 1 | -0/+1 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -3/+4 |
* | swscale/aarch64: add hscale specializations | Swinney, Jonathan | 2022-05-28 | 1 | -1/+1 |
* | lib*/version: Move library version functions into files of their own | Andreas Rheinhardt | 2022-05-10 | 1 | -20/+0 |
* | libswscale: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | swscale: Take the destination range into account for yuv->rgb->yuv conversions | Martin Storsjö | 2022-02-25 | 1 | -3/+8 |
* | libswscale: Re-factor ff_shuffle_filter_coefficients. | Alan Kelly | 2022-02-17 | 1 | -30/+36 |
* | libswscale: Check and propagate memory allocation errors from ff_shuffle_filt... | Alan Kelly | 2022-02-17 | 1 | -3/+8 |
* | swscale: add P210/P410/P216/P416 output | rcombs | 2021-12-22 | 1 | -8/+8 |
* | libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions. | Alan Kelly | 2021-12-21 | 1 | -1/+1 |
* | libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil... | Alan Kelly | 2021-12-15 | 1 | -0/+37 |
* | swscale: add P210/P410/P216/P416 input | rcombs | 2021-11-28 | 1 | -0/+8 |
* | swscale/utils: Improve return codes of sws_setColorspaceDetails() | Michael Niedermayer | 2021-10-24 | 1 | -1/+4 |
* | swscale/utils: Set all threads to the same colorspace even on failure | Michael Niedermayer | 2021-10-24 | 1 | -2/+3 |
* | swscale: add input/output support for X2BGR10LE | Manuel Stoeckl | 2021-09-26 | 1 | -0/+1 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+2 |
* | swscale/swscale: Fix races when using unaligned strides/data | Andreas Rheinhardt | 2021-09-19 | 1 | -0/+2 |
* | libswscale/options: Add parent_log_context_offset to AVClass | Andreas Rheinhardt | 2021-09-19 | 1 | -0/+2 |
* | sws: implement slice threading | Anton Khirnov | 2021-09-06 | 1 | -0/+85 |
* | sws: add a new scaling API | Anton Khirnov | 2021-09-06 | 1 | -0/+72 |
* | swscale/utils: Use full chroma interpolation for rgb4/8 and dither none | Michael Niedermayer | 2021-07-09 | 1 | -1/+1 |
* | sws: rename SwsContext.swscale to convert_unscaled | Anton Khirnov | 2021-07-03 | 1 | -2/+2 |
* | sws: separate the calls to scaled vs unscaled conversion | Anton Khirnov | 2021-07-03 | 1 | -1/+2 |
* | sws: do not reallocate scratch buffers for each slice | Anton Khirnov | 2021-07-03 | 1 | -0/+3 |
* | libswscale: Make sws_init_context thread safe. | Peter Lundblad | 2021-07-01 | 1 | -2/+4 |
* | libswscale: Remove unused deprecated functions, make used ones static | Andreas Rheinhardt | 2021-04-27 | 1 | -96/+0 |
* | swscale/utils: override forced-zero formats back to full range | Jan Ekström | 2020-10-11 | 1 | -2/+2 |
* | swscale/utils: split range override check into its own function | Jan Ekström | 2020-10-11 | 1 | -2/+7 |