summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale: Kill non-compiling disabled cruftDiego Biurrun2016-08-172-13/+0
* swscale: Add proper ff_ prefix to init functionsDiego Biurrun2016-07-165-7/+7
* swscale: Rename sws_context_class to ff_sws_context_classAndreas Cadhalpun2016-07-163-4/+4
* swscale: add P010 input supportHendrik Leppkes2016-07-023-1/+55
* build: Change structure of the linker version script templatesDiego Biurrun2016-05-291-3/+6
* asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun2016-05-283-447/+447
* Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-282-2/+0
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-133-3/+7
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-046-72/+72
* Drop pointless assert.h #includesDiego Biurrun2016-05-033-3/+0
* build: miscellaneous cosmeticsDiego Biurrun2016-04-071-8/+8
* 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
OpenPOWER on IntegriCloud