1165 Commits (0f3a0b24dd6f595feaa4526e52ffa7d05c3d7840)

Author SHA1 Message Date
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 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
Martin Storsjö 6e293d111f swscale: Use alpha from the right row in yuva2rgba_c 12 years ago
Martin Storsjö 6c5eac9a60 swscale: Remove unnecessary backslashes 12 years ago
Diego Biurrun 2b677ffca5 swscale: Add av_cold attributes to init functions missing them 12 years ago
Diego Biurrun 7f75f2f2bd ppc: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Diego Biurrun b6649ab503 cosmetics: Remove unnecessary extern keywords from function declarations 12 years ago
Anton Khirnov 542b83fc90 Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*. 12 years ago
Derek Buitenhuis 57c4c25596 swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB 12 years ago
Martin Storsjö d192ac3e03 swscale: Disallow conversion to GBRP16 12 years ago
Michael Niedermayer 813784a8bf sws: disable yuv2rgb warning for planar rgb. 12 years ago
Michael Niedermayer 7b41c24c5f sws: dont enable chrSrcHSubSample for planar RGB 12 years ago
Michael Niedermayer e58013dd8f sws: use planarRgbToRgbWrapper only for 8bit per component 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
Diego Biurrun ef5d41a553 x86inc: Rename "program_name" to "private_prefix" 12 years ago
Xi Wang f73f76fd20 swscale: fix NULL checking in sws_alloc_context() 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Diego Biurrun 87af05c575 x86: SPLATD: port to cpuflags 12 years ago
Janne Grunau 80716953c2 libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR 12 years ago
Diego Biurrun 26301caaa1 x86: mmx2 ---> mmxext in asm constructs 12 years ago
Diego Biurrun 4b60fac419 x86: PALIGNR: port to cpuflags 12 years ago
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 12 years ago
Kostya Shishkov 38fdf72580 swscale: do not forget to swap data in formats with different endianness 12 years ago
Diego Biurrun 588fafe7f3 x86: MMX2 ---> MMXEXT in macro 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
Diego Biurrun 04581c8c77 x86: yasm: Use complete source path for macro helper %includes 12 years ago
Diego Biurrun 6860b4081d x86: include x86inc.asm in x86util.asm 12 years ago
Luca Barbato 7658295ba3 pixfmt: support more yuva formats 12 years ago
Luca Barbato 26b5ad2543 swscale: support gray to 9bit and 10bit formats 12 years ago
Mans Rullgard a805cefd8b swscale: avoid pointless use of compound literals 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
Diego Biurrun 6d0beefbf6 swscale: Do not make ff_ symbols globally visible. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 12 years ago
Mans Rullgard 07eb7e20af ppc: swscale: rework yuv2planeX_altivec() 12 years ago
Diego Biurrun b9141aa346 swscale: Remove two bogus asserts 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 1169f0d0af x86: more specific checks for availability of required assembly capabilities 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 12 years ago
Diego Biurrun a886b279a0 x86: cosmetics: Comment some #endifs for better readability 12 years ago
Ronald S. Bultje b64a72e1b2 yuv2rgb: handle line widths that are not a multiple of 4. 12 years ago