Michael Niedermayer
|
28d9f116f9
swscale/swscale: Use ptrdiff_t for linesize computations
|
5 месяцев назад |
Michael Niedermayer
|
1070982e6f
swscale/swscale: Check srcSliceH for bayer
|
8 месяцев назад |
Andreas Rheinhardt
|
40e6575aa3
all: Replace if (ARCH_FOO) checks by #if ARCH_FOO
|
2 лет назад |
Andreas Rheinhardt
|
636631d9db
Remove unnecessary libavutil/(avutil|common|internal).h inclusions
|
3 лет назад |
Soft Works
|
58dce6f010
swscale/swscale: check SWS_PRINT_INFO flag for printing alignment warnings
|
3 лет назад |
Michael Niedermayer
|
f801207568
swscale/swscale: Pass slice location into unscaled code also for dst scaling
|
3 лет назад |
Andreas Rheinhardt
|
044a7c08dc
swscale/swscale: Disable x86-specific code for other arches
|
3 лет назад |
Andreas Rheinhardt
|
f440c422b7
swscale/swscale: Fix races when using unaligned strides/data
|
3 лет назад |
James Almer
|
5fe648d04a
libswscale/swscale: initialize all dst plane pointers in sws_receive_slice()
|
3 лет назад |
Anton Khirnov
|
d6fdc78e91
sws: implement slice threading
|
3 лет назад |
Anton Khirnov
|
42cd64c182
sws: add a new scaling API
|
3 лет назад |
Anton Khirnov
|
37c0fe49b7
sws: move updating the palette higher up
|
3 лет назад |
Anton Khirnov
|
d6649d9a3b
sws: move initializing dither_error higher up
|
3 лет назад |
Anton Khirnov
|
e188985598
sws: move the early return for zero-sized slices higher up
|
3 лет назад |
Anton Khirnov
|
a91e6c927e
sws: simplify setting sliceDir
|
3 лет назад |
Anton Khirnov
|
ff753f41dd
sws: merge handling frame start into a single block
|
3 лет назад |
Anton Khirnov
|
1b11a324fe
sws: make checking for the start of a new frame more explicit
|
3 лет назад |
Anton Khirnov
|
0fb014b7bb
sws: reset sliceDir at the end of sws_scale()
|
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 лет назад |
Anton Khirnov
|
2730639259
sws: group the parameters validity checks together
|
3 лет назад |
Anton Khirnov
|
c05cab34a9
sws: initialize {src,dst}Stride2 consistently with {src,dst}2
|
3 лет назад |
Anton Khirnov
|
d3d8e09640
sws: cosmetics
|
3 лет назад |
Anton Khirnov
|
f136493d03
sws: factor out cascaded scaling
|
3 лет назад |
Anton Khirnov
|
a2254aedc9
sws: cosmetics
|
3 лет назад |
Anton Khirnov
|
44f12718bf
sws: factor out gamma-correct scaling
|
3 лет назад |
Anton Khirnov
|
e355af9be9
sws: return an error code on invalid parameters to sws_scale()
|
3 лет назад |
Anton Khirnov
|
21a4e48f88
sws: reindent after previous commit
|
3 лет назад |
Anton Khirnov
|
27acca1af0
sws: factor out updating the palette
|
3 лет назад |
Anton Khirnov
|
f8c21ccbfc
sws: remove unnecessary braces
|
3 лет назад |
Anton Khirnov
|
e15371061d
lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump
|
4 лет назад |
Mark Reid
|
b4967fc71c
libswscale: add output support for AV_PIX_FMT_GBRAPF32
|
4 лет назад |
Ruiling Song
|
4700f7d6fc
swscale/swscale: remove useless code
|
4 лет назад |
Michael Niedermayer
|
a6ca22c118
swscale/swscale: Fix several invalid shifts related to vChrDrop
|
4 лет назад |
Limin Wang
|
cde1d70a39
swscale/swscale: cosmetics
|
5 лет назад |
Limin Wang
|
29bde4b3b6
swscale/swscale: delete unwanted assignments
|
5 лет назад |
Martin Vignali
|
bdd6754648
swscale/swscale : small cosmetic
|
6 лет назад |
Martin Vignali
|
3af1c4ea7d
swscale : treat float input data as uint 16bpc
|
6 лет назад |
Lou Logan
|
183fd30e0f
Fix several typos
|
7 лет назад |
Michael Niedermayer
|
03ce71e4a1
swscale/swscale: Fix dereference of stride array before null check
|
7 лет назад |
Michael Niedermayer
|
d736b52a04
swscale: Drop is9_OR_10BPS() use, its name is not correct
|
8 лет назад |
Pedro Arthur
|
8433d953e4
swscale: fix for sliced scaling artifacts
|
8 лет назад |
Michael Niedermayer
|
ba7be8c083
swscale: Fix "warning: ISO C90 forbids mixed declarations and code"
|
8 лет назад |
Michael Niedermayer
|
89ec11e096
swscale/swscale: Try to fix rgb48Toxyz12() with slices
|
8 лет назад |
Michael Niedermayer
|
f580719b1a
swscale/swscale: Factor bottom to top handling
|
8 лет назад |
Ronald S. Bultje
|
70d418c7e6
Revert "PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD."
|
8 лет назад |
Dan Parrot
|
1df908f33f
PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD.
|
8 лет назад |
Pedro Arthur
|
e616e9a4b8
swscale: fix ring buffer size when scaling slices of a frame
|
8 лет назад |
Matthieu Bouron
|
7abc8e7ae3
swscale/arm: add ff_hscale_8_to_15_neon
|
8 лет назад |