index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libswscale
/
Makefile
Commit message (
Expand
)
Author
Age
*
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
diego
2008-11-20
*
Merge ARCH_BFIN lines.
diego
2008-11-03
*
Add tests target for libswscale test programs.
diego
2008-11-03
*
Remove forgotten ASM_OBJS in libswscale
mru
2008-11-03
*
rgb2rgb.h was not really intended to be a public header, thus remove it.
michael
2008-10-27
*
Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
lu_zero
2008-07-09
*
OBJS should end in .o, not .c.
diego
2008-06-08
*
VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.
diego
2008-06-08
*
cosmetics: sort lines (correctly)
diego
2008-05-05
*
cosmetics: Shuffle lines around and add empty lines.
lu_zero
2008-05-04
*
Build sparc arch specific code using the Makefile
lu_zero
2008-05-04
*
cosmetics: alphabetical order
diego
2008-05-04
*
non-recursive makefiles
mru
2008-04-07
*
cosmetics: Remove useless empty line.
diego
2008-03-08
*
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
diego
2008-03-08
*
simplify library version handling
mru
2008-03-07
*
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
mru
2008-03-06
*
Rename LIB to LIBNAME for consistency.
diego
2007-10-18
*
cosmetics: Sort some lines, whitespace changes.
diego
2007-08-30
*
integrating ff_bfin_get_unscaled_swscale into the system
mhoffman
2007-06-22
*
Missing libswscale part of TARGET_ -> HAVE_ change
reimar
2007-06-16
*
Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.
reimar
2007-06-16
*
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
gpoirier
2007-05-13
*
Don't declare -lm as a dependency of swscale-example.
diego
2007-04-26
*
Remove useless conditional.
diego
2007-02-27
*
Make example and test build and link correctly
lu_zero
2007-01-28
*
Simplify conditional compilation handling.
diego
2007-01-25
*
Clarify that yuv2rgb_init.c cannot be used under LGPL
lucabe
2006-12-22
*
Allow to compile swscale's non-SIMD code under the LGPL license.
lucabe
2006-12-20
*
Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."
lucabe
2006-11-09
*
Properly set EXTRALIBS
lucabe
2006-10-23
*
Move CFLAGS handling to common.mak.
diego
2006-10-11
*
Replace -I.. by -I$(BUILD_ROOT).
diego
2006-10-07
*
Simplify test program build.
diego
2006-10-05
*
Test programs depend on $(LIB).
diego
2006-10-05
*
FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
diego
2006-10-04
*
Remove cs_test and swscale-example on clean.
diego
2006-10-04
*
Remove redundant EXTRALIBS declaration.
diego
2006-10-04
*
Simplify compilation call by using $(EXTRALIBS).
diego
2006-10-04
*
Allow to compile swscale tests
lucabe
2006-08-21
*
Move all internal -I parameters to the front of CFLAGS to avoid using external
diego
2006-08-17
*
Fix compilation as a win32 shared library (libavutil must be explicitly linked)
lucabe
2006-08-16
*
make libswscale build system similar to the libav* one
lucabe
2006-07-10
*
Move postproc ---> libswscale
lucabe
2006-06-30