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
*
Get rid of redundant vdpau option, decoders can still be disabled individually.
Diego Biurrun
2009-03-06
1
-9
/
+5
*
ARM: detect armcc compiler and enable gcc mode
Måns Rullgård
2009-03-05
1
-0
/
+10
*
configure: check asm support using $as
Måns Rullgård
2009-03-05
1
-2
/
+11
*
Compile .S files with $(AS), set it in configure
Måns Rullgård
2009-03-05
1
-1
/
+6
*
Remove the swscale dummy option, most (all?) FATE configs should be updated
Reimar Döffinger
2009-03-04
1
-1
/
+0
*
Alpha: use -g3 with ccc to allow optimisation with debugging symbols
Måns Rullgård
2009-03-03
1
-0
/
+1
*
Allow --enable-swscale until FATE is updated
Måns Rullgård
2009-03-03
1
-0
/
+1
*
Remove old scaler.
Michael Niedermayer
2009-03-03
1
-14
/
+0
*
Remove deprecated vhook subsystem.
Diego Biurrun
2009-03-03
1
-55
/
+2
*
Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally to
Diego Biurrun
2009-03-03
1
-0
/
+6
*
Remove mpeg4aac dependency declaration, the decoder was removed.
Diego Biurrun
2009-03-03
1
-1
/
+0
*
configure: improve temp file creation and cleanup
Måns Rullgård
2009-03-03
1
-10
/
+27
*
configure: fix return value from check_header
Måns Rullgård
2009-03-01
1
-1
/
+2
*
configure: check_func_headers should mark headers as found
Måns Rullgård
2009-02-28
1
-1
/
+1
*
configure: {enable,disable}_safe functions that sanitise arguments
Måns Rullgård
2009-02-28
1
-3
/
+9
*
configure: remove redundant alsa/asoundlib.h check
Måns Rullgård
2009-02-27
1
-1
/
+0
*
100l: Revert removal of GPL check for libswscale.
Diego Biurrun
2009-02-24
1
-1
/
+2
*
The software scaler is no longer GPLed.
Diego Biurrun
2009-02-24
1
-2
/
+1
*
Check if -lrt is required for nanosleep, as is the case on Solaris.
Diego Biurrun
2009-02-23
1
-0
/
+3
*
Fix gcc detection: Not all gcc versions have "(GCC)" in the version string.
Diego Biurrun
2009-02-22
1
-1
/
+1
*
configure: detect ccc compiler (Alpha) and set required flags
Måns Rullgård
2009-02-22
1
-1
/
+15
*
configure: indent
Måns Rullgård
2009-02-21
1
-12
/
+12
*
Pass sysroot argument to gcc
Måns Rullgård
2009-02-21
1
-0
/
+9
*
Add --sysroot and --sysinclude configure options
Måns Rullgård
2009-02-21
1
-1
/
+7
*
configure: move detection of compiler type to single location
Måns Rullgård
2009-02-21
1
-3
/
+13
*
Remove special treatment of version.h in DEPEND_CMD
Måns Rullgård
2009-02-21
1
-1
/
+1
*
configure: add (empty) avr32 arch case
Måns Rullgård
2009-02-21
1
-0
/
+2
*
configure: sort cases in arch section
Måns Rullgård
2009-02-21
1
-41
/
+41
*
fix missing dependencies
Aurelien Jacobs
2009-02-19
1
-0
/
+3
*
Handle conditional compilation of CPU-specific FFT code in the Makefile.
Diego Biurrun
2009-02-18
1
-3
/
+0
*
Add support for enabling/disabling AMD 3DNow! extended optimizations.
Diego Biurrun
2009-02-18
1
-0
/
+4
*
Gopher protocol should depend on networking being enabled.
Andreas Öman
2009-02-17
1
-0
/
+1
*
100l: Remove stray character that slipped into header name.
Diego Biurrun
2009-02-14
1
-1
/
+1
*
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.
Diego Biurrun
2009-02-14
1
-3
/
+1
*
Add check whether the compiler/assembler supports 10 or more operands.
Diego Biurrun
2009-02-11
1
-0
/
+14
*
Use default system include path for an installed OpenJPEG library.
Mathieu Malaterre
2009-02-10
1
-1
/
+1
*
Use libopenjpeg for jpeg2k decoding.
Jai Menon
2009-02-06
1
-0
/
+5
*
configure: add command flag to disable yasm use
Måns Rullgård
2009-02-05
1
-1
/
+3
*
configure: set EXESUF before it is used
Måns Rullgård
2009-02-05
1
-4
/
+4
*
configure: move basic sanity tests before other tests
Måns Rullgård
2009-02-04
1
-27
/
+27
*
fastdiv is disabled by default, so put --enable-fastdiv into the help output.
Diego Biurrun
2009-02-04
1
-1
/
+1
*
Use the new RDFT code in the QDM2 decoder.
Alex Converse
2009-01-30
1
-1
/
+1
*
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
Alex Converse
2009-01-30
1
-0
/
+2
*
indentation
Ramiro Polla
2009-01-27
1
-6
/
+6
*
mingw: don't check for minimum mingw runtime and w32api versions for mingw-w64
Ramiro Polla
2009-01-27
1
-0
/
+2
*
configure: exit with error if OS is unknown
Måns Rullgård
2009-01-26
1
-1
/
+1
*
Add ALSA support in libavdevice.
Nicolas George
2009-01-26
1
-0
/
+8
*
configure: add datadir variable and write to config.{h,mak}
Måns Rullgård
2009-01-25
1
-0
/
+9
*
Add AMD 3DNow! instruction enabling/disabling support in the build system.
Diego Biurrun
2009-01-25
1
-0
/
+4
*
Drop redundant architecture extension dependencies.
Diego Biurrun
2009-01-25
1
-3
/
+3
[next]