| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Build sparc arch specific code using the Makefile | Luca Barbato | 2008-05-04 | 1 | -0/+3 |
* | cosmetics: alphabetical order | Diego Biurrun | 2008-05-04 | 1 | -3/+1 |
* | non-recursive makefiles | Måns Rullgård | 2008-04-07 | 1 | -7/+6 |
* | cosmetics: Remove useless empty line. | Diego Biurrun | 2008-03-08 | 1 | -1/+0 |
* | cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. | Diego Biurrun | 2008-03-08 | 1 | -2/+1 |
* | simplify library version handling | Måns Rullgård | 2008-03-07 | 1 | -2/+0 |
* | consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment | Måns Rullgård | 2008-03-06 | 1 | -1/+1 |
* | Rename LIB to LIBNAME for consistency. | Diego Biurrun | 2007-10-18 | 1 | -2/+2 |
* | cosmetics: Sort some lines, whitespace changes. | Diego Biurrun | 2007-08-30 | 1 | -4/+4 |
* | integrating ff_bfin_get_unscaled_swscale into the system | Marc Hoffman | 2007-06-22 | 1 | -1/+3 |
* | Missing libswscale part of TARGET_ -> HAVE_ change | Reimar Döffinger | 2007-06-16 | 1 | -1/+1 |
* | Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change. | Reimar Döffinger | 2007-06-16 | 1 | -2/+2 |
* | Blackfin optimized YUV420 to RGB CSC Color Space Converters. | Marc Hoffman | 2007-05-13 | 1 | -0/+3 |
* | Don't declare -lm as a dependency of swscale-example. | Diego Biurrun | 2007-04-26 | 1 | -1/+2 |
* | Remove useless conditional. | Diego Biurrun | 2007-02-27 | 1 | -2/+0 |
* | Make example and test build and link correctly | Luca Barbato | 2007-01-28 | 1 | -2/+2 |
* | Simplify conditional compilation handling. | Diego Biurrun | 2007-01-25 | 1 | -6/+3 |
* | Clarify that yuv2rgb_init.c cannot be used under LGPL | Luca Abeni | 2006-12-22 | 1 | -2/+0 |
* | Allow to compile swscale's non-SIMD code under the LGPL license. | Luca Abeni | 2006-12-20 | 1 | -1/+6 |
* | Synch with ffmpeg's r6938 "allow spaces in source and build directory names..." | Luca Abeni | 2006-11-09 | 1 | -1/+1 |
* | Properly set EXTRALIBS | Luca Abeni | 2006-10-23 | 1 | -0/+2 |
* | Move CFLAGS handling to common.mak. | Diego Biurrun | 2006-10-11 | 1 | -4/+0 |
* | Replace -I.. by -I$(BUILD_ROOT). | Diego Biurrun | 2006-10-07 | 1 | -2/+1 |
* | Simplify test program build. | Diego Biurrun | 2006-10-05 | 1 | -3/+1 |
* | Test programs depend on $(LIB). | Diego Biurrun | 2006-10-05 | 1 | -2/+2 |
* | FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS. | Diego Biurrun | 2006-10-04 | 1 | -1/+1 |
* | Remove cs_test and swscale-example on clean. | Diego Biurrun | 2006-10-04 | 1 | -0/+3 |
* | Remove redundant EXTRALIBS declaration. | Diego Biurrun | 2006-10-04 | 1 | -1/+0 |
* | Simplify compilation call by using $(EXTRALIBS). | Diego Biurrun | 2006-10-04 | 1 | -2/+2 |
* | Allow to compile swscale tests | Luca Abeni | 2006-08-21 | 1 | -0/+6 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | Diego Biurrun | 2006-08-17 | 1 | -1/+1 |
* | Fix compilation as a win32 shared library (libavutil must be explicitly linked) | Luca Abeni | 2006-08-16 | 1 | -0/+1 |
* | make libswscale build system similar to the libav* one | Luca Abeni | 2006-07-10 | 1 | -43/+13 |
* | Move postproc ---> libswscale | Luca Abeni | 2006-06-30 | 1 | -0/+52 |