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-04Create version.h headers for libraries that lack themDiego Biurrun
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
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-03-26build: Only clean the architecture subdirectory we build for.Diego Biurrun
2012-03-26build: prettyprinting cosmeticsDiego Biurrun
2012-02-08Remove Sun medialib glue code.Diego Biurrun
2012-02-07swscale: split C output functions into separate file.Ronald S. Bultje
2012-02-07swscale: Split C input functions into separate file.Ronald S. Bultje
2012-02-03win64: add a XMM clobber test configure option.Ronald S. Bultje
2012-01-09swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.Ronald S. Bultje
2012-01-04swscale: split scale.asm.Ronald S. Bultje
2012-01-04swscale: add MMX files to MMX-OBJS instead of OBJS.Ronald S. Bultje
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-09-13sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun
2011-06-03swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje
2011-06-03swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje
2011-06-03swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje
2011-06-03swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje
2011-04-15swscale: move away x86 specific code from rgb2rgbLuca Barbato
2011-02-15Merge libavcore into libavutilReinhard Tartler
2010-08-08swscale-test: get strides using av_fill_image_linesizes() from libavcoreRamiro Polla
2010-05-04alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun
2010-01-27Rename swscale-example to swscale-test, to better reflect the intendedStefano Sabatini
2010-01-24Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla
2009-04-18Rename swscale_avoption.c to options.c.Stefano Sabatini
2009-04-13Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun
2009-04-01Make examples and test progs depend on librariesMåns Rullgård
2009-03-31Add missing $(EXESUF) to example/test program dependency declaration.Diego Biurrun
2009-03-29Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun
2009-03-28Move bfin specific code to its subdir.Ramiro Polla
2009-03-26Rename cs_test.c --> colorspace-test.c. This is more consistent with the namesDiego Biurrun
2009-03-26Move yuv2rgb code to subdirs.Ramiro Polla
2009-03-25swscale-example is an API example, not a test program.Diego Biurrun
2009-03-23Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun
2009-03-23Remove unnecessary CLEANFILES declaration. Test programs do not require it.Diego Biurrun
2009-02-25Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun
2009-02-22New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov
2008-11-21cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun
2008-11-04Merge ARCH_BFIN lines.Diego Biurrun
2008-11-04Add tests target for libswscale test programs.Diego Biurrun
2008-11-04Remove forgotten ASM_OBJS in libswscaleMåns Rullgård
2008-10-27rgb2rgb.h was not really intended to be a public header, thus remove it.Michael Niedermayer
2008-07-10Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato
2008-06-08OBJS should end in .o, not .c.Diego Biurrun
2008-06-08VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar
2008-05-05cosmetics: sort lines (correctly)Diego Biurrun
2008-05-05Cosmetics: reorder and align targetsLuca Barbato