summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun2016-05-281-11/+11
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-111-5/+5
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-2/+2
* swscale: Check memory allocationFederico Tomassetti2015-03-211-8/+14
* swscale: Check memory allocationsFederico Tomassetti2015-02-171-0/+9
* libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-141-0/+3
* swscale: Undeprecate sws_getContext()Diego Biurrun2014-08-071-2/+0
* swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-041-0/+2
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-1/+1
* swscale: Fix an undefined behaviourLuca Barbato2014-05-031-1/+1
* swscale: support converting YVYU422 pixel formatVittorio Giovara2014-04-071-0/+1
* swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau2014-04-021-4/+4
* RGBA64 pixel formatsJean First2014-03-161-0/+4
* swscale: provide a default scaler if none is setVittorio Giovara2013-10-051-1/+11
* x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-291-6/+4
* swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-291-2/+2
* swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-291-3/+3
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-281-7/+6
* swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-151-2/+0
* swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau2013-05-061-0/+2
* swscale: add support for endianness only conversionJanne Grunau2013-05-061-1/+12
* swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-8/+9
* swscale: Disallow conversion to GBRP16Martin Storsjö2013-02-111-2/+2
* sws: dont enable chrSrcHSubSample for planar RGBMichael Niedermayer2013-02-091-0/+3
* sws: GBRP9, GBRP10, and GBRP16 output supportMichael Niedermayer2013-02-091-8/+8
* swscale: GBRP output supportMichael Niedermayer2013-01-271-1/+12
* swscale: fix NULL checking in sws_alloc_context()Xi Wang2013-01-041-2/+4
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-311-10/+11
* x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-311-34/+46
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-311-3/+3
* pixfmt: support more yuva formatsLuca Barbato2012-10-301-0/+18
* swscale: try to use mmap only if availableMans Rullgard2012-10-151-3/+5
* avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-121-0/+2
* sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-10/+16
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-111/+111
* swscale: Provide the right alignment for external mmx asmMartin Storsjö2012-09-091-2/+4
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-11/+9
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-311-6/+6
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-091-1/+1
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-6/+6
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-231-1/+3
* swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-221-5/+5
* swscale: K&R formatting cosmetics (part II)Diego Biurrun2012-04-131-655/+818
* swscale: make filterPos 32bit.Ronald S. Bultje2012-03-061-2/+2
* swscale: fix another integer overflow.Ronald S. Bultje2012-02-291-1/+1
* swscale: fix another integer overflow at large dimensions/rescales.Ronald S. Bultje2012-02-241-1/+1
* swscale: fix overflows in filterPos[] calculation for large sizes.Ronald S. Bultje2012-02-231-7/+7
* swscale: fix filtersize clipping.Ronald S. Bultje2012-02-221-1/+2
* swscale: enforce a minimum filtersize.Ronald S. Bultje2012-02-111-1/+1
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0