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
*
Rename swscale_avoption.c to options.c.
stefano
2009-04-18
*
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
diego
2009-04-12
*
Make examples and test progs depend on libraries
mru
2009-04-01
*
Add missing $(EXESUF) to example/test program dependency declaration.
diego
2009-03-31
*
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
diego
2009-03-29
*
Move bfin specific code to its subdir.
ramiro
2009-03-27
*
Rename cs_test.c --> colorspace-test.c. This is more consistent with the names
diego
2009-03-26
*
Move yuv2rgb code to subdirs.
ramiro
2009-03-26
*
swscale-example is an API example, not a test program.
diego
2009-03-25
*
Rename 'tests' target to 'testprogs'. It is too easily confused with the
diego
2009-03-22
*
Remove unnecessary CLEANFILES declaration. Test programs do not require it.
diego
2009-03-22
*
Rename yuv2rgb2.c --> yuv2rgb.c.
diego
2009-02-24
*
New LGPLed YUV2RGB table generator for SwScaler
kostya
2009-02-22
*
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
[next]