Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-11-18x86: SPLATD: port to cpuflagsDiego Biurrun
2012-11-16libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJORJanne Grunau
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-11-10x86: PALIGNR: port to cpuflagsDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in function namesDiego Biurrun
2012-10-31swscale: do not forget to swap data in formats with different endiannessKostya Shishkov
2012-10-31x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in variable namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-30pixfmt: support more yuva formatsLuca Barbato
2012-10-30swscale: support gray to 9bit and 10bit formatsLuca Barbato
2012-10-23swscale: avoid pointless use of compound literalsMans Rullgard
2012-10-15swscale: try to use mmap only if availableMans Rullgard
2012-10-12avutil: add yuva422p and yuva444p formatsLuca Barbato
2012-10-12sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-10swscale: Do not make ff_ symbols globally visible.Diego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-10-06ppc: swscale: rework yuv2planeX_altivec()Mans Rullgard
2012-09-13swscale: Remove two bogus assertsDiego Biurrun
2012-09-09swscale: Provide the right alignment for external mmx asmMartin Storsjö
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-09-07x86: more specific checks for availability of required assembly capabilitiesDiego Biurrun
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-29yuv2rgb: handle line widths that are not a multiple of 4.Ronald S. Bultje
2012-08-29testprogs: Remove unused includesMartin Storsjö
2012-08-19swscale: x86: fix #endif comments in rgb2rgb template fileGiorgio Vazzana
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-13x86: swscale: fix fragile memory accessesMans Rullgard
2012-08-13x86: swscale: remove disabled codeMans Rullgard
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-30swscale: bury one more piece of inline asm under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-23swscale: add missing HAVE_INLINE_ASM check.Ronald S. Bultje
2012-07-23swscale: Mark all init functions as av_coldDiego Biurrun
2012-07-23swscale: x86: Drop pointless _mmx suffix from filenamesDiego Biurrun
2012-07-23swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-22x86: swscale: Place inline assembly code under appropriate #ifdefsRonald S. Bultje
2012-07-04swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32.Martin Storsjö
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-04Create version.h headers for libraries that lack themDiego Biurrun
2012-06-20bfin: libswscale: add const where appropriate to fix warningsMans Rullgard
2012-06-20bfin: libswscale: remove unnecessary #includesMans Rullgard