summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-181-1/+1
* libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJORJanne Grunau2012-11-161-2/+0
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-142-6/+6
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-091-3/+1
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-314-17/+20
* swscale: do not forget to swap data in formats with different endiannessKostya Shishkov2012-10-311-0/+42
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-311-20/+20
* x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-313-45/+56
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-3110-19/+19
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-313-3/+3
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-313-3/+0
* pixfmt: support more yuva formatsLuca Barbato2012-10-301-0/+18
* swscale: support gray to 9bit and 10bit formatsLuca Barbato2012-10-302-4/+66
* swscale: avoid pointless use of compound literalsMans Rullgard2012-10-231-8/+9
* 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-126-76/+136
* swscale: Do not make ff_ symbols globally visible.Diego Biurrun2012-10-101-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-0820-734/+734
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-2/+2
* ppc: swscale: rework yuv2planeX_altivec()Mans Rullgard2012-10-051-89/+63
* swscale: Remove two bogus assertsDiego Biurrun2012-09-131-2/+0
* 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-083-23/+21
* x86: more specific checks for availability of required assembly capabilitiesDiego Biurrun2012-09-071-1/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-8/+8
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-16/+16
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-314-15/+15
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-301-1/+1
* yuv2rgb: handle line widths that are not a multiple of 4.Ronald S. Bultje2012-08-281-16/+48
* testprogs: Remove unused includesMartin Storsjö2012-08-291-1/+0
* swscale: x86: fix #endif comments in rgb2rgb template fileGiorgio Vazzana2012-08-191-2/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-153-0/+4
* x86: swscale: fix fragile memory accessesMans Rullgard2012-08-131-147/+137
* x86: swscale: remove disabled codeMans Rullgard2012-08-131-84/+0
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-094-4/+4
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-0310-55/+58
* swscale: bury one more piece of inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-291-1/+1
* swscale: add missing HAVE_INLINE_ASM check.Ronald S. Bultje2012-07-221-1/+1
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-239-18/+30
* swscale: x86: Drop pointless _mmx suffix from filenamesDiego Biurrun2012-07-233-2/+2
* swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-221-5/+5
* x86: swscale: Place inline assembly code under appropriate #ifdefsRonald S. Bultje2012-07-213-0/+18
* swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32.Martin Storsjö2012-07-041-6/+9
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-041-2/+4
* Create version.h headers for libraries that lack themDiego Biurrun2012-07-043-26/+57
* bfin: libswscale: add const where appropriate to fix warningsMans Rullgard2012-06-202-21/+25
* bfin: libswscale: remove unnecessary #includesMans Rullgard2012-06-202-17/+3
* sws: fix planar RGB input conversions for 9/10/16 bpp.Ronald S. Bultje2012-06-121-41/+97