2011-02-16 |
diego |
Limit FFmpeg git clone to the last revision to save time and bandwidth.
|
2011-02-11 |
cehoyos |
Fix compilation by adding defines necessary for ac3dsp to config.asm.
|
2011-02-08 |
diego |
configure: Drop CFLAGS from DEPFLAGS.
|
2011-02-06 |
diego |
configure: Check for sys/poll.h.
|
2011-01-30 |
reimar |
Remove outdated FFmpeg svn external, make configure optionally
|
2011-01-28 |
reimar |
Disable libmpcdec (musepack) support, FFmpeg has a decoder that
|
2011-01-26 |
diego |
cosmetics: Drop leading underscore from _need_* variables.
|
2011-01-20 |
diego |
Add return_statement_check() helper function and use it to simplify some checks.
|
2011-01-20 |
diego |
Add return_check() helper function and use it to simplify some checks.
|
2011-01-20 |
diego |
Simplify OpenJPEG check with define_statement_check() helper function.
|
2011-01-20 |
diego |
cosmetics: Move header_check helper function.
|
2011-01-19 |
diego |
configure: Initialize va_list variable as '{0}' instead of NULL in vsscanf test.
|
2011-01-06 |
diego |
Do not #define _WIN32 on the command line for Cygwin.
|
2011-01-05 |
diego |
Simplify a bunch of configure checks with the statement_check function.
|
2011-01-05 |
reimar |
Define _XOPEN_SOURCE to 600 instead of 500 in mkstemp check, this is consistent
|
2011-01-05 |
diego |
Add define_statement_check function and use it to simplify some checks.
|
2011-01-05 |
diego |
cosmetics: Get rid of some backslashes at the end of lines.
|
2011-01-05 |
diego |
cosmetics: Drop some unnecessary end-of-line backslashes after &&/||.
|
2011-01-02 |
diego |
Revert previous wrong simplification of AltiVec vector declarations check.
|
2011-01-02 |
diego |
Add sys/time.h #include to videodev.h/videodev2.h checks.
|
2011-01-02 |
diego |
configure: Simplify *BSD ioctl_meteor.h check.
|
2011-01-02 |
diego |
Drop unnecessary Xlib.h #include from Xss screensaver extensions check.
|
2011-01-02 |
diego |
Simplify vector declarations and fast inttypes check with statement_check().
|
2011-01-01 |
diego |
Remove forked internal libfaad2 copy.
|
2010-12-31 |
reimar |
Make internal FFmpeg use the new API that does not pose a limit on the maximum
|
2010-12-30 |
reimar |
Define CONFIG_GPL in config.asm, fixes compilation with YASM.
|
2010-12-23 |
reimar |
Disable VIDIX on Windows if then required ntddk.h header is not available.
|
2010-12-23 |
diego |
configure: Add HAVE_MMAP definition for FFmpeg to config.h.
|
2010-12-23 |
diego |
configure: Disable internal libfaad2 compilation by default.
|
2010-12-19 |
reimar |
Compilation fixes for currentl Cygwin.
|
2010-11-03 |
diego |
Do not enable rpath on NetBSD.
|
2010-11-03 |
diego |
Enable joystick support on FreeBSD.
|
2010-10-27 |
diego |
Fix compilation with networking disabled due to FFmpeg CONFIG_RTPDEC handling.
|
2010-10-27 |
siretart |
sync x264 version check with the check in ffmpeg/configure
|
2010-10-21 |
diego |
Add CONFIG_RTPDEC to config.h/config.mak for FFmpeg.
|
2010-10-21 |
diego |
Fix detection of mips processor variants.
|
2010-10-15 |
siretart |
in auto mode, enable internal libdvdcss only if it is actually available
|
2010-10-08 |
diego |
Change libmp3lame check to test for lame_set_VBR_quality().
|
2010-10-07 |
diego |
Make sure some x86 config.h entries are available on all architectures.
|
2010-10-07 |
diego |
Add xmm clobbers test for FFmpeg.
|
2010-10-05 |
diego |
Require LAME 3.98.3 for MPlayer, same as is required for FFmpeg.
|
2010-10-05 |
diego |
Ensure that CONFIG_NETWORK is always #defined to either 0 or 1.
|
2010-10-03 |
diego |
Remove some unnecessary #includes from IVTV and V4L2 checks.
|
2010-10-03 |
diego |
Simplify some X11 checks with the help of statement_check_broken().
|
2010-10-01 |
diego |
Drop removal of AAC encoder from list of FFmpeg encoders.
|
2010-09-30 |
reimar |
100l, actually add yasmdefines to YASMFLAGS.
|
2010-09-29 |
reimar |
Move config.asm back to root and append a '/' to SRC_PATH
|
2010-09-29 |
reimar |
Allow configure to accept nasm instead of yasm again.
|
2010-09-29 |
reimar |
Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asm
|
2010-09-29 |
reimar |
config.asm should be generate in ffmpeg/, not the root.
|
2010-09-28 |
diego |
Use a single svn:externals declaration for all of FFmpeg.
|
2010-09-27 |
diego |
Remove unnecessary Xlib.h #include from xf86keysym check.
|
2010-09-27 |
diego |
Drop two unnecessary Xlib.h #includes and use helper functions.
|
2010-09-27 |
diego |
Add config.asm with (sub)architecture definitions for FFmpeg's YASM support.
|
2010-09-27 |
diego |
Simplify some configure checks through statement_check{_broken}().
|
2010-09-27 |
diego |
cosmetics: Rename function_check{_broken}() --> statement_check{_broken}().
|
2010-09-26 |
diego |
Remove unnecessary sys/types.h #include from shm check.
|
2010-09-26 |
diego |
Add proper autodetection for FTP support; should fix Bugzilla #1804.
|
2010-09-26 |
diego |
Simplify inet_pton/inet_aton checks with function_check().
|
2010-09-26 |
diego |
Simplify jpeglib check with header_check_broken().
|