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
2016-09-27pixfmt: Add yuv444p12 pixel formatLuca Barbato
2016-09-27pixfmt: Add yuv422p12 pixel formatLuca Barbato
2016-09-27pixfmt: Add yuv420p12 pixel formatLuca Barbato
2016-09-27swscale: Rename is9_OR_10 to match what it doesLuca Barbato
2016-09-27swscale: Update bitdepth range checkLuca Barbato
2016-09-27swscale: Consistently order input YUV pixel formatsVittorio Giovara
2016-08-17swscale: Kill non-compiling disabled cruftDiego Biurrun
2016-07-16swscale: Add proper ff_ prefix to init functionsDiego Biurrun
2016-07-16swscale: Rename sws_context_class to ff_sws_context_classAndreas Cadhalpun
2016-07-02swscale: add P010 input supportHendrik Leppkes
2016-05-29build: Change structure of the linker version script templatesDiego Biurrun
2016-05-28asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun
2016-05-28Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun
2016-05-13tests: Move all test programs to a subdirectoryDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-01-20yuv2rgb: Document the color space coefficientsVittorio Giovara
2016-01-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-08-28Bump major versions of all librariesVittorio Giovara
2015-08-28sws: Drop deprecated SWS_CPU_CAPS definesVittorio Giovara
2015-05-31ppc: Restrict some Altivec implementations to Big EndianLuca Barbato
2015-03-22swscale: Check memory allocationFederico Tomassetti
2015-03-15libswscale: fix compiler warnings enumerated type mixed with another typeHimangi Saraogi
2015-02-17swscale: Check memory allocationsFederico Tomassetti
2015-01-16swscale: fix gbrap to gbrap alpha scalingVittorio Giovara
2015-01-16swscale: fix warning about incompatible function pointer typeVittorio Giovara
2015-01-14libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
2015-01-05swscale: check memory allocationsVittorio Giovara
2014-12-05swscale: Properly scale YUVDerek Buitenhuis
2014-10-18swscale: fix sign extensions in yuv planar conversionVittorio Giovara
2014-08-09Bump major versions of all libraries.Anton Khirnov
2014-08-09Postpone API-incompatible changes until the next bump.Anton Khirnov
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-08-04swscale: correctly pad destination buffer in rgb conversionKostya Shishkov
2014-06-02Remove all Blackfin architecture optimizationsDiego Biurrun
2014-05-13build: handle library dependencies in configureJanne Grunau
2014-05-03swscale: Fix an undefined behaviourLuca Barbato
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-08swscale: support converting YVYU422 pixel formatVittorio Giovara
2014-04-02swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau
2014-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2014-03-17RGBA64 pixel formatsJean First
2014-03-13bfin: Refactor duplicated assembly-related macrosDiego Biurrun