summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse2012-01-261-1/+0
* sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol2012-01-271-0/+1
* cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-141-1/+1
* swscale: RGB4444 and BGR444 inputPaul B Mahol2012-01-081-4/+4
* swscale: don't show full-chroma-int warning for non-RGB output.Ronald S. Bultje2012-01-031-0/+1
* swscale: fix overflows in vertical scaling at top/bottom edges.Ronald S. Bultje2011-12-181-27/+29
* swscale: #include "libavutil/mathematics.h"Reinhard Tartler2011-12-011-0/+1
* swscale: Readd #define _SVID_SOURCEMartin Storsjö2011-11-251-0/+1
* swscale: add support for planar RGB input.Ronald S. Bultje2011-11-241-0/+7