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