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
/
configure
Commit message (
Expand
)
Author
Age
Files
Lines
*
Warn about casts which remove const.
Michael Niedermayer
2008-02-01
1
-0
/
+1
*
Pass argc and argv to the main function of the SDL tests.
Diego Biurrun
2008-01-29
1
-2
/
+2
*
Add -pthread to extralibs and not to ldflags so that the dependency gets
Diego Biurrun
2008-01-26
1
-2
/
+2
*
Add a --enable-nonfree command line parameter similar to --enable-gpl.
Diego Biurrun
2008-01-26
1
-3
/
+12
*
Do not group libamr_nb and libamr_wb together as libamr.
Diego Biurrun
2008-01-26
1
-3
/
+0
*
Add system-specific network link flags to inet_aton test. This should fix
Michael Kostylev
2008-01-18
1
-1
/
+1
*
Use check_lib2 instead of check_lib in SDL test. This is helpful in
KO Myung-Hun
2008-01-16
1
-1
/
+1
*
pentium4m is a valid CPU name, add it to the list.
Igor Mozolevsky
2008-01-16
1
-1
/
+1
*
Move "Creating config.mak and config.h..." message down to the point where
Diego Biurrun
2008-01-16
1
-2
/
+2
*
refer users to ffmpeg-user list in case of errors
Måns Rullgård
2008-01-12
1
-1
/
+1
*
Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ...
Alessandro Sappia
2008-01-11
1
-1
/
+12
*
Move printing of the license status at the end of configure output, so
Roberto Togni
2008-01-07
1
-3
/
+4
*
improve CRC API
Aurelien Jacobs
2008-01-04
1
-0
/
+2
*
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de...
Luca Abeni
2008-01-04
1
-1
/
+1
*
Rationalize some dependencies between rtsp and rtp
Luca Abeni
2008-01-03
1
-3
/
+3
*
Add portable way to check for the existence of definitions and
Dave Yeo
2008-01-01
1
-0
/
+21
*
Check for the presence of llrint(), lrint(), round() and roundf()
Michael Kostylev
2007-12-27
1
-3
/
+9
*
Check for the presence of sys/select.h and conditionally #include it.
Michael Kostylev
2007-12-27
1
-0
/
+2
*
djgpp port, first part
Michael Kostylev
2007-12-24
1
-0
/
+7
*
dv1394 depends on dv_demuxer, fixes linking with demuxers disabled.
Diego Biurrun
2007-12-17
1
-1
/
+1
*
Remove unnecessary system include path from pkg-config files.
Diego Biurrun
2007-12-17
1
-1
/
+1
*
Revert r11202: do not create copy relocations when linking to shared libs
Måns Rullgård
2007-12-12
1
-4
/
+6
*
do not create copy relocations when linking to shared libs
Måns Rullgård
2007-12-11
1
-6
/
+4
*
Add --list-indevs and --list-outdevs command line options.
Diego Biurrun
2007-12-06
1
-0
/
+4
*
Add --disable-devices to --help output.
Diego Biurrun
2007-12-06
1
-0
/
+1
*
Add input and output devices to configure output.
Diego Biurrun
2007-12-06
1
-1
/
+1
*
Remove unnecessary quotes.
Diego Biurrun
2007-12-06
1
-1
/
+1
*
OS/2 support restored in cleaner form.
Dave Yeo
2007-12-05
1
-0
/
+31
*
use -Bsymbolic linker flag if supported
Måns Rullgård
2007-12-04
1
-0
/
+1
*
Add a --disable-devices flag which disables all muxers and demuxers of
Panagiotis Issaris
2007-12-03
1
-0
/
+2
*
Fix out of tree builds after introduction of libavdevice.
Diego Biurrun
2007-11-23
1
-0
/
+2
*
cosmetics: Consistently indent with 4 spaces, break some long lists into single
Diego Biurrun
2007-11-23
1
-373
/
+389
*
Fix the creation of alldevices.c (create it without any rename).
Luca Abeni
2007-11-23
1
-2
/
+2
*
Introduce libavdevice
Luca Abeni
2007-11-22
1
-2
/
+14
*
main() --> main(void)
Diego Biurrun
2007-11-20
1
-5
/
+5
*
whitespace consistency cosmetics
Diego Biurrun
2007-11-20
1
-3
/
+3
*
remove now useless libogg support
Baptiste Coudurier
2007-11-12
1
-11
/
+0
*
fix libogg muxer dependency checking
Aurelien Jacobs
2007-11-08
1
-1
/
+1
*
Keep -lvorbis in libvorbis linker flags even when only used for encoding.
Diego Biurrun
2007-11-06
1
-1
/
+1
*
Remove libvorbis Vorbis decoding support. Our native decoder is complete
Diego Biurrun
2007-11-04
1
-5
/
+4
*
List enabled code in configure output
Ramiro Polla
2007-11-04
1
-0
/
+12
*
Speed up show_list
Ramiro Polla
2007-11-04
1
-5
/
+5
*
Rename --disable-opts option to --disable-optimizations in order to be less
Diego Biurrun
2007-10-24
1
-3
/
+2
*
Rename optimize variable to the slightly more meaningful optimizations.
Diego Biurrun
2007-10-24
1
-6
/
+6
*
Install MSVC import libraries without version numbering in the filename.
Ramiro Polla
2007-10-19
1
-2
/
+2
*
Append BUILDSUF directly to NAME instead of prepending it to (S)LIBSUF.
Ramiro Polla
2007-10-19
1
-12
/
+14
*
Simplify one variable setting.
Diego Biurrun
2007-10-18
1
-3
/
+1
*
Rename LIB to LIBNAME for consistency.
Diego Biurrun
2007-10-18
1
-4
/
+4
*
Add multiple inclusion guards to config.h.
Diego Biurrun
2007-10-17
1
-0
/
+4
*
Add SLIB_UNINSTALL_EXTRA_CMD for MinGW.
Diego Biurrun
2007-10-17
1
-0
/
+1
[next]