Carl Eugen Hoyos
|
b5177c7051
lsws: Add GRAY10 conversion.
|
8 лет назад |
Luca Barbato
|
19be5fb728
swscale: Add GRAY12
|
8 лет назад |
Michael Niedermayer
|
b828788d58
swscale: Add GBRAP10 output
|
8 лет назад |
Luca Barbato
|
2c7d8cbd66
swscale: Add the GBRAP12 output
|
8 лет назад |
Luca Barbato
|
ab839054e6
swscale: Add GRAY12
|
8 лет назад |
Luca Barbato
|
881477c77b
swscale: Add the GBRAP12 output
|
8 лет назад |
Kieran Kunhya
|
81f1f6c3f6
Add GBRAP12 pixel format support
|
9 лет назад |
Luca Barbato
|
ef3740c3a0
swscale: Enable GBRP12 output
|
8 лет назад |
Michael Niedermayer
|
328ea6a9a5
swscale: Add input support for 12-bit formats
|
12 лет назад |
Luca Barbato
|
9bd6ea5695
pixfmt: Add yuv444p12 pixel format
|
8 лет назад |
Luca Barbato
|
0aebbbd024
pixfmt: Add yuv422p12 pixel format
|
8 лет назад |
Luca Barbato
|
85406e7a8d
pixfmt: Add yuv420p12 pixel format
|
8 лет назад |
Timo Rothenpieler
|
99882d05a6
swscale: add support for P010LE/BE output
|
8 лет назад |
Diego Biurrun
|
aa37d2bf45
swscale: Kill non-compiling disabled cruft
|
8 лет назад |
Diego Biurrun
|
facdfe4080
swscale: Add proper ff_ prefix to init functions
|
8 лет назад |
Andreas Cadhalpun
|
c0fd2fb27b
swscale: Rename sws_context_class to ff_sws_context_class
|
9 лет назад |
Hendrik Leppkes
|
e78e5b735f
swscale: add P010 input support
|
9 лет назад |
Paul B Mahol
|
9d30690f20
swscale: add input support for gbrap10 pixel format
|
8 лет назад |
Diego Biurrun
|
1e9c5bf4c1
asm: FF_-prefix internal macros used in inline assembly
|
8 лет назад |
Clément Bœsch
|
c921f4f687
sws/aarch64: add ff_yuv2planeX_8_neon
|
8 лет назад |
Michael Niedermayer
|
c169062073
swscale/utils: Remove unused variable
|
8 лет назад |
Clément Bœsch
|
040598218f
sws/aarch64: restore ff_hscale_8_to_15_neon()
|
8 лет назад |
Pedro Arthur
|
6de58b4903
swscale: cleanup unused code
|
8 лет назад |
Michael Niedermayer
|
3b905b9fe6
swscale: Deprecate vector functions which are unused outside swscale
|
8 лет назад |
Clément Bœsch
|
263eb76bdf
sws/aarch64: add ff_hscale_8_to_15_neon
|
9 лет назад |
Kieran Kunhya
|
4170a44bbc
Add GBRAP12 pixel format
|
9 лет назад |
Michael Niedermayer
|
67e5bd0c50
swscale/utils: Fix chrSrcHSubSample for GBRAP16
|
9 лет назад |
Derek Buitenhuis
|
21f9468402
avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
|
9 лет назад |
Hendrik Leppkes
|
2e31434d84
swscale: add P010 input support
|
9 лет назад |
Michael Niedermayer
|
cc538e9dbd
swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() calls
|
9 лет назад |
Clément Bœsch
|
e8bc642202
lavu: add AV_CEIL_RSHIFT and use it in various places
|
9 лет назад |
Michael Niedermayer
|
1edf129cbc
swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny dimensions
|
9 лет назад |
Michael Niedermayer
|
b83d8be6bf
swscale/utils: Fix intermediate format for cascaded alpha downscaling
|
9 лет назад |
Ganesh Ajjanagadde
|
c8905e0d67
swscale/utils: replace pow by exp2
|
9 лет назад |
Michael Niedermayer
|
325b59368d
swscale/utils: Fix for runtime error: left shift of negative value -1
|
9 лет назад |
Andreas Cadhalpun
|
e8c3716064
swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_init
|
9 лет назад |
Andreas Cadhalpun
|
8bfbc8c5e5
swscale: rename sws_context_class to ff_sws_context_class
|
9 лет назад |
Ganesh Ajjanagadde
|
26e8895b73
all: add _DEFAULT_SOURCE locally wherever needed
|
9 лет назад |
Michael Niedermayer
|
d730dd8c53
swscale: Forward colorspace updates to the 2nd cascaded context in case of alphablend
|
9 лет назад |
Michael Niedermayer
|
21c7272859
swscale/utils: Forward luma range to the cascaded context for alphablending
|
9 лет назад |
Michael Niedermayer
|
319898bba2
swscale/utils: handle gray+alpha formats like gray for luma ranges
|
9 лет назад |
Michael Niedermayer
|
816cf5181e
swscale/utils: If the source has no alpha then disable alpha blendaway
|
9 лет назад |
Hendrik Leppkes
|
5d8e836d0e
Replace all remaining occurances of step/depth_minus1 and offset_plus1
|
9 лет назад |
Hendrik Leppkes
|
151aa2ebff
Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'
|
9 лет назад |
Vittorio Giovara
|
2268db2cd0
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
|
9 лет назад |
Pedro Arthur
|
3059562aa1
swscale: re-enable gamma
|
9 лет назад |
Michael Niedermayer
|
1acd6311a1
swscale/utils: If cascaded contexts are used forward sws_setColorspaceDetails() to the first context
|
9 лет назад |
Michael Niedermayer
|
8e05f9217a
swscale/utils: Split scaling if possible and yuv->yuv with different matrixes is requested
|
9 лет назад |
Pedro Arthur
|
e0a3173a94
swscale: refactor horizontal scaling
|
9 лет назад |
Michael Niedermayer
|
0f9d46b70d
swscale/alphablend: Support chroma subsampling
|
9 лет назад |