summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* yuv2rgb: Document the color space coefficientsVittorio Giovara2016-01-201-0/+11
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-115-19/+19
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-075-16/+15
* Bump major versions of all librariesVittorio Giovara2015-08-281-1/+1
* sws: Drop deprecated SWS_CPU_CAPS definesVittorio Giovara2015-08-282-23/+0
* ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-311-1/+1
* swscale: Check memory allocationFederico Tomassetti2015-03-211-8/+14
* libswscale: fix compiler warnings enumerated type mixed with another typeHimangi Saraogi2015-03-151-1/+1
* swscale: Check memory allocationsFederico Tomassetti2015-02-171-0/+9
* swscale: fix gbrap to gbrap alpha scalingVittorio Giovara2015-01-161-3/+2
* swscale: fix warning about incompatible function pointer typeVittorio Giovara2015-01-161-1/+1
* libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-146-2/+54
* swscale: check memory allocationsVittorio Giovara2015-01-051-7/+11
* swscale: Properly scale YUVDerek Buitenhuis2014-12-051-12/+35
* swscale: fix sign extensions in yuv planar conversionVittorio Giovara2014-10-181-4/+4
* Bump major versions of all libraries.Anton Khirnov2014-08-091-3/+3
* Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-091-2/+2
* swscale: Undeprecate sws_getContext()Diego Biurrun2014-08-073-9/+1
* swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-045-2/+49
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-046-10/+10
* swscale: correctly pad destination buffer in rgb conversionKostya Shishkov2014-08-041-1/+1
* Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-029-903/+5
* build: handle library dependencies in configureJanne Grunau2014-05-131-1/+0
* swscale: Fix an undefined behaviourLuca Barbato2014-05-031-1/+1
* swscale: Set alpha to opaque for internal palettes.Justin Ruggles2014-04-121-5/+5
* swscale: fix some undefined signed left shiftsJustin Ruggles2014-04-121-2/+2
* swscale: fix an implementation-defined unsigned-to-signed conversionJustin Ruggles2014-04-121-2/+2
* swscale: support converting YVYU422 pixel formatVittorio Giovara2014-04-073-1/+28
* swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau2014-04-022-4/+6
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-263-0/+12
* RGBA64 pixel formatsJean First2014-03-162-0/+8
* bfin: Refactor duplicated assembly-related macrosDiego Biurrun2014-03-131-16/+2
* bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun2014-03-132-17/+9
* Remove all SPARC architecture optimizationsDiego Biurrun2014-03-134-220/+0
* rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytesMichael Niedermayer2014-01-211-0/+27
* swscale/x86/rgb2rgb: add support for AVXMichael Niedermayer2014-01-212-4/+15
* swscale: add nv12/nv21->yuv420 converterMichael Niedermayer2014-01-214-0/+52
* swscale: fix stride used in planarToNv12Wrapper()Michael Niedermayer2014-01-211-2/+2
* x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-142-4/+5
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-261-1/+1
* doxy: Define a group for libswscale documentationLuca Barbato2013-12-131-0/+8
* swscale: x86: Consistently use lowercase function name suffixesDiego Biurrun2013-11-223-24/+30
* swscale: provide a default scaler if none is setVittorio Giovara2013-10-051-1/+11
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-101-1/+1
* ppc: don't return a value from a function declared voidSean McGovern2013-08-301-1/+1
* x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-291-6/+4
* ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-291-2/+5
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-291-6/+6
* swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-296-35/+35
OpenPOWER on IntegriCloud