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
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
2020-05-05libswscale: add input support AV_PIX_FMT_GBRAPF32Mark Reid
2020-02-24swscale: Add swscale input support for Y210LELinjie Fu
2020-02-10libswscale/utils.c: Fix bug #8255Gautam Ramakrishnan
2020-01-07Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos
2019-12-31swscale/utils: remove access of AV_PIX_FMT_NBZhao Zhili
2019-09-28swscale/utils: Fix invalid left shifts of negative numbersAndreas Rheinhardt
2019-05-12swscale: Add support for NV24 and NV42Philip Langdale
2018-11-24swscale : add support for YUVA444P12 and YUVA422P12Martin Vignali
2018-10-24swscale/utils : simplify unscaled initial test for float pixfmtMartin Vignali
2018-10-18swscale : add YA16 LE/BE outputMartin Vignali
2018-08-14libswscale: Adds conversions from/to float gray format.Sergey Lavrushkin
2018-05-05swscale: add gray14 supportPaul B Mahol
2018-03-03swscale: Add p016 output support and generalise yuv420p1x to p010Philip Langdale
2017-11-11Merge commit '29ccc641b17afad058a5c24071ea827865a8b3a9'James Almer
2017-10-11build: Drop check for sys/mman.h in favor of mmap() checkDiego Biurrun
2017-08-28swscale: Do not expand a macro with 'defined' in itDerek Buitenhuis
2017-08-25utils: Do not expand a macro with 'defined' in itDerek Buitenhuis
2017-08-07libswscale: add gray9 supportPaul B Mahol
2017-07-10build: Add feature test macros for glibc 2.19+Diego Biurrun
2017-04-15swscale: Add gbrap10 outputMichael Niedermayer
2017-04-13swscale: Add input support for gbrap10 pixel formatPaul B Mahol
2017-04-13lsws/utils: Make gray10 and gray12 full-scale like gray8 and gray16.Carl Eugen Hoyos
2017-03-19Merge commit 'aa37d2bf4505afc106e2a23c44afc722bb204a8e'Clément Bœsch
2017-02-02swscale: add P016 input supportPhilip Langdale
2016-12-01swscale: add gbr(a)p16 output supportPaul B Mahol
2016-11-14lsws: Add GRAY10 conversion.Carl Eugen Hoyos
2016-11-10swscale: Add GRAY12Luca Barbato