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-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
2013-08-29swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun
2013-08-29swscale: Add some missing av_cold to arch-specific init functionsDiego Biurrun
2013-08-29swscale: consistent names for arch-specific acceleration functionsDiego Biurrun
2013-08-29swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun
2013-08-29swscale: x86: 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-08-15swscale: Mark a bunch of tables only used within one file staticDiego Biurrun
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-06-02swscale: ppc: Remove commented-out define cruftDiego 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-05-06swscale: add support for endianness only conversionJanne Grunau
2013-05-06swscale: Use alpha from the right row in yuva2rgba_cMartin Storsjö
2013-05-06swscale: Remove unnecessary backslashesMartin Storsjö
2013-05-05swscale: Add av_cold attributes to init functions missing themDiego Biurrun