index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix ff*_g -> ff* rules
Måns Rullgård
2008-03-29
1
-2
/
+2
*
bandaid fix for broken shared library installation
Diego Biurrun
2008-03-28
1
-0
/
+3
*
Move INSTALL_PROGS_TARGETS variable to a better place.
Diego Biurrun
2008-03-28
1
-2
/
+1
*
Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way.
Diego Biurrun
2008-03-28
1
-11
/
+6
*
Replace ifeq to declare install-progs dependencies by a variable.
Diego Biurrun
2008-03-28
1
-4
/
+3
*
The install target should depend on enabled installation targets.
Diego Biurrun
2008-03-28
1
-0
/
+2
*
Remove TAGS target. It is ages old and has never been updated to match
Diego Biurrun
2008-03-28
1
-3
/
+0
*
Use common.mak in the top-level Makefile as well.
Diego Biurrun
2008-03-26
1
-25
/
+14
*
cosmetics: Rename SRCS variable to PROGS_SRCS.
Diego Biurrun
2008-03-26
1
-2
/
+2
*
Merge LDFLAGS lines.
Diego Biurrun
2008-03-26
1
-2
/
+1
*
cosmetics: Move around some rules and variable declarations.
Diego Biurrun
2008-03-26
1
-10
/
+10
*
cosmetics: Rename 'all' target to 'main'.
Diego Biurrun
2008-03-26
1
-1
/
+1
*
Merge binary generation rules.
Diego Biurrun
2008-03-15
1
-8
/
+5
*
set SRC_DIR in top-leve Makefile
Måns Rullgård
2008-03-15
1
-0
/
+2
*
Use $< to simplify a few lines.
Diego Biurrun
2008-03-15
1
-3
/
+3
*
Build ffserver_g as well as ffserver, consistent with the other binaries.
Diego Biurrun
2008-03-14
1
-1
/
+1
*
Move dependency generation commands into configure.
Diego Biurrun
2008-03-12
1
-3
/
+2
*
Do not calculate dependencies for header files in the .vhookdepend target.
Diego Biurrun
2008-03-12
1
-1
/
+1
*
Use $^ without header files instead of $(SRCS) to reference the dependencies
Diego Biurrun
2008-03-12
1
-1
/
+1
*
Remove windows installer. I'm not aware of anyone that uses it.
Ramiro Polla
2008-03-10
1
-5
/
+1
*
Simplify .depend generation command.
Diego Biurrun
2008-03-10
1
-1
/
+1
*
Replace the awkward '1>' with the more natural '>'.
Diego Biurrun
2008-03-10
1
-1
/
+1
*
Merge SDL_CFLAGS handling for files that need it.
Diego Biurrun
2008-03-10
1
-2
/
+2
*
vhooks really need libav* even if they compile fine without on Linux.
Diego Biurrun
2008-03-10
1
-1
/
+2
*
Rename --enable-swscaler --> enable-swscale to be consistent with the
Diego Biurrun
2008-03-10
1
-6
/
+6
*
Rename pp variable to postproc for consistency.
Diego Biurrun
2008-03-08
1
-4
/
+4
*
cosmetics: prettyprinting
Diego Biurrun
2008-03-08
1
-6
/
+6
*
Install libavfilter if it has been enabled.
Diego Biurrun
2008-03-08
1
-0
/
+1
*
The videohook target does not depend on .libs.
Diego Biurrun
2008-03-08
1
-1
/
+1
*
Remove mp4psp regression test
Måns Rullgård
2008-03-07
1
-1
/
+0
*
IMA ADPCM encoder - QT variant
Kostya Shishkov
2008-03-06
1
-0
/
+1
*
allow vpath search only for source files
Måns Rullgård
2008-03-05
1
-1
/
+3
*
Build system changes for libavfilter addition. Add --enable-avfilter configur...
Vitor Sessak
2008-02-26
1
-1
/
+13
*
use diff -u -w in codec regression test
Måns Rullgård
2008-02-23
1
-2
/
+2
*
do not run ldconfig after installing shared libraries
Måns Rullgård
2008-02-16
1
-3
/
+0
*
split lavf regression tests
Måns Rullgård
2008-02-03
1
-4
/
+39
*
split regression tests allowing make to run them in parallel
Måns Rullgård
2008-02-03
1
-12
/
+93
*
seektest depends on both codectest and libavtest.
Diego Biurrun
2008-01-28
1
-1
/
+1
*
whitespace cosmetics
Måns Rullgård
2008-01-27
1
-21
/
+20
*
remove some ifeq ($(CONFIG_FOO),yes)
Måns Rullgård
2008-01-27
1
-21
/
+10
*
Merge rules for tools/* into a generic rule.
Diego Biurrun
2008-01-26
1
-11
/
+2
*
Properly remove tools on clean.
Diego Biurrun
2008-01-26
1
-1
/
+2
*
Make .vhookdep depend on version.h, same as .depend.
Diego Pettenò
2008-01-16
1
-1
/
+1
*
Add compilation rule for tools/pktdumper.
Diego Biurrun
2008-01-14
1
-0
/
+3
*
Add compilation rule for tools/trasher.
Diego Biurrun
2008-01-08
1
-0
/
+3
*
Introduce libavdevice
Luca Abeni
2007-11-22
1
-4
/
+13
*
Quote paths in uninstall commands where necessary.
Diego Biurrun
2007-11-04
1
-3
/
+3
*
Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.
Diego Biurrun
2007-10-31
1
-1
/
+1
*
Clarify comment about gcc -MM.
Diego Biurrun
2007-10-30
1
-1
/
+1
*
Fix uninstall-vhook, SLIBSUF was being left out.
Diego Biurrun
2007-10-22
1
-1
/
+1
[next]