Michael Niedermayer
|
3cfd197bea
swscale/output: Fix integer overflows in yuv2rgba64_X_c_template
|
4 months ago |
Michael Niedermayer
|
8b56b03028
swscale/output: Avoid undefined overflow in yuv2rgb_write_full()
|
5 months ago |
Michael Niedermayer
|
02af994743
swscale/output: alpha can become negative after scaling, use multiply
|
5 months ago |
Michael Niedermayer
|
27326d0e09
swscale/output: Fix integer overflow in yuv2rgba64_full_1_c_template()
|
6 months ago |
Michael Niedermayer
|
11410efb23
swscale/output: Fix integer overflow in yuv2rgba64_1_c_template
|
6 months ago |
Michael Niedermayer
|
d1c90886cc
swscale/output: Bias 16bps output calculations to improve non overflowing range
|
2 years ago |
Mark Reid
|
b4967fc71c
libswscale: add output support for AV_PIX_FMT_GBRAPF32
|
4 years ago |
Michael Niedermayer
|
e057e83a4f
swscale/output: Fix integer overflow in yuv2rgb_write_full() with out of range input
|
4 years ago |
Michael Niedermayer
|
49ba1879ad
swscale/output: Fix integer overflow in alpha computation in yuv2gbrp16_full_X_c()
|
4 years ago |
Michael Niedermayer
|
7b7f97532b
swscale/output: Fix several invalid shifts in yuv2rgb_full_1_c_template()
|
4 years ago |
Michael Niedermayer
|
d260621089
swscale/output: Avoid 64bit in Alpha in yuv2ya16_X_c_template()
|
5 years ago |
Michael Niedermayer
|
3e6682931b
swscale/output: Correct Alpha in yuv2ya16_X_c_template()
|
5 years ago |
Michael Niedermayer
|
4f4ca675e5
swscale/output: Implement Luma computation from yuv2ya16_X_c_template() without 64bit
|
5 years ago |
Paul B Mahol
|
21838cad2f
swscale/output: fix signed integer overflow for ya16
|
5 years ago |
Linjie Fu
|
ef1342650f
swscale/output: fix some code indentations
|
5 years ago |
Philip Langdale
|
cd48318035
swscale: Add support for NV24 and NV42
|
5 years ago |
Lauri Kasanen
|
81a4719d8e
swscale: Remove duplicated code
|
5 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 |
Philip Langdale
|
9d5aff09a7
swscale: Add p016 output support and generalise yuv420p1x to p010
|
6 years ago |
James Cowgill
|
013ec23cbe
swscale: fix gbrap16 alpha channel issues
|
7 years ago |
Paul B Mahol
|
6427c9ffee
swscale: add gbr(a)p16 output support
|
8 years ago |
Michael Niedermayer
|
b828788d58
swscale: Add GBRAP10 output
|
8 years ago |
Luca Barbato
|
2c7d8cbd66
swscale: Add the GBRAP12 output
|
8 years ago |
Michael Niedermayer
|
873d06c76e
swscale/output: Fix alpha shift in yuv2gbrp_full_X_c()
|
8 years ago |
Michael Niedermayer
|
d736b52a04
swscale: Drop is9_OR_10BPS() use, its name is not correct
|
8 years ago |
Timo Rothenpieler
|
99882d05a6
swscale: add support for P010LE/BE output
|
8 years ago |
Michael Niedermayer
|
76d377d0a0
swscale/output: Fix rounding offset in yuv2gbrp_full_X_c()
|
8 years ago |
Clément Bœsch
|
8ef57a0d61
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
|
8 years ago |
Vittorio Giovara
|
41ed7ab45f
cosmetics: Fix spelling mistakes
|
8 years ago |
Diego Biurrun
|
0f40c90984
Drop pointless assert.h #includes
|
8 years ago |
Pedro Arthur
|
6de58b4903
swscale: cleanup unused code
|
8 years ago |
Michael Niedermayer
|
23261e6001
sws/output: fix ordered dither threshold for mono output
|
8 years ago |
Michael Niedermayer
|
b99f498716
swscale/output: Assert that yalpha and uvalpha are within their expected range
|
8 years ago |
Ganesh Ajjanagadde
|
7cf22c7970
swscale/output: fix undefined left shifts of negative numbers
|
9 years ago |
Hendrik Leppkes
|
5d8e836d0e
Replace all remaining occurances of step/depth_minus1 and offset_plus1
|
9 years ago |
Hendrik Leppkes
|
151aa2ebff
Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'
|
9 years ago |
Vittorio Giovara
|
2268db2cd0
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
|
9 years ago |
Michael Niedermayer
|
1909a9151c
swscale/output: Fix "warning: assignment from incompatible pointer type"
|
9 years ago |
Paul B Mahol
|
3cb8eee6f7
swscale: ayuv64le output support
|
9 years ago |
Michael Niedermayer
|
8255b14c68
swscale/output: fix input indexing in yuv2ya8_2_c()
|
9 years ago |
Michael Niedermayer
|
ab80d3fb3a
swscale/output: fix null pointer dereference in yuv2ya8_2_c()
|
9 years ago |
Paul B Mahol
|
2778fdbe54
swscale: implement YA8 output
|
9 years ago |
Michael Niedermayer
|
e29d996149
swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chroma interpolation
|
9 years ago |
Michael Niedermayer
|
f140a99f8b
swscale/output: Factorize rgb48 and 64bit code
|
9 years ago |
Michael Niedermayer
|
bdcd36a4c8
swscale/output: Fix undefined shifts
|
9 years ago |
Michael Niedermayer
|
03bffb68f6
swscale: Use av_clip_uintp2()
|
9 years ago |
Paul B Mahol
|
928061670e
libswscale: GBRAP input & output and GBRAP16 input support
|
10 years ago |
Michael Niedermayer
|
ed962414bd
Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3'
|
10 years ago |
Vittorio Giovara
|
92b099daf4
swscale: support converting YVYU422 pixel format
|
10 years ago |