summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAge
* swscale/output: add VUYA output supportJames Almer2022-08-07
* swscale/input: add VUYA input supportJames Almer2022-08-05
* swscale: add NV16 input/outputMatthieu Bouron2022-07-19
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* swscale/aarch64: add hscale specializationsSwinney, Jonathan2022-05-28
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-10
* libswscale: Split version.hMartin Storsjö2022-03-16
* swscale: Take the destination range into account for yuv->rgb->yuv conversionsMartin Storsjö2022-02-25
* libswscale: Re-factor ff_shuffle_filter_coefficients.Alan Kelly2022-02-17
* libswscale: Check and propagate memory allocation errors from ff_shuffle_filt...Alan Kelly2022-02-17
* swscale: add P210/P410/P216/P416 outputrcombs2021-12-22
* libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions.Alan Kelly2021-12-21
* libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...Alan Kelly2021-12-15
* swscale: add P210/P410/P216/P416 inputrcombs2021-11-28
* swscale/utils: Improve return codes of sws_setColorspaceDetails()Michael Niedermayer2021-10-24
* swscale/utils: Set all threads to the same colorspace even on failureMichael Niedermayer2021-10-24
* swscale: add input/output support for X2BGR10LEManuel Stoeckl2021-09-26
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* swscale/swscale: Fix races when using unaligned strides/dataAndreas Rheinhardt2021-09-19
* libswscale/options: Add parent_log_context_offset to AVClassAndreas Rheinhardt2021-09-19
* sws: implement slice threadingAnton Khirnov2021-09-06
* sws: add a new scaling APIAnton Khirnov2021-09-06
* swscale/utils: Use full chroma interpolation for rgb4/8 and dither noneMichael Niedermayer2021-07-09
* sws: rename SwsContext.swscale to convert_unscaledAnton Khirnov2021-07-03
* sws: separate the calls to scaled vs unscaled conversionAnton Khirnov2021-07-03
* sws: do not reallocate scratch buffers for each sliceAnton Khirnov2021-07-03
* libswscale: Make sws_init_context thread safe.Peter Lundblad2021-07-01
* libswscale: Remove unused deprecated functions, make used ones staticAndreas Rheinhardt2021-04-27
* swscale/utils: override forced-zero formats back to full rangeJan Ekström2020-10-11
* swscale/utils: split range override check into its own functionJan Ekström2020-10-11
* swscale: do not drop half of bits from 16bit bayer formatsPaul B Mahol2020-08-08
* swscale/utils: return better error code from initFilter()Limin Wang2020-06-14
* swscale/utils: reindentLimin Wang2020-06-14
* swscale/utils: remove FF_ALLOC_ARRAY_OR_GOTO macrosLimin Wang2020-06-13
* swscale: Add swscale input/output support for X2RGB10LEFei Wang2020-06-12
* libswscale: fix for floating point formats, require full chromaMark Reid2020-05-12
* libswscale: add output support for AV_PIX_FMT_GBRAPF32Mark Reid2020-05-05
* libswscale: add input support AV_PIX_FMT_GBRAPF32Mark Reid2020-05-05
* swscale: Add swscale input support for Y210LELinjie Fu2020-02-24
* libswscale/utils.c: Fix bug #8255Gautam Ramakrishnan2020-02-09
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-06
* swscale/utils: remove access of AV_PIX_FMT_NBZhao Zhili2019-12-31
* swscale/utils: Fix invalid left shifts of negative numbersAndreas Rheinhardt2019-09-28
* swscale: Add support for NV24 and NV42Philip Langdale2019-05-12
* swscale : add support for YUVA444P12 and YUVA422P12Martin Vignali2018-11-24
* swscale/utils : simplify unscaled initial test for float pixfmtMartin Vignali2018-10-24
* swscale : add YA16 LE/BE outputMartin Vignali2018-10-18
* libswscale: Adds conversions from/to float gray format.Sergey Lavrushkin2018-08-14
* swscale: add gray14 supportPaul B Mahol2018-05-05
* swscale: Add p016 output support and generalise yuv420p1x to p010Philip Langdale2018-03-02