summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-07-19swscale: remove unneeded include assert.hMichael Niedermayer3-3/+0
2013-07-19swscale/input: fix 16bit gbrp inputMichael Niedermayer1-3/+5
2013-05-08libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol16-6/+64
2013-05-07sws: factorize rgb 9+ planar funcs declarations.Clément Bœsch1-109/+21
2013-04-14sws: move RGB2YUV_SHIFT to swscale_internal.hMichael Niedermayer3-3/+1
2013-04-14sws/input: replace hardcoded rgb2yuv coefficients by tableMichael Niedermayer3-124/+174
2013-01-26sws: add planar RGB formats to isAnyRGBMichael Niedermayer4-10/+18
2012-11-01Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer24-226/+256
2012-10-31swscale: do not forget to swap data in formats with different endiannessKostya Shishkov2-8/+50
2012-10-31sws: fix handling of big endian alphaMichael Niedermayer2-4/+8
2012-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer20-357/+1034
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-07-19swscale/input: silence warnings about incompatible pointer typesPaul B Mahol1-18/+43
2012-07-18sws/input: switch to av_assertMichael Niedermayer1-11/+12
2012-07-04sws: support 12&14 bit planar colorspacesMichael Niedermayer12-16/+186
2012-06-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer68-220/+757
2012-06-12sws: fix planar RGB input conversions for 9/10/16 bpp.Ronald S. Bultje1-41/+97
2012-04-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer12-645/+719
2012-04-22swscale: K&R formatting cosmetics (part III)Diego Biurrun1-358/+575
2012-04-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer26-28/+109
2012-04-04swscale: handle complete dimensions for monoblack/white.Ronald S. Bultje2-5/+11
2012-03-03Support RGBA64 as input colour space.Carl Eugen Hoyos2-2/+99
2012-02-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer14-2621/+2813
2012-02-07swscale: Split C input functions into separate file.Ronald S. Bultje4-723/+765