Age | Commit message (Expand) | Author |
2010-05-04 | alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines | Diego Biurrun |
2010-01-27 | Rename swscale-example to swscale-test, to better reflect the intended | Stefano Sabatini |
2010-01-24 | Split swscale.c into scaler code (swscale.c) and utility code (utils.c). | Ramiro Polla |
2009-04-18 | Rename swscale_avoption.c to options.c. | Stefano Sabatini |
2009-04-12 | Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. | Diego Biurrun |
2009-04-01 | Make examples and test progs depend on libraries | Måns Rullgård |
2009-03-31 | Add missing $(EXESUF) to example/test program dependency declaration. | Diego Biurrun |
2009-03-29 | Generalize example target rule in common.mak so that it sets a -example$(EXESUF) | Diego Biurrun |
2009-03-27 | Move bfin specific code to its subdir. | Ramiro Polla |
2009-03-26 | Rename cs_test.c --> colorspace-test.c. This is more consistent with the names | Diego Biurrun |
2009-03-26 | Move yuv2rgb code to subdirs. | Ramiro Polla |
2009-03-25 | swscale-example is an API example, not a test program. | Diego Biurrun |
2009-03-22 | Rename 'tests' target to 'testprogs'. It is too easily confused with the | Diego Biurrun |
2009-03-22 | Remove unnecessary CLEANFILES declaration. Test programs do not require it. | Diego Biurrun |
2009-02-24 | Rename yuv2rgb2.c --> yuv2rgb.c. | Diego Biurrun |
2009-02-22 | New LGPLed YUV2RGB table generator for SwScaler | Kostya Shishkov |
2008-11-20 | cosmetics: Consistently place HEADERS before OBJS in all Makefiles. | Diego Biurrun |
2008-11-03 | Merge ARCH_BFIN lines. | Diego Biurrun |
2008-11-03 | Add tests target for libswscale test programs. | Diego Biurrun |
2008-11-03 | Remove forgotten ASM_OBJS in libswscale | Måns Rullgård |
2008-10-27 | rgb2rgb.h was not really intended to be a public header, thus remove it. | Michael Niedermayer |
2008-07-09 | Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini | Luca Barbato |
2008-06-08 | OBJS should end in .o, not .c. | Diego Biurrun |
2008-06-08 | VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi. | Jan Knutar |
2008-05-05 | cosmetics: sort lines (correctly) | Diego Biurrun |
2008-05-04 | Cosmetics: reorder and align targets | Luca Barbato |
2008-05-04 | Build sparc arch specific code using the Makefile | Luca Barbato |
2008-05-04 | cosmetics: alphabetical order | Diego Biurrun |
2008-04-07 | non-recursive makefiles | Måns Rullgård |
2008-03-08 | cosmetics: Remove useless empty line. | Diego Biurrun |
2008-03-08 | cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. | Diego Biurrun |
2008-03-07 | simplify library version handling | Måns Rullgård |
2008-03-06 | consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment | Måns Rullgård |
2007-10-18 | Rename LIB to LIBNAME for consistency. | Diego Biurrun |
2007-08-30 | cosmetics: Sort some lines, whitespace changes. | Diego Biurrun |
2007-06-22 | integrating ff_bfin_get_unscaled_swscale into the system | Marc Hoffman |
2007-06-16 | Missing libswscale part of TARGET_ -> HAVE_ change | Reimar Döffinger |
2007-06-16 | Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change. | Reimar Döffinger |
2007-05-13 | Blackfin optimized YUV420 to RGB CSC Color Space Converters. | Marc Hoffman |
2007-04-26 | Don't declare -lm as a dependency of swscale-example. | Diego Biurrun |
2007-02-27 | Remove useless conditional. | Diego Biurrun |
2007-01-28 | Make example and test build and link correctly | Luca Barbato |
2007-01-25 | Simplify conditional compilation handling. | Diego Biurrun |
2006-12-22 | Clarify that yuv2rgb_init.c cannot be used under LGPL | Luca Abeni |
2006-12-20 | Allow to compile swscale's non-SIMD code under the LGPL license. | Luca Abeni |
2006-11-09 | Synch with ffmpeg's r6938 "allow spaces in source and build directory names..." | Luca Abeni |
2006-10-23 | Properly set EXTRALIBS | Luca Abeni |
2006-10-11 | Move CFLAGS handling to common.mak. | Diego Biurrun |
2006-10-07 | Replace -I.. by -I$(BUILD_ROOT). | Diego Biurrun |
2006-10-05 | Simplify test program build. | Diego Biurrun |