summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAge
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-31
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-31
* pixfmt: support more yuva formatsLuca Barbato2012-10-30
* swscale: try to use mmap only if availableMans Rullgard2012-10-15
* avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-12
* sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* swscale: Provide the right alignment for external mmx asmMartin Storsjö2012-09-09
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-23
* swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-22
* swscale: K&R formatting cosmetics (part II)Diego Biurrun2012-04-13
* swscale: make filterPos 32bit.Ronald S. Bultje2012-03-06
* swscale: fix another integer overflow.Ronald S. Bultje2012-02-29
* swscale: fix another integer overflow at large dimensions/rescales.Ronald S. Bultje2012-02-24
* swscale: fix overflows in filterPos[] calculation for large sizes.Ronald S. Bultje2012-02-23
* swscale: fix filtersize clipping.Ronald S. Bultje2012-02-22
* swscale: enforce a minimum filtersize.Ronald S. Bultje2012-02-11
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse2012-01-26
* sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol2012-01-27
* cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-14
* swscale: RGB4444 and BGR444 inputPaul B Mahol2012-01-08
* swscale: don't show full-chroma-int warning for non-RGB output.Ronald S. Bultje2012-01-03
* swscale: fix overflows in vertical scaling at top/bottom edges.Ronald S. Bultje2011-12-18
* swscale: #include "libavutil/mathematics.h"Reinhard Tartler2011-12-01
* swscale: Readd #define _SVID_SOURCEMartin Storsjö2011-11-25
* swscale: add support for planar RGB input.Ronald S. Bultje2011-11-24
* swscale: add padding to conversion buffer.Sean McGovern2011-11-11
* swscale: align vertical filtersize by 2 on x86.Ronald S. Bultje2011-11-05
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-21
* swscale: prevent overflow in coefficient calculation.Ronald S. Bultje2011-10-21
* swscale: prevent overflow during initializationRonald Bultje2011-10-18
* sws: support yuv444p9/10 output.Anton Khirnov2011-10-12
* swscale: fix byte overreads in SSE-optimized hscale().Ronald S. Bultje2011-09-15
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-12
* lsws: remove optimization debug logs in sws_init_context()Stefano Sabatini2011-08-05
* lsws: use array for storing the supported in/out informationStefano Sabatini2011-08-05
* Revert "swscale: use 15-bit intermediates for 9/10-bit scaling."Ronald S. Bultje2011-08-02
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-02
* swscale: mark YUV422P10(LE,BE) as supported for outputJoseph Artsimovich2011-07-21
* swscale: extend mmx padding.Ronald S. Bultje2011-07-14
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
* swscale: rename uv_off/uv_off2 to uv_off_px/byte.Ronald S. Bultje2011-07-08
* swscale: fix 16-bit scaling when output is 8-bits.Ronald S. Bultje2011-07-08
* swscale: disable full_chroma_int when converting to non-24/32bpp RGB.Ronald S. Bultje2011-07-02