summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* sws/utils.c: Do not uselessly call initFilter() when unscalingTomas Härdin2023-02-081-31/+31
* swscale/utils: Fix indentationAndreas Rheinhardt2022-11-241-10/+10
* swscale/utils: Derive range from YUVJ-pix-fmt only onceAndreas Rheinhardt2022-11-241-8/+10
* swscale/utils: Move functions to avoid forward declarationsAndreas Rheinhardt2022-11-241-207/+200
* swscale/utils: Avoid calling ff_thread_once() unnecessarilyAndreas Rheinhardt2022-11-241-3/+4
* swscale/utils: Don't allocate AVFrames for slice contextsAndreas Rheinhardt2022-11-241-10/+5
* swscale/utils: Factor initializing single slice context outAndreas Rheinhardt2022-11-241-10/+21
* swscale/utils: Remove obsolete 3DNow referenceAndreas Rheinhardt2022-11-091-2/+0
* swscale/la: Optimize hscale functions with lasx.Hao Chen2022-09-101-1/+12
* swscale/output: add support for Y210LE and Y212LEPhilip Langdale2022-09-101-2/+2
* swscale/output: add support for XV30LEPhilip Langdale2022-09-101-1/+1
* swscale/output: add support for XV36LEPhilip Langdale2022-09-101-1/+1
* swscale/output: add support for P012Philip Langdale2022-09-101-2/+2
* swscale/input: add support for Y212LEPhilip Langdale2022-09-061-0/+1
* swscale/input: add support for XV30LEPhilip Langdale2022-09-061-0/+1
* swscale/input: add support for P012Philip Langdale2022-09-061-0/+2
* swscale/input: add support for XV36LEPhilip Langdale2022-09-061-0/+1
* libswscale: add support for VUYX formatPhilip Langdale2022-08-251-0/+1
* swscale/input: add rgbaf16 input supportTimo Rothenpieler2022-08-191-0/+2
* libswscale: Enable hscale_avx2 for all input sizes.Alan Kelly2022-08-181-3/+16
* swscale/output: add VUYA output supportJames Almer2022-08-071-1/+1
* swscale/input: add VUYA input supportJames Almer2022-08-051-0/+1
* swscale: add NV16 input/outputMatthieu Bouron2022-07-191-0/+1
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-3/+4
* swscale/aarch64: add hscale specializationsSwinney, Jonathan2022-05-281-1/+1
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-101-20/+0
* libswscale: Split version.hMartin Storsjö2022-03-161-0/+1
* swscale: Take the destination range into account for yuv->rgb->yuv conversionsMartin Storsjö2022-02-251-3/+8
* libswscale: Re-factor ff_shuffle_filter_coefficients.Alan Kelly2022-02-171-30/+36
* libswscale: Check and propagate memory allocation errors from ff_shuffle_filt...Alan Kelly2022-02-171-3/+8
* swscale: add P210/P410/P216/P416 outputrcombs2021-12-221-8/+8
* libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions.Alan Kelly2021-12-211-1/+1
* libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...Alan Kelly2021-12-151-0/+37
* swscale: add P210/P410/P216/P416 inputrcombs2021-11-281-0/+8
* swscale/utils: Improve return codes of sws_setColorspaceDetails()Michael Niedermayer2021-10-241-1/+4
* swscale/utils: Set all threads to the same colorspace even on failureMichael Niedermayer2021-10-241-2/+3
* swscale: add input/output support for X2BGR10LEManuel Stoeckl2021-09-261-0/+1
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
* swscale/swscale: Fix races when using unaligned strides/dataAndreas Rheinhardt2021-09-191-0/+2
* libswscale/options: Add parent_log_context_offset to AVClassAndreas Rheinhardt2021-09-191-0/+2
* sws: implement slice threadingAnton Khirnov2021-09-061-0/+85
* sws: add a new scaling APIAnton Khirnov2021-09-061-0/+72
* swscale/utils: Use full chroma interpolation for rgb4/8 and dither noneMichael Niedermayer2021-07-091-1/+1
* sws: rename SwsContext.swscale to convert_unscaledAnton Khirnov2021-07-031-2/+2
* sws: separate the calls to scaled vs unscaled conversionAnton Khirnov2021-07-031-1/+2
* sws: do not reallocate scratch buffers for each sliceAnton Khirnov2021-07-031-0/+3
* libswscale: Make sws_init_context thread safe.Peter Lundblad2021-07-011-2/+4
* libswscale: Remove unused deprecated functions, make used ones staticAndreas Rheinhardt2021-04-271-96/+0
* swscale/utils: override forced-zero formats back to full rangeJan Ekström2020-10-111-2/+2
* swscale/utils: split range override check into its own functionJan Ekström2020-10-111-2/+7