summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* build: miscellaneous cosmeticsDiego Biurrun2016-04-07
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* yuv2rgb: Document the color space coefficientsVittorio Giovara2016-01-20
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-11
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-07
* Bump major versions of all librariesVittorio Giovara2015-08-28
* sws: Drop deprecated SWS_CPU_CAPS definesVittorio Giovara2015-08-28
* ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-31
* swscale: Check memory allocationFederico Tomassetti2015-03-21
* libswscale: fix compiler warnings enumerated type mixed with another typeHimangi Saraogi2015-03-15
* swscale: Check memory allocationsFederico Tomassetti2015-02-17
* swscale: fix gbrap to gbrap alpha scalingVittorio Giovara2015-01-16
* swscale: fix warning about incompatible function pointer typeVittorio Giovara2015-01-16
* libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-14
* swscale: check memory allocationsVittorio Giovara2015-01-05
* swscale: Properly scale YUVDerek Buitenhuis2014-12-05
* swscale: fix sign extensions in yuv planar conversionVittorio Giovara2014-10-18
* Bump major versions of all libraries.Anton Khirnov2014-08-09
* Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-09
* swscale: Undeprecate sws_getContext()Diego Biurrun2014-08-07
* swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-04
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04
* swscale: correctly pad destination buffer in rgb conversionKostya Shishkov2014-08-04
* Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-02
* build: handle library dependencies in configureJanne Grunau2014-05-13
* swscale: Fix an undefined behaviourLuca Barbato2014-05-03
* swscale: Set alpha to opaque for internal palettes.Justin Ruggles2014-04-12
* swscale: fix some undefined signed left shiftsJustin Ruggles2014-04-12
* swscale: fix an implementation-defined unsigned-to-signed conversionJustin Ruggles2014-04-12
* swscale: support converting YVYU422 pixel formatVittorio Giovara2014-04-07
* swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau2014-04-02
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
* RGBA64 pixel formatsJean First2014-03-16
* bfin: Refactor duplicated assembly-related macrosDiego Biurrun2014-03-13
* bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun2014-03-13
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-13
* rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytesMichael Niedermayer2014-01-21
* swscale/x86/rgb2rgb: add support for AVXMichael Niedermayer2014-01-21
* swscale: add nv12/nv21->yuv420 converterMichael Niedermayer2014-01-21
* swscale: fix stride used in planarToNv12Wrapper()Michael Niedermayer2014-01-21
* x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-14
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-26
* doxy: Define a group for libswscale documentationLuca Barbato2013-12-13
* swscale: x86: Consistently use lowercase function name suffixesDiego Biurrun2013-11-22
* swscale: provide a default scaler if none is setVittorio Giovara2013-10-05
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-10
* ppc: don't return a value from a function declared voidSean McGovern2013-08-30