]> git.sesse.net Git - ffmpeg/history - libswscale/swscale_unscaled.c
swscale: support gray to 9bit and 10bit formats
[ffmpeg] / libswscale / swscale_unscaled.c
2012-10-30 Luca Barbatoswscale: support gray to 9bit and 10bit formats
2012-10-23 Mans Rullgardswscale: avoid pointless use of compound literals
2012-10-12 Anton Khirnovsws: do not use av_pix_fmt_descriptors directly.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-04-03 Hans-Kristian ArntzenUnscaled Planar RGB -> RGB support in swscale.
2012-01-13 Paul B Maholrgb2rgb: rgb12to15()
2012-01-13 Ronald S. Bultjeswscale: fix invalid conversions and memory problems.
2012-01-11 Paul B Maholrgb2rgb: rgb12tobgr12()
2012-01-10 Paul B Maholrgb2rgb: allow conversion for <15 bpp
2011-12-26 Janne Grunauswscale: prevent invalid writes in packed_16bpc_bswap
2011-12-18 Nathan Adil Maxsonswscale: fix formatting and indentation of unscaled...
2011-12-17 Janne Grunauswscale: add endian conversion for RGB555 and RGB444...
2011-12-17 Janne Grunauswscale: add rgb565 endianess conversion
2011-12-16 Janne Grunauswscale: add unscaled packed 16 bit per component endia...
2011-11-24 Ronald S. Bultjeswscale: add support for planar RGB input.
2011-11-19 John Stebbinsswscale: Fix stack alignment for SSE
2011-07-30 Kostya ShishkovDo not convert RGB buffer at once when stride does...
2011-07-14 Ronald S. Bultjeswscale: clip unscaled colorspace conversion path.
2011-07-14 Diego Biurrundoxygen: Make sure parameter names match between .c...
2011-07-08 Ronald S. Bultjeswscale: implement error dithering in planarCopyWrapper.
2011-06-03 Ronald S. Bultjeswscale: split swscale.c in unscaled and generic conver...