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-07-07lavu: 256 color supportPaul B Mahol
2012-07-06Fix destination row striding in altivec_yuv2_bgr24.Pavel Koshevoy
2012-07-05sws/x86: add av_assert() to ensure 16bit code is used with 16bit dataMichael Niedermayer
2012-07-05sws/x86: add some forgotten 12bit planar yuv casesMichael Niedermayer
2012-07-05sws: support 12&14 bit planar colorspacesMichael Niedermayer
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-22swscale: use designated initializers for AVClassPaul B Mahol
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20bfin: libswscale: add const where appropriate to fix warningsMans Rullgard
2012-06-20bfin: libswscale: remove unnecessary #includesMans Rullgard
2012-06-16sws/swscale_unscaled: use av_assertMichael Niedermayer
2012-06-16sws/utils: use av_assertMichael Niedermayer
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-12sws: fix planar RGB input conversions for 9/10/16 bpp.Ronald S. Bultje
2012-06-09colorspace-test: add few more testsPaul B Mahol
2012-06-09swscale: unscaled rgb48 <-> bgr48Paul B Mahol
2012-06-07yuv2rgb: remove assert() the codepath is not invalidMichael Niedermayer
2012-06-05swscale: RGBA64LE <-> RGBA64BE supportPaul B Mahol
2012-06-05MANGLEd swscale x86 asm to save registersMichael Bradshaw
2012-05-08Add yuva422p pix_fmt.Carl Eugen Hoyos
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
2012-04-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-22swscale: K&R formatting cosmetics (part III)Diego Biurrun
2012-04-16sws: remove cliping in yuv2rgb code.Michael Niedermayer
2012-04-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-15swscale: clip before assigning tables in RGB output functions.Ronald S. Bultje
2012-04-15swscale: fix off-by-one in second coefficient in bilinear filters.Ronald S. Bultje
2012-04-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-14swscale: handle last pixel if lines have an odd width.Ronald S. Bultje
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-13swscale: K&R formatting cosmetics (part II)Diego Biurrun
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-12build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun
2012-04-12build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun
2012-04-11x86inc improvements for 64-bitHenrik Gramner
2012-04-09ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-04swscale: handle complete dimensions for monoblack/white.Ronald S. Bultje
2012-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-03Unscaled Planar RGB -> RGB support in swscale.Hans-Kristian Arntzen
2012-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-26build: Only clean the architecture subdirectory we build for.Diego Biurrun
2012-03-26build: prettyprinting cosmeticsDiego Biurrun
2012-03-21swscale: Merge a hunk from qatar that seems to have been forgotten or lost.Michael Niedermayer
2012-03-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-15swscale: convert hscale() to use named arguments.Ronald S. Bultje