Andreas Cadhalpun
|
c0fd2fb27b
swscale: Rename sws_context_class to ff_sws_context_class
|
9 years ago |
Ronald S. Bultje
|
70d418c7e6
Revert "PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD."
|
8 years ago |
Dan Parrot
|
1df908f33f
PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 VSX SIMD.
|
8 years ago |
Clément Bœsch
|
8ef57a0d61
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
|
8 years ago |
Vittorio Giovara
|
41ed7ab45f
cosmetics: Fix spelling mistakes
|
8 years ago |
Matthieu Bouron
|
7abc8e7ae3
swscale/arm: add ff_hscale_8_to_15_neon
|
8 years ago |
Ronald S. Bultje
|
b3eda69490
swscale: add bt2020 yuv2rgb coefficients.
|
8 years ago |
Pedro Arthur
|
6de58b4903
swscale: cleanup unused code
|
8 years ago |
Clément Bœsch
|
263eb76bdf
sws/aarch64: add ff_hscale_8_to_15_neon
|
8 years ago |
Lou Logan
|
06eef96b69
fix some a/an typos
|
8 years ago |
Clément Bœsch
|
f1148390d7
sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neon
|
8 years ago |
Michael Niedermayer
|
eb7802afef
swscale/vscale: Check that 2 tap filters are bilinear before using bilinear code
|
8 years ago |
Michael Niedermayer
|
e06403331c
swscale: Move Contexts used only in hscale.c into it
|
8 years ago |
Michael Niedermayer
|
7b6e6895f2
swscale: Move VScalerContext into vscale.c
|
8 years ago |
Michael Niedermayer
|
8f3a9a8c27
swscale/yuv2rgb: Increase YUV2RGB table headroom
|
8 years ago |
Michael Niedermayer
|
5e5f82a287
swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out
|
8 years ago |
Andreas Cadhalpun
|
8bfbc8c5e5
swscale: rename sws_context_class to ff_sws_context_class
|
9 years ago |
Pedro Arthur
|
5bd62a1b3c
swscale: fix ticket #4881
|
9 years ago |
Michael Niedermayer
|
d730dd8c53
swscale: Forward colorspace updates to the 2nd cascaded context in case of alphablend
|
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 |
Pedro Arthur
|
3059562aa1
swscale: re-enable gamma
|
9 years ago |
Pedro Arthur
|
62d176de12
swscale: refactor vertical scaler
|
9 years ago |
Pedro Arthur
|
4545906f60
swscale: Fixed typos
|
9 years ago |
Pedro Arthur
|
ed80dec621
swscale: fixed compiler warnings
|
9 years ago |
Pedro Arthur
|
737aa902f0
swscale: process horizontal lines in batches
|
9 years ago |
Pedro Arthur
|
e0a3173a94
swscale: refactor horizontal scaling
|
9 years ago |
Michael Niedermayer
|
c5ebeaa308
swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARD
|
9 years ago |
Michael Niedermayer
|
d0e0757e9a
swscale: Implement alphablendaway for planar 4:4:4 formats
|
9 years ago |
Michael Niedermayer
|
c382d9e8cb
swscale: Add sws_alloc_set_opts()
|
9 years ago |
Paul B Mahol
|
052f64ecb2
swscale: ayuv64le input support
|
9 years ago |
Michael Niedermayer
|
b57f9f5724
swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flag
|
9 years ago |
Pedro Arthur
|
2a7128f4ed
Add gamma encodign/decoding before/after scaling in libswscale
|
9 years ago |
Michael Niedermayer
|
ae20682f6b
swscale: Add prefix to updateMMXDitherTables()
|
9 years ago |
Paul B Mahol
|
928061670e
libswscale: GBRAP input & output and GBRAP16 input support
|
10 years ago |
Michael Niedermayer
|
2a983ff7fe
swscale: increase yuv2rgb table headroom
|
10 years ago |
Michael Niedermayer
|
fba894615d
swscale: support internal scaler cascades
|
10 years ago |
James Almer
|
fb7d8d50bc
swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruft
|
10 years ago |
Michael Niedermayer
|
aee99a5d44
swscale/swscale_internal: fix ya16 -> rgba
|
10 years ago |
Michael Niedermayer
|
2f5bf2f7f2
Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820'
|
10 years ago |
Michael Niedermayer
|
4c8bc6fdee
Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'
|
10 years ago |
Vittorio Giovara
|
f84a1b597c
swscale: support AV_PIX_FMT_YA16 as input
|
10 years ago |
Vittorio Giovara
|
e96c3b81ca
avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8
|
10 years ago |
Michael Niedermayer
|
6532a1a828
sws/x86: split mmxext fast bilinear scaler out
|
10 years ago |
Michael Niedermayer
|
e9f7c7aef9
sws: Move fast bilinear C code into seperate file
|
10 years ago |
Michael Niedermayer
|
76899be113
swscale/swscale_internal: add needed version.h
|
10 years ago |
Andreas Cadhalpun
|
39a6e02fd4
fix spelling errors
|
10 years ago |
Derek Buitenhuis
|
a4bd4733c0
swscale: Allow the max filter size to be set at compile time
|
10 years ago |
Michael Niedermayer
|
b55d3bbeed
Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73'
|
10 years ago |
Diego Biurrun
|
880e2aa236
Remove all Blackfin architecture optimizations
|
10 years ago |