summaryrefslogtreecommitdiffstats
path: root/libswscale/input.c
Commit message (Expand)AuthorAgeFilesLines
* swscale: remove unneeded include assert.hMichael Niedermayer2013-07-191-1/+0
* swscale/input: fix 16bit gbrp inputMichael Niedermayer2013-07-191-3/+5
* libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2013-05-081-1/+17
* sws: factorize rgb 9+ planar funcs declarations.Clément Bœsch2013-05-071-109/+21
* sws: move RGB2YUV_SHIFT to swscale_internal.hMichael Niedermayer2013-04-151-2/+0
* sws/input: replace hardcoded rgb2yuv coefficients by tableMichael Niedermayer2013-04-141-120/+146
* sws: add planar RGB formats to isAnyRGBMichael Niedermayer2013-01-261-3/+3
* Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer2012-11-011-3/+9
|\
| * swscale: do not forget to swap data in formats with different endiannessKostya Shishkov2012-10-311-0/+42
* | sws: fix handling of big endian alphaMichael Niedermayer2012-10-311-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-301-0/+40
|\ \ | |/
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-224/+224
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-177/+177
* | swscale/input: silence warnings about incompatible pointer typesPaul B Mahol2012-07-191-18/+43
* | sws/input: switch to av_assertMichael Niedermayer2012-07-181-11/+12
* | sws: support 12&14 bit planar colorspacesMichael Niedermayer2012-07-041-0/+92
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-41/+97
|\ \ | |/
| * sws: fix planar RGB input conversions for 9/10/16 bpp.Ronald S. Bultje2012-06-121-41/+97
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-241-369/+601
|\ \ | |/
| * swscale: K&R formatting cosmetics (part III)Diego Biurrun2012-04-221-358/+575
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-051-2/+4
|\ \ | |/
| * swscale: handle complete dimensions for monoblack/white.Ronald S. Bultje2012-04-041-2/+4
* | Support RGBA64 as input colour space.Carl Eugen Hoyos2012-03-041-0/+97
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-081-70/+108
|/
* swscale: Split C input functions into separate file.Ronald S. Bultje2012-02-071-0/+761
OpenPOWER on IntegriCloud