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
*
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