Alan Kelly
|
f900a19fa9
libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all filter sizes.
|
3 years ago |
rcombs
|
f0204de47d
swscale: add P210/P410/P216/P416 input
|
3 years ago |
Michael Niedermayer
|
5f3a160b42
swscale/utils: Improve return codes of sws_setColorspaceDetails()
|
3 years ago |
Michael Niedermayer
|
c7699f95bb
swscale/utils: Set all threads to the same colorspace even on failure
|
3 years ago |
Manuel Stoeckl
|
32329397e2
swscale: add input/output support for X2BGR10LE
|
3 years ago |
Andreas Rheinhardt
|
1ea3650823
Replace all occurences of av_mallocz_array() by av_calloc()
|
3 years ago |
Andreas Rheinhardt
|
f440c422b7
swscale/swscale: Fix races when using unaligned strides/data
|
3 years ago |
Andreas Rheinhardt
|
a1255a350d
libswscale/options: Add parent_log_context_offset to AVClass
|
3 years ago |
Anton Khirnov
|
d6fdc78e91
sws: implement slice threading
|
3 years ago |
Anton Khirnov
|
42cd64c182
sws: add a new scaling API
|
3 years ago |
Michael Niedermayer
|
fa1e158ef6
swscale/utils: Use full chroma interpolation for rgb4/8 and dither none
|
3 years ago |
Anton Khirnov
|
1f80789bf7
sws: rename SwsContext.swscale to convert_unscaled
|
3 years ago |
Anton Khirnov
|
fe490ec165
sws: separate the calls to scaled vs unscaled conversion
|
3 years ago |
Anton Khirnov
|
0f8e0957d2
sws: do not reallocate scratch buffers for each slice
|
3 years ago |
Peter Lundblad
|
da0abbbb01
libswscale: Make sws_init_context thread safe.
|
3 years ago |
Andreas Rheinhardt
|
ea2d9b7a2e
libswscale: Remove unused deprecated functions, make used ones static
|
3 years ago |
Jan Ekström
|
7ea4bcff7b
swscale/utils: override forced-zero formats back to full range
|
4 years ago |
Jan Ekström
|
3fe24fe232
swscale/utils: split range override check into its own function
|
4 years ago |
Paul B Mahol
|
9d58cdb4ba
swscale: do not drop half of bits from 16bit bayer formats
|
4 years ago |
Limin Wang
|
67a07dc778
swscale/utils: return better error code from initFilter()
|
4 years ago |
Limin Wang
|
8efecc9063
swscale/utils: reindent
|
4 years ago |
Limin Wang
|
a408d03ee6
swscale/utils: remove FF_ALLOC_ARRAY_OR_GOTO macros
|
4 years ago |
Fei Wang
|
c721b45014
swscale: Add swscale input/output support for X2RGB10LE
|
4 years ago |
Mark Reid
|
fabeef22d9
libswscale: fix for floating point formats, require full chroma
|
4 years ago |
Mark Reid
|
b4967fc71c
libswscale: add output support for AV_PIX_FMT_GBRAPF32
|
4 years ago |
Mark Reid
|
ba5d0515a6
libswscale: add input support AV_PIX_FMT_GBRAPF32
|
4 years ago |
Linjie Fu
|
d2aa1fbfd4
swscale: Add swscale input support for Y210LE
|
5 years ago |
Gautam Ramakrishnan
|
da399e2135
libswscale/utils.c: Fix bug #8255
|
5 years ago |
Carl Eugen Hoyos
|
96fab29e96
Silence "string-plus-int" warning shown by clang.
|
5 years ago |
Zhao Zhili
|
1e3e547a5b
swscale/utils: remove access of AV_PIX_FMT_NB
|
5 years ago |
Andreas Rheinhardt
|
e2646e23be
swscale/utils: Fix invalid left shifts of negative numbers
|
5 years ago |
Philip Langdale
|
cd48318035
swscale: Add support for NV24 and NV42
|
5 years ago |
Martin Vignali
|
86e6f0dbc7
swscale : add support for YUVA444P12 and YUVA422P12
|
6 years ago |
Martin Vignali
|
3db33b446f
swscale/utils : simplify unscaled initial test for float pixfmt
|
6 years ago |
Martin Vignali
|
db4771af81
swscale : add YA16 LE/BE output
|
6 years ago |
Sergey Lavrushkin
|
582bc5a348
libswscale: Adds conversions from/to float gray format.
|
6 years ago |
Paul B Mahol
|
b9dd058f7a
swscale: add gray14 support
|
6 years ago |
Philip Langdale
|
9d5aff09a7
swscale: Add p016 output support and generalise yuv420p1x to p010
|
7 years ago |
James Almer
|
869401cefc
Merge commit '29ccc641b17afad058a5c24071ea827865a8b3a9'
|
7 years ago |
Diego Biurrun
|
29ccc641b1
build: Drop check for sys/mman.h in favor of mmap() check
|
7 years ago |
Derek Buitenhuis
|
5e3f6dc701
swscale: Do not expand a macro with 'defined' in it
|
7 years ago |
Derek Buitenhuis
|
add7b3bc3f
utils: Do not expand a macro with 'defined' in it
|
7 years ago |
Paul B Mahol
|
de48710c11
libswscale: add gray9 support
|
7 years ago |
Diego Biurrun
|
825e463a17
build: Add feature test macros for glibc 2.19+
|
7 years ago |
Michael Niedermayer
|
ac29b82ec5
swscale: Add gbrap10 output
|
8 years ago |
Paul B Mahol
|
f6a9c20a52
swscale: Add input support for gbrap10 pixel format
|
8 years ago |
Carl Eugen Hoyos
|
c1616b454d
lsws/utils: Make gray10 and gray12 full-scale like gray8 and gray16.
|
7 years ago |
Clément Bœsch
|
8e950c9b42
Merge commit 'aa37d2bf4505afc106e2a23c44afc722bb204a8e'
|
8 years ago |
Philip Langdale
|
4c2176d45b
swscale: add P016 input support
|
8 years ago |
Paul B Mahol
|
6427c9ffee
swscale: add gbr(a)p16 output support
|
8 years ago |