index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
/
input.c
Age
Commit message (
Expand
)
Author
2015-07-24
swscale: ayuv64le input support
Paul B Mahol
2015-05-06
swscale: add yuv440p10/12 pixfmts.
Ronald S. Bultje
2015-01-21
swscale/input: fix rgba64 alpha non native
Michael Niedermayer
2015-01-21
swscale/input: Fix alpha of YA16 input
Michael Niedermayer
2014-08-04
Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820'
Michael Niedermayer
2014-08-04
Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'
Michael Niedermayer
2014-08-04
swscale: support AV_PIX_FMT_YA16 as input
Vittorio Giovara
2014-08-04
avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8
Vittorio Giovara
2014-06-16
swscale/input: fix harmless integer overflow
Michael Niedermayer
2014-04-09
swscale/input: replace assert() by av_assert1()
Michael Niedermayer
2014-04-09
Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3'
Michael Niedermayer
2014-04-07
swscale: support converting YVYU422 pixel format
Vittorio Giovara
2014-04-02
swscale: add full bgra64 support
Michael Niedermayer
2013-07-19
swscale: remove unneeded include assert.h
Michael Niedermayer
2013-07-19
swscale/input: fix 16bit gbrp input
Michael Niedermayer
2013-05-08
libswscale: GBRAP input & output and GBRAP16 input support
Paul B Mahol
2013-05-07
sws: factorize rgb 9+ planar funcs declarations.
Clément Bœsch
2013-04-15
sws: move RGB2YUV_SHIFT to swscale_internal.h
Michael Niedermayer
2013-04-14
sws/input: replace hardcoded rgb2yuv coefficients by table
Michael Niedermayer
2013-01-26
sws: add planar RGB formats to isAnyRGB
Michael Niedermayer
2012-11-01
Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'
Michael Niedermayer
2012-10-31
swscale: do not forget to swap data in formats with different endianness
Kostya Shishkov
2012-10-31
sws: fix handling of big endian alpha
Michael Niedermayer
2012-10-30
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-08
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-07-19
swscale/input: silence warnings about incompatible pointer types
Paul B Mahol
2012-07-18
sws/input: switch to av_assert
Michael Niedermayer
2012-07-04
sws: support 12&14 bit planar colorspaces
Michael Niedermayer
2012-06-13
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-12
sws: fix planar RGB input conversions for 9/10/16 bpp.
Ronald S. Bultje
2012-04-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-22
swscale: K&R formatting cosmetics (part III)
Diego Biurrun
2012-04-05
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-04
swscale: handle complete dimensions for monoblack/white.
Ronald S. Bultje
2012-03-04
Support RGBA64 as input colour space.
Carl Eugen Hoyos
2012-02-08
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-07
swscale: Split C input functions into separate file.
Ronald S. Bultje