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
*
Add missing architecture-specific options to summary output.
Diego Biurrun
2009-01-25
1
-0
/
+7
*
SSE depends on x86.
Diego Biurrun
2009-01-25
1
-1
/
+1
*
Add configuration options section to help output.
Diego Biurrun
2009-01-24
1
-53
/
+55
*
help output cosmetics
Diego Biurrun
2009-01-24
1
-4
/
+3
*
Remove --enable-static and --disable-shared from help output.
Diego Biurrun
2009-01-24
1
-2
/
+0
*
Use cc_default variable in help output for --cc option.
Diego Biurrun
2009-01-24
1
-1
/
+1
*
Add a check for ppc4xx instructions; rename preprocessor directive accordingly.
Diego Biurrun
2009-01-24
1
-0
/
+3
*
configure: add help for fastdiv
Måns Rullgård
2009-01-24
1
-0
/
+1
*
Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can
NVIDIA Corporation
2009-01-20
1
-0
/
+2
*
Alpha: add -mieee to CFLAGS
Måns Rullgård
2009-01-18
1
-0
/
+1
*
configure: add fastdiv to CONFIG_LIST
Måns Rullgård
2009-01-18
1
-0
/
+1
*
Add mpeg1_vdpau decoder.
Carl Eugen Hoyos
2009-01-16
1
-0
/
+1
*
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
NVIDIA Corporation
2009-01-16
1
-0
/
+1
*
add -Wundef compiler flag, to catch typo in #if or similar situations
Aurelien Jacobs
2009-01-16
1
-0
/
+1
*
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-14
1
-2
/
+0
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-0
/
+1
*
configure: add Alpha CPU types
Måns Rullgård
2009-01-13
1
-0
/
+3
*
configure: fix PIC activation for x86_64 shared libs
Måns Rullgård
2009-01-11
1
-1
/
+1
*
Pass subarch instead of arch to YASMFLAGS
Ramiro Polla
2009-01-11
1
-1
/
+1
*
Extend 'checkheaders' target to architecture-specific subdirectories.
Diego Biurrun
2009-01-11
1
-0
/
+2
*
Split arch variable into arch and subarch.
Diego Biurrun
2009-01-11
1
-7
/
+8
*
Use 'enabled' function to simplify x86_64 check in the mingw32 section.
Diego Biurrun
2009-01-11
1
-1
/
+1
*
Add truncf() replacement function.
Michael Kostylev
2009-01-11
1
-1
/
+2
*
Use setmode() if it exists in <io.h>, and not based on O_BINARY.
Ramiro Polla
2009-01-11
1
-0
/
+2
*
Use 'enabled' function instead of raw 'test' calls in arch checks.
Diego Biurrun
2009-01-11
1
-7
/
+5
*
cosmetics: Remove useless quotes.
Diego Biurrun
2009-01-11
1
-30
/
+30
*
1l: better alphabetical order
Diego Biurrun
2009-01-11
1
-1
/
+1
*
Add missing --disable-armv6t2 to help output.
Diego Biurrun
2009-01-11
1
-0
/
+1
*
Use coff as objformat for dos.
Michael Kostylev
2009-01-11
1
-1
/
+1
*
configure: allow to disable sse code.
Ramiro Polla
2009-01-07
1
-1
/
+5
*
Use posix_memalign() if available.
Ramiro Polla
2009-01-07
1
-2
/
+4
*
Don't prefix yasm with cross prefix.
Michael Kostylev
2009-01-07
1
-1
/
+0
*
alphabetical ordering cosmetics
Diego Biurrun
2009-01-07
1
-6
/
+6
*
Export VDPAU support by installing vdpau.h.
Carl Eugen Hoyos
2009-01-05
1
-0
/
+6
*
Add -D__EXTENSIONS__ to CFLAGS on Solaris to make ip_mreq visible.
Palle Lyckegaard
2009-01-05
1
-0
/
+1
*
Add VDPAU hardware accelerated decoding for H264 which can be used by
NVIDIA Corporation
2009-01-04
1
-0
/
+1
*
Fix small errors in configure --help's output.
Carl Eugen Hoyos
2009-01-04
1
-4
/
+4
*
Make shared/static full CONFIG options
Måns Rullgård
2008-12-30
1
-2
/
+2
*
configure: check for ARMv6T2 support
Måns Rullgård
2008-12-30
1
-0
/
+4
*
configure: accept $TMP as location for temporary files
Måns Rullgård
2008-12-29
1
-0
/
+1
*
configure: simplify TMPDIR setting
Måns Rullgård
2008-12-29
1
-16
/
+10
*
consistency cosmetics: Rename POWERPC identifiers to PPC.
Diego Biurrun
2008-12-27
1
-6
/
+6
*
Rename libavcodec/i386/ --> libavcodec/x86/.
Diego Biurrun
2008-12-22
1
-1
/
+1
*
Check function prototype in check_asm function to avoid compiler warnings.
Marc Mason
2008-12-17
1
-1
/
+1
*
ARM: replace "armv4l" with "arm"
Måns Rullgård
2008-12-17
1
-11
/
+10
*
Add xvmc configure support.
Diego Biurrun
2008-12-15
1
-1
/
+4
*
Fix the use of Requires.private and Libs.private in generated .pc files.
Reinhard Tartler
2008-12-14
1
-10
/
+5
*
configure: fix $nm
Måns Rullgård
2008-12-13
1
-1
/
+1
*
Allow setting a different nm binary from the configure line.
Reimar Döffinger
2008-12-13
1
-3
/
+5
*
Make mips64 a separate arch with fast_64bit.
Diego Biurrun
2008-12-13
1
-1
/
+5
[next]