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-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
2014-03-13bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun
2014-03-13Remove all SPARC architecture optimizationsDiego Biurrun
2014-01-21rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytesMichael Niedermayer
2014-01-21swscale/x86/rgb2rgb: add support for AVXMichael Niedermayer
2014-01-21swscale: add nv12/nv21->yuv420 converterMichael Niedermayer
2014-01-21swscale: fix stride used in planarToNv12Wrapper()Michael Niedermayer
2014-01-14x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun
2013-12-26avutil: Move library version related macros to version.hDiego Biurrun
2013-12-14doxy: Define a group for libswscale documentationLuca Barbato
2013-11-23swscale: x86: Consistently use lowercase function name suffixesDiego Biurrun
2013-10-05swscale: provide a default scaler if none is setVittorio Giovara
2013-09-10Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun
2013-08-30ppc: don't return a value from a function declared voidSean McGovern
2013-08-29x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun
2013-08-29ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun
2013-08-29cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun