summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_unscaled.c
Commit message (Expand)AuthorAgeFilesLines
* swscale: Convert the check check_image_pointers helper to a macroLuca Barbato2017-04-151-22/+15
* swscale: Add GRAY12Luca Barbato2016-11-071-0/+1
* Add GBRAP12 pixel format supportKieran Kunhya2016-10-121-0/+1
* pixfmt: Add yuv444p12 pixel formatLuca Barbato2016-09-271-1/+3
* pixfmt: Add yuv422p12 pixel formatLuca Barbato2016-09-271-1/+3
* pixfmt: Add yuv420p12 pixel formatLuca Barbato2016-09-271-1/+3
* swscale: Rename is9_OR_10 to match what it doesLuca Barbato2016-09-271-4/+4
* swscale: add P010 input supportHendrik Leppkes2016-07-021-1/+3
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-111-3/+3
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-6/+6
* libswscale: fix compiler warnings enumerated type mixed with another typeHimangi Saraogi2015-03-151-1/+1
* libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-141-0/+23
* swscale: Properly scale YUVDerek Buitenhuis2014-12-051-12/+35
* swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-041-0/+1
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-2/+2
* swscale: correctly pad destination buffer in rgb conversionKostya Shishkov2014-08-041-1/+1
* Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-021-2/+0
* swscale: Set alpha to opaque for internal palettes.Justin Ruggles2014-04-121-5/+5
* swscale: fix some undefined signed left shiftsJustin Ruggles2014-04-121-2/+2
* swscale: fix an implementation-defined unsigned-to-signed conversionJustin Ruggles2014-04-121-2/+2
* swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau2014-04-021-0/+2
* swscale: add nv12/nv21->yuv420 converterMichael Niedermayer2014-01-211-0/+26
* swscale: fix stride used in planarToNv12Wrapper()Michael Niedermayer2014-01-211-2/+2
* swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-291-21/+21
* swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-291-2/+2
* swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-291-2/+2
* swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-151-2/+1
* swscale: Mark a bunch of tables only used within one file staticDiego Biurrun2013-08-151-4/+4
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-1/+1
* swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau2013-05-061-1/+2
* 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
OpenPOWER on IntegriCloud