index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common.mak
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include dependencies for test programs
Mans Rullgard
2011-03-31
1
-2
/
+2
*
Remove support for stripping executables
Mans Rullgard
2011-03-29
1
-1
/
+1
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
1
-1
/
+1
*
Create config.asm for use with yasm
Måns Rullgård
2010-09-03
1
-0
/
+1
*
Remove dep/depend targets and related variables.
Diego Biurrun
2010-08-17
1
-4
/
+1
*
Add libavcore.
Stefano Sabatini
2010-07-21
1
-1
/
+1
*
Stop make complaining about moved/deleted headers
Måns Rullgård
2010-07-04
1
-0
/
+4
*
Add -I flags to HOSTCFLAGS
Måns Rullgård
2010-06-26
1
-1
/
+4
*
Fix brief make messages when CC etc are specified on command line
Måns Rullgård
2010-06-26
1
-2
/
+2
*
Make ranlib silent in brief output mode
Måns Rullgård
2010-03-17
1
-2
/
+2
*
Fix brief make output for generated tables
Måns Rullgård
2010-03-14
1
-2
/
+2
*
Remove .SECONDARY directive
Måns Rullgård
2010-03-10
1
-1
/
+1
*
Improve version.h generation
Måns Rullgård
2010-03-10
1
-8
/
+0
*
Replace $(G) with more generic $(M) in silent make rules
Måns Rullgård
2010-03-10
1
-2
/
+3
*
Prettify make output for documentation
Måns Rullgård
2010-03-10
1
-0
/
+1
*
Prettify make output when generating headers
Måns Rullgård
2010-03-09
1
-1
/
+2
*
Simplify static/shared build rules
Måns Rullgård
2010-03-09
1
-1
/
+3
*
Remove duplicates from OBJS
Måns Rullgård
2010-03-09
1
-1
/
+1
*
checkheaders: skip per-arch headers not meant for direct inclusion
Måns Rullgård
2010-03-08
1
-0
/
+1
*
Add TESTOBJS make variable for extra objects used by test apps
Måns Rullgård
2010-03-08
1
-0
/
+1
*
Skip cmdutils_common_opts.h fragment in checkheaders
Måns Rullgård
2010-03-08
1
-1
/
+1
*
Define HAVE_AV_CONFIG_H only when building libraries
Måns Rullgård
2010-03-07
1
-1
/
+1
*
Fix build with compilers using a separate dependency command
Måns Rullgård
2010-03-06
1
-1
/
+1
*
Prettify make output
Måns Rullgård
2010-03-06
1
-1
/
+13
*
Stop make deleting intermediate files (ffmpeg.o and friends)
Måns Rullgård
2010-02-27
1
-0
/
+3
*
Disable suffix rules
Måns Rullgård
2010-02-25
1
-0
/
+4
*
Move ECFLAGS so it doesn't get added multiple times
Måns Rullgård
2010-01-28
1
-1
/
+2
*
Append ECFLAGS to CFLAGS
Måns Rullgård
2010-01-28
1
-1
/
+1
*
Revert r21226, it was a joke:
Ramiro Polla
2010-01-26
1
-1
/
+3
*
Add symbol versioning for shared libraries
Måns Rullgård
2010-01-16
1
-1
/
+5
*
Get one step closer to world domination.
Ramiro Polla
2010-01-15
1
-3
/
+1
*
Delete *.d files with make clean
Måns Rullgård
2009-11-22
1
-2
/
+2
*
Add generic rules for building helpers with HOSTCC
Måns Rullgård
2009-10-29
1
-0
/
+8
*
Add PIC flags early so tests they affect give correct results
Måns Rullgård
2009-08-23
1
-3
/
+3
*
Skip headers requiring external libs not present in checkheaders
Måns Rullgård
2009-08-23
1
-1
/
+2
*
Generate dependencies while compiling if supported by compiler
Måns Rullgård
2009-08-08
1
-4
/
+4
*
Generate dependencies when object files are built
Måns Rullgård
2009-08-08
1
-12
/
+3
*
Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts
Måns Rullgård
2009-07-28
1
-1
/
+1
*
Move output redirection of deps generation from make rule to DEPEND_CMD
Måns Rullgård
2009-07-22
1
-3
/
+3
*
Append the user CPPFLAGS value to the CPPFLAGS used for compilation,
Stefano Sabatini
2009-07-12
1
-1
/
+1
*
Pass ASFLAGS to assembler instead of CFLAGS
Måns Rullgård
2009-07-12
1
-1
/
+1
*
Allow unusual ways of specifying compiler output file
Måns Rullgård
2009-07-12
1
-1
/
+1
*
Set CFLAGS directly in config.mak instead of using OPTFLAGS
Måns Rullgård
2009-07-12
1
-1
/
+0
*
Separate C preprocessor flags into CPPFLAGS variable
Måns Rullgård
2009-07-12
1
-4
/
+5
*
Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 have
Dave Yeo
2009-05-29
1
-2
/
+2
*
Fix building from within subdirs
Måns Rullgård
2009-05-20
1
-1
/
+1
*
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.
Diego Biurrun
2009-04-12
1
-0
/
+2
*
Always use -L flags for all subdirs
Måns Rullgård
2009-04-01
1
-1
/
+1
*
Move make rules applicable only to subdirs into subdir.mak
Måns Rullgård
2009-04-01
1
-30
/
+0
*
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
Diego Biurrun
2009-03-29
1
-1
/
+1
[next]