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
2014-08-07swscale: Undeprecate sws_getContext()Diego Biurrun
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-05-03swscale: Fix an undefined behaviourLuca Barbato
2014-04-08swscale: support converting YVYU422 pixel formatVittorio Giovara
2014-04-02swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau
2014-03-17RGBA64 pixel formatsJean First
2013-10-05swscale: provide a default scaler if none is setVittorio Giovara
2013-08-29x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun
2013-08-29swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun
2013-08-29swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun
2013-08-29ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun
2013-08-15swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun
2013-05-06swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau
2013-05-06swscale: add support for endianness only conversionJanne Grunau
2013-05-05swscale: Add av_cold attributes to init functions missing themDiego Biurrun
2013-02-11swscale: Disallow conversion to GBRP16Martin Storsjö
2013-02-09sws: dont enable chrSrcHSubSample for planar RGBMichael Niedermayer
2013-02-09sws: GBRP9, GBRP10, and GBRP16 output supportMichael Niedermayer
2013-01-28swscale: GBRP output supportMichael Niedermayer
2013-01-05swscale: fix NULL checking in sws_alloc_context()Xi Wang
2012-10-31x86: mmx2 ---> mmxext in function namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in variable namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun
2012-10-30pixfmt: support more yuva formatsLuca Barbato
2012-10-15swscale: try to use mmap only if availableMans Rullgard
2012-10-12avutil: add yuva422p and yuva444p formatsLuca Barbato
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-09-09swscale: Provide the right alignment for external mmx asmMartin Storsjö
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-23swscale: Mark all init functions as av_coldDiego Biurrun
2012-07-23swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.Ronald S. Bultje
2012-04-13swscale: K&R formatting cosmetics (part II)Diego Biurrun
2012-03-06swscale: make filterPos 32bit.Ronald S. Bultje
2012-02-29swscale: fix another integer overflow.Ronald S. Bultje
2012-02-25swscale: fix another integer overflow at large dimensions/rescales.Ronald S. Bultje
2012-02-23swscale: fix overflows in filterPos[] calculation for large sizes.Ronald S. Bultje
2012-02-23swscale: fix filtersize clipping.Ronald S. Bultje
2012-02-11swscale: enforce a minimum filtersize.Ronald S. Bultje
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-27Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse
2012-01-27sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol
2012-01-14cosmetics: Move static and inline attributes to more standard places.Diego Biurrun
2012-01-09swscale: RGB4444 and BGR444 inputPaul B Mahol
2012-01-04swscale: don't show full-chroma-int warning for non-RGB output.Ronald S. Bultje
2011-12-18swscale: fix overflows in vertical scaling at top/bottom edges.Ronald S. Bultje