Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-09swscale/utils: Remove obsolete 3DNow referenceAndreas Rheinhardt
2022-09-10swscale/la: Optimize hscale functions with lasx.Hao Chen
2022-09-10swscale/output: add support for Y210LE and Y212LEPhilip Langdale
2022-09-10swscale/output: add support for XV30LEPhilip Langdale
2022-09-10swscale/output: add support for XV36LEPhilip Langdale
2022-09-10swscale/output: add support for P012Philip Langdale
2022-09-06swscale/input: add support for Y212LEPhilip Langdale
2022-09-06swscale/input: add support for XV30LEPhilip Langdale
2022-09-06swscale/input: add support for P012Philip Langdale
2022-09-06swscale/input: add support for XV36LEPhilip Langdale
2022-08-26libswscale: add support for VUYX formatPhilip Langdale
2022-08-19swscale/input: add rgbaf16 input supportTimo Rothenpieler
2022-08-18libswscale: Enable hscale_avx2 for all input sizes.Alan Kelly
2022-08-07swscale/output: add VUYA output supportJames Almer
2022-08-05swscale/input: add VUYA input supportJames Almer
2022-07-19swscale: add NV16 input/outputMatthieu Bouron
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-05-28swscale/aarch64: add hscale specializationsSwinney, Jonathan
2022-05-10lib*/version: Move library version functions into files of their ownAndreas Rheinhardt
2022-03-16libswscale: Split version.hMartin Storsjö
2022-02-25swscale: Take the destination range into account for yuv->rgb->yuv conversionsMartin Storsjö
2022-02-17libswscale: Re-factor ff_shuffle_filter_coefficients.Alan Kelly
2022-02-17libswscale: Check and propagate memory allocation errors from ff_shuffle_filt...Alan Kelly
2021-12-23swscale: add P210/P410/P216/P416 outputrcombs
2021-12-21libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions.Alan Kelly
2021-12-16libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...Alan Kelly
2021-11-29swscale: add P210/P410/P216/P416 inputrcombs
2021-10-24swscale/utils: Improve return codes of sws_setColorspaceDetails()Michael Niedermayer
2021-10-24swscale/utils: Set all threads to the same colorspace even on failureMichael Niedermayer
2021-09-26swscale: add input/output support for X2BGR10LEManuel Stoeckl
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-20swscale/swscale: Fix races when using unaligned strides/dataAndreas Rheinhardt
2021-09-20libswscale/options: Add parent_log_context_offset to AVClassAndreas Rheinhardt
2021-09-06sws: implement slice threadingAnton Khirnov
2021-09-06sws: add a new scaling APIAnton Khirnov
2021-07-09swscale/utils: Use full chroma interpolation for rgb4/8 and dither noneMichael Niedermayer
2021-07-03sws: rename SwsContext.swscale to convert_unscaledAnton Khirnov
2021-07-03sws: separate the calls to scaled vs unscaled conversionAnton Khirnov
2021-07-03sws: do not reallocate scratch buffers for each sliceAnton Khirnov
2021-07-02libswscale: Make sws_init_context thread safe.Peter Lundblad
2021-04-27libswscale: Remove unused deprecated functions, make used ones staticAndreas Rheinhardt
2020-10-11swscale/utils: override forced-zero formats back to full rangeJan Ekström
2020-10-11swscale/utils: split range override check into its own functionJan Ekström
2020-08-08swscale: do not drop half of bits from 16bit bayer formatsPaul B Mahol
2020-06-14swscale/utils: return better error code from initFilter()Limin Wang
2020-06-14swscale/utils: reindentLimin Wang
2020-06-13swscale/utils: remove FF_ALLOC_ARRAY_OR_GOTO macrosLimin Wang
2020-06-12swscale: Add swscale input/output support for X2RGB10LEFei Wang
2020-05-12libswscale: fix for floating point formats, require full chromaMark Reid
2020-05-05libswscale: add output support for AV_PIX_FMT_GBRAPF32Mark Reid