Sat, 31 Mar 2007 23:02:36 +0000 |
diego |
Move QNX-specific settings next to the other OS-specific settings.
|
Fri, 30 Mar 2007 22:57:04 +0000 |
uau |
Set CONFIG_EBP_AVAILABLE, CONFIG_EBX_AVAILABLE for FFmpeg
|
Thu, 29 Mar 2007 09:27:36 +0000 |
diego |
Remove stray variable that was causing tests to fail randomly.
|
Thu, 29 Mar 2007 09:26:21 +0000 |
diego |
OpenGL reportedly works fine on Mac OS X, see Bugzilla #784.
|
Wed, 28 Mar 2007 20:24:15 +0000 |
nicodvb |
replaced ! with not as adviced by Reimar
|
Wed, 28 Mar 2007 19:14:53 +0000 |
nicodvb |
don't disable vidix_internal on sparc/x86 when vidix==auto (this damn diff made me twist the log)
|
Sun, 25 Mar 2007 17:38:50 +0000 |
diego |
Fall back on plain awk during the awk test. It should be safe to assume
|
Sat, 24 Mar 2007 20:16:34 +0000 |
diego |
Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.
|
Sat, 24 Mar 2007 19:44:15 +0000 |
diego |
Move the addition of basic include flags to configure.
|
Sat, 24 Mar 2007 19:29:55 +0000 |
diego |
Error out if the libavutil subdirectory is unavailable.
|
Wed, 21 Mar 2007 08:44:45 +0000 |
cehoyos |
Fix comment about defining HAVE_POSIX_SELECT
|
Wed, 21 Mar 2007 08:29:46 +0000 |
diego |
Conditionally compile vf_bmovl.c instead of enclosing all of the file
|
Wed, 21 Mar 2007 08:24:20 +0000 |
diego |
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
|
Mon, 19 Mar 2007 22:09:53 +0000 |
diego |
--enable-win32 was renamed to --enable-win32dll.
|
Mon, 19 Mar 2007 00:04:03 +0000 |
diego |
Remove commented-out Cygwin CFLAGS settings.
|
Mon, 19 Mar 2007 00:03:00 +0000 |
diego |
Move setting Cygwin specific CFLAGS to configure.
|
Sun, 18 Mar 2007 23:54:51 +0000 |
diego |
The -Wdeclaration-after-statement test needs a C program.
|
Sun, 18 Mar 2007 22:18:11 +0000 |
nicodvb |
check that definition of prototype of sysi86(int, void*) doesn't conflict; fixed compilation in opensolaris
|
Sun, 18 Mar 2007 21:58:28 +0000 |
diego |
Move setting CXXFLAGS to configure.
|
Sun, 18 Mar 2007 21:21:38 +0000 |
diego |
Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.
|
Sun, 18 Mar 2007 20:52:41 +0000 |
nicodvb |
shared libavcodec is not at all broken/obsolete, but simply discouraged
|
Sun, 18 Mar 2007 20:33:20 +0000 |
diego |
Group (system-specific) CFLAGS settings together.
|
Sun, 18 Mar 2007 20:25:02 +0000 |
diego |
Move Cygwin specific #define setting to system OS-specific settings section.
|
Sun, 18 Mar 2007 20:21:52 +0000 |
diego |
Move setting of TARGET_WIN32 together with other Win32 settings.
|
Sun, 18 Mar 2007 20:15:57 +0000 |
diego |
Rename win32 variable to the more sensible name win32dll.
|
Sun, 18 Mar 2007 19:38:43 +0000 |
diego |
Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added
|
Sun, 18 Mar 2007 16:30:11 +0000 |
diego |
Move fast cmov detection code from the PPC section into the x86 section
|
Sun, 18 Mar 2007 15:38:15 +0000 |
diego |
support for setting and detecting FAST_CMOV
|
Sun, 18 Mar 2007 13:38:55 +0000 |
uau |
Fix configure -march detection for athlon-xp
|
Sat, 17 Mar 2007 19:54:31 +0000 |
diego |
Do not disable cache on MinGW, just disable shmem compilation.
|
Sat, 17 Mar 2007 03:05:44 +0000 |
voroshil |
10l: omitted '-e' in my r22630 commit.
|
Fri, 16 Mar 2007 22:22:02 +0000 |
diego |
Turn on largefile support for libdvdcss as well.
|
Fri, 16 Mar 2007 21:54:48 +0000 |
diego |
Put special CFLAGS for low accuracy tremor in the Makefile, similar to the
|
Fri, 16 Mar 2007 11:48:11 +0000 |
voroshil |
libavcodec's DXA decoder is dependent on zlib
|
Thu, 15 Mar 2007 18:07:12 +0000 |
diego |
Add live555 include flags to CXXFLAGS only.
|
Thu, 15 Mar 2007 17:06:28 +0000 |
diego |
Add AmigaOS support, patch by Andrea Palmat, andrea amigasoft net.
|
Mon, 12 Mar 2007 15:46:38 +0000 |
compn |
add vcd support to mingw, patch by zuxy meng
|
Sat, 03 Mar 2007 07:58:36 +0000 |
diego |
live555 version 2006.03.03 or later is needed to compile MPlayer.
|
Tue, 27 Feb 2007 19:49:29 +0000 |
diego |
10l: Add missing definition of USE_STREAM_CACHE.
|
Tue, 27 Feb 2007 17:16:44 +0000 |
voroshil |
Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with live555.
|
Tue, 27 Feb 2007 17:13:17 +0000 |
diego |
Move the decision about stream cache compilation to configure.
|
Tue, 27 Feb 2007 17:10:11 +0000 |
diego |
Simplify strip parameter for install handling.
|
Sun, 25 Feb 2007 22:33:10 +0000 |
rathann |
Support for PowerPC 440x embedded CPUs.
|
Tue, 20 Feb 2007 15:47:44 +0000 |
diego |
Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg.
|
Sun, 18 Feb 2007 21:51:39 +0000 |
diego |
liblzo support fix, take X: forgotten variable setting.
|
Sun, 18 Feb 2007 14:54:50 +0000 |
diego |
Use liblzo2 instead of liblzo1, it's not bigger but faster.
|
Thu, 15 Feb 2007 18:24:12 +0000 |
reimar |
We definitely want to avoid an emulated poll()
|
Tue, 13 Feb 2007 15:37:38 +0000 |
diego |
Move setting _ld_extra and _inc_extra for live to autodetection part,
|
Mon, 12 Feb 2007 21:52:53 +0000 |
rtogni |
Fix compilation after rename of AC3 decoder to LIBA52 in ffmpeg r7939
|
Mon, 12 Feb 2007 13:59:25 +0000 |
diego |
Fix setting of mtrr variable.
|
Mon, 12 Feb 2007 09:56:34 +0000 |
diego |
Always disable libnut demuxer in libavformat.
|
Mon, 12 Feb 2007 09:51:25 +0000 |
diego |
Revert libnut option names, the issue is fixed in FFmpeg.
|
Fri, 09 Feb 2007 19:44:43 +0000 |
uau |
Handle libavformat libnut dependencies.
|
Wed, 07 Feb 2007 09:00:11 +0000 |
gpoirier |
Fix libnut build failure.
|
Mon, 05 Feb 2007 07:33:00 +0000 |
diego |
FFmpeg #defines must be uppercase now.
|
Sun, 04 Feb 2007 13:44:49 +0000 |
diego |
Fix MMX2 check, _sse is set to "kernel_check", not "yes".
|
Sun, 04 Feb 2007 08:18:01 +0000 |
lorenm |
r21753 broke compile-time detection of mmx flags on x86_64
|
Sat, 03 Feb 2007 23:46:22 +0000 |
uau |
Convert patterns to upper case to fix compilation after r22117.
|
Sat, 03 Feb 2007 21:40:10 +0000 |
diego |
Speed up config.h generation by transforming FFmpeg part names to uppercase
|
Wed, 31 Jan 2007 11:28:50 +0000 |
diego |
Wrong variable name used in libfaac check.
|