Anton Khirnov
|
716d413c13
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
Michael Niedermayer
|
14de55784d
sws/output: use unsigned variables where harmless overflows are expected.
|
12 years ago |
Michael Niedermayer
|
2cb4d51654
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Diego Biurrun
|
5a6e3c039c
swscale: Mark all init functions as av_cold
|
12 years ago |
Michael Niedermayer
|
22a279539e
yuv2rgb: implement 15/16bit ordered dither
|
12 years ago |
Michael Niedermayer
|
bdf28d14f2
sws: extend dither tables by 1 line so simpler arithmetic can be used to address the next line
|
12 years ago |
Michael Niedermayer
|
3be0c86b97
sws: remove cliping in yuv2rgb code.
|
12 years ago |
Michael Niedermayer
|
35e0496a7b
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Ronald S. Bultje
|
7f77e9041a
swscale: clip before assigning tables in RGB output functions.
|
12 years ago |
Ronald S. Bultje
|
4860625236
swscale: fix off-by-one in second coefficient in bilinear filters.
|
12 years ago |
Michael Niedermayer
|
7432bcfe5a
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Ronald S. Bultje
|
9206ac80a5
swscale: handle last pixel if lines have an odd width.
|
12 years ago |
Michael Niedermayer
|
2c5a2958e9
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Ronald S. Bultje
|
bc0bdda77b
swscale: handle complete dimensions for monoblack/white.
|
12 years ago |
Michael Niedermayer
|
bf807a5e87
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Ronald S. Bultje
|
9487fb4dea
swscale: clip unscaled output intermediates.
|
12 years ago |
Michael Niedermayer
|
4a9f466b99
Fix alpha overflow when converting from RGBA64 to RGBA.
|
12 years ago |
Michael Niedermayer
|
bbb61a1cd5
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Ronald S. Bultje
|
25c42234a9
swscale: make monowhite/black RGB-independent.
|
12 years ago |
Michael Niedermayer
|
94bc672489
swscale: yuv2422_2_c_template() add cliping.
|
12 years ago |
Michael Niedermayer
|
f03a029939
swscale: Add cliping to yuv2422_1_c_template()
|
12 years ago |
Michael Niedermayer
|
ef96bf294d
swscale: Fix rounding in yuv2mono_1_c_template()
|
12 years ago |
Michael Niedermayer
|
c0c32a3704
swscale: Fix rounding in yuv2rgb_1_c_template()
|
12 years ago |
Michael Niedermayer
|
2bc610ddc5
swscale: yuv2422_1_c_template: fix rounding
|
12 years ago |
Michael Niedermayer
|
04b53746ad
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Diego Biurrun
|
7331b6e718
Drop some completely unnecessary av_unused attributes.
|
12 years ago |
Ronald S. Bultje
|
3cac475655
swscale: move YUV2PACKED16WRAPPER() macro down to where it is used.
|
12 years ago |
Ronald S. Bultje
|
c0b87359b2
swscale: handle gray16 as a "planar" YUV format (Y-only, of course).
|
12 years ago |
Ronald S. Bultje
|
d63b7d8c37
swscale: fix incorrect chroma bias in yuv2rgb48_1_c().
|
12 years ago |
Ronald S. Bultje
|
1ca7dc60d2
swscale: fix invalid memory accesses in yuvpacked1() functions.
|
12 years ago |
Michael Niedermayer
|
18d0a16fc9
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Ronald S. Bultje
|
2144941069
swscale: split C output functions into separate file.
|
12 years ago |