Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-03-15libswscale: fix compiler warnings enumerated type mixed with another typeHimangi Saraogi
2015-01-14libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
2014-12-05swscale: Properly scale YUVDerek Buitenhuis
2014-08-04swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara
2014-08-04avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara
2014-08-04swscale: correctly pad destination buffer in rgb conversionKostya Shishkov
2014-06-02Remove all Blackfin architecture optimizationsDiego Biurrun
2014-04-12swscale: Set alpha to opaque for internal palettes.Justin Ruggles
2014-04-12swscale: fix some undefined signed left shiftsJustin Ruggles
2014-04-12swscale: fix an implementation-defined unsigned-to-signed conversionJustin Ruggles
2014-04-02swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau
2014-01-21swscale: add nv12/nv21->yuv420 converterMichael Niedermayer
2014-01-21swscale: fix stride used in planarToNv12Wrapper()Michael Niedermayer
2013-08-29swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun
2013-08-29swscale: consistent names for arch-specific acceleration functionsDiego Biurrun
2013-08-29swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun
2013-08-15swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun
2013-08-15swscale: Mark a bunch of tables only used within one file staticDiego Biurrun
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-06swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau
2013-03-08Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov
2013-02-27swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGBDerek Buitenhuis
2013-02-09sws: use planarRgbToRgbWrapper only for 8bit per componentMichael Niedermayer
2012-10-30swscale: support gray to 9bit and 10bit formatsLuca Barbato
2012-10-23swscale: avoid pointless use of compound literalsMans Rullgard
2012-10-12sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-04-03Unscaled Planar RGB -> RGB support in swscale.Hans-Kristian Arntzen
2012-01-13rgb2rgb: rgb12to15()Paul B Mahol
2012-01-13swscale: fix invalid conversions and memory problems.Ronald S. Bultje
2012-01-12rgb2rgb: rgb12tobgr12()Paul B Mahol
2012-01-10rgb2rgb: allow conversion for <15 bppPaul B Mahol
2011-12-26swscale: prevent invalid writes in packed_16bpc_bswapJanne Grunau
2011-12-19swscale: fix formatting and indentation of unscaled conversion routines.Nathan Adil Maxson
2011-12-17swscale: add endian conversion for RGB555 and RGB444 pixel formatsJanne Grunau
2011-12-17swscale: add rgb565 endianess conversionJanne Grunau
2011-12-16swscale: add unscaled packed 16 bit per component endianess conversionJanne Grunau
2011-11-24swscale: add support for planar RGB input.Ronald S. Bultje
2011-11-19swscale: Fix stack alignment for SSEJohn Stebbins
2011-07-30Do not convert RGB buffer at once when stride does not fit exact samples.Kostya Shishkov
2011-07-15swscale: clip unscaled colorspace conversion path.Ronald S. Bultje
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-09swscale: implement error dithering in planarCopyWrapper.Ronald S. Bultje
2011-06-03swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje