summaryrefslogtreecommitdiffstats
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* swscale: add padding to conversion buffer.Sean McGovern2011-11-111-1/+1
* swscale: align vertical filtersize by 2 on x86.Ronald S. Bultje2011-11-051-1/+1
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-211-0/+2
* swscale: prevent overflow in coefficient calculation.Ronald S. Bultje2011-10-211-11/+12
* swscale: prevent overflow during initializationRonald Bultje2011-10-181-2/+4
* sws: support yuv444p9/10 output.Anton Khirnov2011-10-121-4/+4
* swscale: fix byte overreads in SSE-optimized hscale().Ronald S. Bultje2011-09-151-6/+10
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-121-7/+13
* lsws: remove optimization debug logs in sws_init_context()Stefano Sabatini2011-08-051-66/+0
* lsws: use array for storing the supported in/out informationStefano Sabatini2011-08-051-122/+79
* Revert "swscale: use 15-bit intermediates for 9/10-bit scaling."Ronald S. Bultje2011-08-021-8/+4
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-021-4/+8
* swscale: mark YUV422P10(LE,BE) as supported for outputJoseph Artsimovich2011-07-211-0/+2
OpenPOWER on IntegriCloud