summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAge
* 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
* Merge commit '29ccc641b17afad058a5c24071ea827865a8b3a9'James Almer2017-11-11
|\
| * build: Drop check for sys/mman.h in favor of mmap() checkDiego Biurrun2017-10-10
| * swscale: Do not expand a macro with 'defined' in itDerek Buitenhuis2017-08-28
| * build: Add feature test macros for glibc 2.19+Diego Biurrun2017-07-10
| * swscale: Add gbrap10 outputMichael Niedermayer2017-04-15
| * swscale: Add input support for gbrap10 pixel formatPaul B Mahol2017-04-13
| * swscale: Add GRAY12Luca Barbato2016-11-07
| * swscale: Add the GBRAP12 outputLuca Barbato2016-10-12
| * Add GBRAP12 pixel format supportKieran Kunhya2016-10-12
| * swscale: Enable GBRP12 outputLuca Barbato2016-10-12