summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAge
* swscale/utils: Fix indentationAndreas Rheinhardt2022-11-24
* swscale/utils: Derive range from YUVJ-pix-fmt only onceAndreas Rheinhardt2022-11-24
* swscale/utils: Move functions to avoid forward declarationsAndreas Rheinhardt2022-11-24
* swscale/utils: Avoid calling ff_thread_once() unnecessarilyAndreas Rheinhardt2022-11-24
* swscale/utils: Don't allocate AVFrames for slice contextsAndreas Rheinhardt2022-11-24
* swscale/utils: Factor initializing single slice context outAndreas Rheinhardt2022-11-24
* swscale/utils: Remove obsolete 3DNow referenceAndreas Rheinhardt2022-11-09
* swscale/la: Optimize hscale functions with lasx.Hao Chen2022-09-10
* swscale/output: add support for Y210LE and Y212LEPhilip Langdale2022-09-10
* swscale/output: add support for XV30LEPhilip Langdale2022-09-10
* swscale/output: add support for XV36LEPhilip Langdale2022-09-10
* swscale/output: add support for P012Philip Langdale2022-09-10
* swscale/input: add support for Y212LEPhilip Langdale2022-09-06
* swscale/input: add support for XV30LEPhilip Langdale2022-09-06
* swscale/input: add support for P012Philip Langdale2022-09-06
* swscale/input: add support for XV36LEPhilip Langdale2022-09-06
* libswscale: add support for VUYX formatPhilip Langdale2022-08-25
* swscale/input: add rgbaf16 input supportTimo Rothenpieler2022-08-19
* libswscale: Enable hscale_avx2 for all input sizes.Alan Kelly2022-08-18
* 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