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
*
Move up swscale_error target so that regression tests error out immediately.
Diego Biurrun
2008-07-17
1
-9
/
+9
*
enable version.h to be created from subdirs
Måns Rullgård
2008-06-19
1
-8
/
+0
*
Generate pkg-config files in each library subdirectory so that they do
Diego Biurrun
2008-06-16
1
-1
/
+1
*
Remove Fabrice's copyright from the Makefiles. They have been entirely
Diego Biurrun
2008-06-06
1
-4
/
+0
*
Do not remove gmon.out on clean, we never create it.
Diego Biurrun
2008-05-27
1
-2
/
+1
*
Remove TAGS target cruft.
Diego Biurrun
2008-05-27
1
-2
/
+2
*
Simplify phony target declaration.
Diego Biurrun
2008-05-27
1
-3
/
+1
*
Rename test-server target to servertest for consistency with other test targets.
Diego Biurrun
2008-05-27
1
-3
/
+3
*
clear TESTS variable between subdirs
Måns Rullgård
2008-04-16
1
-1
/
+1
*
Add DIRS variable to the list of variables to be cleared instead of
Diego Biurrun
2008-04-14
1
-1
/
+1
*
ffplay.d needs SDL_CFLAGS
Måns Rullgård
2008-04-10
1
-1
/
+1
*
correct soname for vhooks
Måns Rullgård
2008-04-10
1
-0
/
+1
*
save DEP_LIBS before processing subdirs
Måns Rullgård
2008-04-10
1
-5
/
+6
*
move DEP_LIBS to common.mak
Måns Rullgård
2008-04-09
1
-3
/
+0
*
fix build with --build-suffix
Måns Rullgård
2008-04-09
1
-1
/
+1
*
generate separate dependency files per object file
Måns Rullgård
2008-04-09
1
-13
/
+7
*
collect vhook-related makefile lines in one place
Måns Rullgård
2008-04-07
1
-27
/
+27
*
Make the install-man target depend on $(MANPAGES).
Stefano Sabatini
2008-04-07
1
-1
/
+1
*
non-recursive makefiles
Måns Rullgård
2008-04-07
1
-95
/
+33
*
simplify LDFLAGS and EXTRALIBS handling
Måns Rullgård
2008-04-03
1
-15
/
+7
*
simplify vhook/*.o rule
Måns Rullgård
2008-04-03
1
-3
/
+2
*
clean up DEP_LIBS setting
Måns Rullgård
2008-04-03
1
-5
/
+8
*
10l typo, restore forgotten $.
Diego Biurrun
2008-04-03
1
-1
/
+1
*
Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil changes.
Björn Axelsson
2008-04-02
1
-2
/
+2
*
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
[next]