summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_unscaled.c
Commit message (Expand)AuthorAgeFilesLines
* Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov2013-03-081-6/+6
* swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGBDerek Buitenhuis2013-02-271-0/+78
* sws: use planarRgbToRgbWrapper only for 8bit per componentMichael Niedermayer2013-02-091-1/+9
* swscale: support gray to 9bit and 10bit formatsLuca Barbato2012-10-301-2/+30
* swscale: avoid pointless use of compound literalsMans Rullgard2012-10-231-8/+9
* sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-8/+12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-91/+91
* Unscaled Planar RGB -> RGB support in swscale.Hans-Kristian Arntzen2012-04-031-0/+105
* rgb2rgb: rgb12to15()Paul B Mahol2012-01-121-0/+1
* swscale: fix invalid conversions and memory problems.Ronald S. Bultje2012-01-121-20/+29
* rgb2rgb: rgb12tobgr12()Paul B Mahol2012-01-111-0/+1
* rgb2rgb: allow conversion for <15 bppPaul B Mahol2012-01-091-31/+31
* swscale: prevent invalid writes in packed_16bpc_bswapJanne Grunau2011-12-261-1/+2
* swscale: fix formatting and indentation of unscaled conversion routines.Nathan Adil Maxson2011-12-181-327/+383
* swscale: add endian conversion for RGB555 and RGB444 pixel formatsJanne Grunau2011-12-171-10/+15
* swscale: add rgb565 endianess conversionJanne Grunau2011-12-171-9/+13
* swscale: add unscaled packed 16 bit per component endianess conversionJanne Grunau2011-12-161-0/+30
* swscale: add support for planar RGB input.Ronald S. Bultje2011-11-241-1/+1
* swscale: Fix stack alignment for SSEJohn Stebbins2011-11-191-1/+1
* Do not convert RGB buffer at once when stride does not fit exact samples.Kostya Shishkov2011-07-301-1/+1
* swscale: clip unscaled colorspace conversion path.Ronald S. Bultje2011-07-141-15/+17
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-141-5/+6
* swscale: implement error dithering in planarCopyWrapper.Ronald S. Bultje2011-07-081-19/+90
* swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje2011-06-031-0/+887
OpenPOWER on IntegriCloud