Mans Rullgard
|
57b4a3dd2b
build: include sub-makefiles using full path instead of symlinks
|
13 лет назад |
Reimar Döffinger
|
1109680434
Revert "build: Remove redundant config.mak includes from subdirectory Makefiles."
|
13 лет назад |
Diego Biurrun
|
a6213f3dce
build: Remove redundant config.mak includes from subdirectory Makefiles.
|
13 лет назад |
Ronald S. Bultje
|
6af2801088
swscale: split swscale.c in unscaled and generic conversion routines.
|
13 лет назад |
Ronald S. Bultje
|
983260b0a4
swscale: split out x86/swscale_template.c from swscale.c.
|
13 лет назад |
Ronald S. Bultje
|
67d80a5421
swscale: split out ppc _template.c files from main swscale.c.
|
13 лет назад |
Ronald S. Bultje
|
0e5d31b16b
swscale: split out unscaled altivec YUV converters in their own file.
|
13 лет назад |
Luca Barbato
|
c003832883
swscale: move away x86 specific code from rgb2rgb
|
13 лет назад |
Reinhard Tartler
|
737eb5976f
Merge libavcore into libavutil
|
13 лет назад |
Ramiro Polla
|
06c93cb705
swscale-test: get strides using av_fill_image_linesizes() from libavcore
|
14 лет назад |
Diego Biurrun
|
f4ea7c8911
alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines
|
14 лет назад |
Stefano Sabatini
|
b51de6d8c7
Rename swscale-example to swscale-test, to better reflect the intended
|
15 лет назад |
Ramiro Polla
|
a4388ebd37
Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
|
15 лет назад |
Stefano Sabatini
|
a208350c3c
Rename swscale_avoption.c to options.c.
|
15 лет назад |
Diego Biurrun
|
cc3a248603
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
|
15 лет назад |
Måns Rullgård
|
99cc563f26
Make examples and test progs depend on libraries
|
15 лет назад |
Diego Biurrun
|
e7f98e4e94
Add missing $(EXESUF) to example/test program dependency declaration.
|
15 лет назад |
Diego Biurrun
|
4b086e7f21
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
|
15 лет назад |
Ramiro Polla
|
d5e9bc0636
Move bfin specific code to its subdir.
|
15 лет назад |
Diego Biurrun
|
66e6aec589
Rename cs_test.c --> colorspace-test.c. This is more consistent with the names
|
15 лет назад |
Ramiro Polla
|
befa8e665c
Move yuv2rgb code to subdirs.
|
15 лет назад |
Diego Biurrun
|
e43f34bd44
swscale-example is an API example, not a test program.
|
15 лет назад |
Diego Biurrun
|
9e12268c57
Rename 'tests' target to 'testprogs'. It is too easily confused with the
|
15 лет назад |
Diego Biurrun
|
f1c5438fbb
Remove unnecessary CLEANFILES declaration. Test programs do not require it.
|
15 лет назад |
Diego Biurrun
|
1e5304c69e
Rename yuv2rgb2.c --> yuv2rgb.c.
|
15 лет назад |
Kostya Shishkov
|
e76709d8a6
New LGPLed YUV2RGB table generator for SwScaler
|
15 лет назад |
Diego Biurrun
|
4d382e2076
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
|
16 лет назад |
Diego Biurrun
|
6408c25b95
Merge ARCH_BFIN lines.
|
16 лет назад |
Diego Biurrun
|
efa430faed
Add tests target for libswscale test programs.
|
16 лет назад |
Måns Rullgård
|
1a220bcde3
Remove forgotten ASM_OBJS in libswscale
|
16 лет назад |
Michael Niedermayer
|
bddddb5a0b
rgb2rgb.h was not really intended to be a public header, thus remove it.
|
16 лет назад |
Luca Barbato
|
e40b183d3a
Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
|
16 лет назад |
Diego Biurrun
|
b146e17df5
OBJS should end in .o, not .c.
|
16 лет назад |
Jan Knutar
|
862ae1d6a2
VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.
|
16 лет назад |
Diego Biurrun
|
8ab52e71e1
cosmetics: sort lines (correctly)
|
16 лет назад |
Luca Barbato
|
e3e0d99332
Cosmetics: reorder and align targets
|
16 лет назад |
Luca Barbato
|
5478959b8f
Build sparc arch specific code using the Makefile
|
16 лет назад |
Diego Biurrun
|
4405c986f9
cosmetics: alphabetical order
|
16 лет назад |
Måns Rullgård
|
7669899bdf
non-recursive makefiles
|
16 лет назад |
Diego Biurrun
|
69ed2c3b92
cosmetics: Remove useless empty line.
|
16 лет назад |
Diego Biurrun
|
2e7bd34493
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
|
16 лет назад |
Måns Rullgård
|
6b60ac3ee5
simplify library version handling
|
16 лет назад |
Måns Rullgård
|
b10b849f35
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
|
16 лет назад |
Diego Biurrun
|
2f3cbef06e
Rename LIB to LIBNAME for consistency.
|
17 лет назад |
Diego Biurrun
|
035c591983
cosmetics: Sort some lines, whitespace changes.
|
17 лет назад |
Marc Hoffman
|
1ebbfe159f
integrating ff_bfin_get_unscaled_swscale into the system
|
17 лет назад |
Reimar Döffinger
|
a444671542
Missing libswscale part of TARGET_ -> HAVE_ change
|
17 лет назад |
Reimar Döffinger
|
6e6203fb1c
Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.
|
17 лет назад |
Marc Hoffman
|
d3f3eea92d
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
|
17 лет назад |
Diego Biurrun
|
c36bd2866a
Don't declare -lm as a dependency of swscale-example.
|
17 лет назад |