130 Commits (23f741f79327e31be7b2a75ebb2e02111e06e52f)

Author SHA1 Message Date
Luca Barbato 3a177a9cca swscale: Fix an undefined behaviour 11 years ago
Vittorio Giovara 92b099daf4 swscale: support converting YVYU422 pixel format 11 years ago
Janne Grunau 0ca0924c10 swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64 11 years ago
Jean First 1481d24c3a RGBA64 pixel formats 11 years ago
Vittorio Giovara 6b3ff6f91a swscale: provide a default scaler if none is set 11 years ago
Diego Biurrun 79aec43ce8 x86: Add and use more convenience macros to check CPU extension availability 11 years ago
Diego Biurrun 1909f6b1b6 swscale: cosmetics: Drop silly camelCase from swScale function pointer name 11 years ago
Diego Biurrun c2503d9c8a swscale: ppc: Hide arch-specific initialization details 11 years ago
Diego Biurrun f61bece684 ppc: Add and use convenience macro to check for AltiVec availability 11 years ago
Diego Biurrun aa2ba8c99e swscale: Move extern declarations for tables to swscale_internal.h 11 years ago
Janne Grunau 9cfa21c8c2 swscale: support endianness conversion for AV_PIX_FMT_XYZ12 12 years ago
Janne Grunau c1eb3e7fec swscale: add support for endianness only conversion 12 years ago
Diego Biurrun 2b677ffca5 swscale: Add av_cold attributes to init functions missing them 12 years ago
Martin Storsjö d192ac3e03 swscale: Disallow conversion to GBRP16 12 years ago
Michael Niedermayer 7b41c24c5f sws: dont enable chrSrcHSubSample for planar RGB 12 years ago
Michael Niedermayer d6d5ef5534 sws: GBRP9, GBRP10, and GBRP16 output support 12 years ago
Michael Niedermayer 4eb93bed4e swscale: GBRP output support 12 years ago
Xi Wang f73f76fd20 swscale: fix NULL checking in sws_alloc_context() 12 years ago
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 12 years ago
Diego Biurrun a65bdceb06 x86: mmx2 ---> mmxext in variable names 12 years ago
Diego Biurrun 652f518594 x86: mmx2 ---> mmxext in comments and messages 12 years ago
Luca Barbato 7658295ba3 pixfmt: support more yuva formats 12 years ago
Mans Rullgard 95cd815c36 swscale: try to use mmap only if available 12 years ago
Luca Barbato 6d5600e855 avutil: add yuva422p and yuva444p formats 12 years ago
Anton Khirnov 0a7068fa5d sws: do not use av_pix_fmt_descriptors directly. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö 75c37c5ace swscale: Provide the right alignment for external mmx asm 12 years ago
Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 12 years ago
Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 12 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 12 years ago
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 12 years ago
Diego Biurrun 5a6e3c039c swscale: Mark all init functions as av_cold 12 years ago
Ronald S. Bultje a6e922ffa2 swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM. 12 years ago
Diego Biurrun ef0ee7f657 swscale: K&R formatting cosmetics (part II) 13 years ago
Ronald S. Bultje 2254b559cb swscale: make filterPos 32bit. 13 years ago
Ronald S. Bultje 791de61bbb swscale: fix another integer overflow. 13 years ago
Ronald S. Bultje 2bb628f870 swscale: fix another integer overflow at large dimensions/rescales. 13 years ago
Ronald S. Bultje 19a65b5be4 swscale: fix overflows in filterPos[] calculation for large sizes. 13 years ago
Ronald S. Bultje 1254022ea7 swscale: fix filtersize clipping. 13 years ago
Ronald S. Bultje dae2ce361a swscale: enforce a minimum filtersize. 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Alex Converse 08628b6afb Revert "sws/pixfmt/pixdesc: add support for yuva444p" 13 years ago
Paul B Mahol fc115c80b7 sws/pixfmt/pixdesc: add support for yuva444p 13 years ago
Diego Biurrun e44c11e9fa cosmetics: Move static and inline attributes to more standard places. 13 years ago
Paul B Mahol 5cad970971 swscale: RGB4444 and BGR444 input 13 years ago
Ronald S. Bultje 9ea3501d87 swscale: don't show full-chroma-int warning for non-RGB output. 13 years ago
Ronald S. Bultje d49352c7cc swscale: fix overflows in vertical scaling at top/bottom edges. 13 years ago
Reinhard Tartler 5089ce1b5a swscale: #include "libavutil/mathematics.h" 13 years ago
Martin Storsjö f32dfad9dc swscale: Readd #define _SVID_SOURCE 13 years ago
Ronald S. Bultje 185655c601 swscale: add support for planar RGB input. 13 years ago