Michael Niedermayer
|
5335c73b9f
swscale/utils: Fix xInc overflow
|
7 месяцев назад |
Michael Niedermayer
|
a068dfe7e3
libswscale/utils: Fix bayer to yuvj
|
8 месяцев назад |
Michael Niedermayer
|
c71a9c51e7
swscale/utils: Allocate more dithererror
|
8 месяцев назад |
Andreas Rheinhardt
|
40e6575aa3
all: Replace if (ARCH_FOO) checks by #if ARCH_FOO
|
2 лет назад |
Swinney, Jonathan
|
0ea61725b1
swscale/aarch64: add hscale specializations
|
2 лет назад |
Andreas Rheinhardt
|
f2b79c5b85
lib*/version: Move library version functions into files of their own
|
2 лет назад |
Martin Storsjö
|
6cd2ac388d
libswscale: Split version.h
|
2 лет назад |
Martin Storsjö
|
c523724c69
swscale: Take the destination range into account for yuv->rgb->yuv conversions
|
2 лет назад |
Alan Kelly
|
e534d98af3
libswscale: Re-factor ff_shuffle_filter_coefficients.
|
2 лет назад |
Alan Kelly
|
f1a5414c97
libswscale: Check and propagate memory allocation errors from ff_shuffle_filter_coefficients.
|
2 лет назад |
rcombs
|
88d804b7ff
swscale: add P210/P410/P216/P416 output
|
2 лет назад |
Alan Kelly
|
eebe406c80
libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions.
|
2 лет назад |
Alan Kelly
|
f900a19fa9
libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all filter sizes.
|
2 лет назад |
rcombs
|
f0204de47d
swscale: add P210/P410/P216/P416 input
|
3 лет назад |
Michael Niedermayer
|
5f3a160b42
swscale/utils: Improve return codes of sws_setColorspaceDetails()
|
3 лет назад |
Michael Niedermayer
|
c7699f95bb
swscale/utils: Set all threads to the same colorspace even on failure
|
3 лет назад |
Manuel Stoeckl
|
32329397e2
swscale: add input/output support for X2BGR10LE
|
3 лет назад |
Andreas Rheinhardt
|
1ea3650823
Replace all occurences of av_mallocz_array() by av_calloc()
|
3 лет назад |
Andreas Rheinhardt
|
f440c422b7
swscale/swscale: Fix races when using unaligned strides/data
|
3 лет назад |
Andreas Rheinhardt
|
a1255a350d
libswscale/options: Add parent_log_context_offset to AVClass
|
3 лет назад |
Anton Khirnov
|
d6fdc78e91
sws: implement slice threading
|
3 лет назад |
Anton Khirnov
|
42cd64c182
sws: add a new scaling API
|
3 лет назад |
Michael Niedermayer
|
fa1e158ef6
swscale/utils: Use full chroma interpolation for rgb4/8 and dither none
|
3 лет назад |
Anton Khirnov
|
1f80789bf7
sws: rename SwsContext.swscale to convert_unscaled
|
3 лет назад |
Anton Khirnov
|
fe490ec165
sws: separate the calls to scaled vs unscaled conversion
|
3 лет назад |
Anton Khirnov
|
0f8e0957d2
sws: do not reallocate scratch buffers for each slice
|
3 лет назад |
Peter Lundblad
|
da0abbbb01
libswscale: Make sws_init_context thread safe.
|
3 лет назад |
Andreas Rheinhardt
|
ea2d9b7a2e
libswscale: Remove unused deprecated functions, make used ones static
|
3 лет назад |
Jan Ekström
|
7ea4bcff7b
swscale/utils: override forced-zero formats back to full range
|
4 лет назад |
Jan Ekström
|
3fe24fe232
swscale/utils: split range override check into its own function
|
4 лет назад |
Paul B Mahol
|
9d58cdb4ba
swscale: do not drop half of bits from 16bit bayer formats
|
4 лет назад |
Limin Wang
|
67a07dc778
swscale/utils: return better error code from initFilter()
|
4 лет назад |
Limin Wang
|
8efecc9063
swscale/utils: reindent
|
4 лет назад |
Limin Wang
|
a408d03ee6
swscale/utils: remove FF_ALLOC_ARRAY_OR_GOTO macros
|
4 лет назад |
Fei Wang
|
c721b45014
swscale: Add swscale input/output support for X2RGB10LE
|
4 лет назад |
Mark Reid
|
fabeef22d9
libswscale: fix for floating point formats, require full chroma
|
4 лет назад |
Mark Reid
|
b4967fc71c
libswscale: add output support for AV_PIX_FMT_GBRAPF32
|
4 лет назад |
Mark Reid
|
ba5d0515a6
libswscale: add input support AV_PIX_FMT_GBRAPF32
|
4 лет назад |
Linjie Fu
|
d2aa1fbfd4
swscale: Add swscale input support for Y210LE
|
4 лет назад |
Gautam Ramakrishnan
|
da399e2135
libswscale/utils.c: Fix bug #8255
|
4 лет назад |
Carl Eugen Hoyos
|
96fab29e96
Silence "string-plus-int" warning shown by clang.
|
4 лет назад |
Zhao Zhili
|
1e3e547a5b
swscale/utils: remove access of AV_PIX_FMT_NB
|
4 лет назад |
Andreas Rheinhardt
|
e2646e23be
swscale/utils: Fix invalid left shifts of negative numbers
|
5 лет назад |
Philip Langdale
|
cd48318035
swscale: Add support for NV24 and NV42
|
5 лет назад |
Martin Vignali
|
86e6f0dbc7
swscale : add support for YUVA444P12 and YUVA422P12
|
6 лет назад |
Martin Vignali
|
3db33b446f
swscale/utils : simplify unscaled initial test for float pixfmt
|
6 лет назад |
Martin Vignali
|
db4771af81
swscale : add YA16 LE/BE output
|
6 лет назад |
Sergey Lavrushkin
|
582bc5a348
libswscale: Adds conversions from/to float gray format.
|
6 лет назад |
Paul B Mahol
|
b9dd058f7a
swscale: add gray14 support
|
6 лет назад |
Philip Langdale
|
9d5aff09a7
swscale: Add p016 output support and generalise yuv420p1x to p010
|
6 лет назад |