Fri, 27 Mar 2009 17:14:58 +0000 |
reimar |
Rename local TMP variable to TMPRES to avoid a clash with the
|
Wed, 25 Mar 2009 19:48:05 +0000 |
diego |
cosmetics: Drop leading underscore from extra_ variables.
|
Tue, 24 Mar 2009 09:32:35 +0000 |
diego |
Update help output with previous --extra-ldflags change.
|
Tue, 24 Mar 2009 00:22:51 +0000 |
diego |
Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrary
|
Mon, 23 Mar 2009 23:41:24 +0000 |
diego |
typo fix: Remove stray '-' from --extra-cflags option evaluation.
|
Mon, 23 Mar 2009 23:37:51 +0000 |
diego |
Replace --with-extraincdir option by --extra-cflags, which accepts arbitrary
|
Mon, 23 Mar 2009 22:53:42 +0000 |
diego |
Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.
|
Sat, 21 Mar 2009 16:00:15 +0000 |
diego |
Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.
|
Sat, 21 Mar 2009 09:18:36 +0000 |
diego |
Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.
|
Wed, 18 Mar 2009 21:48:35 +0000 |
cehoyos |
Support icc 11.1.
|
Wed, 18 Mar 2009 09:17:15 +0000 |
cehoyos |
Older versions of <vdpau/vdpau.h> will fail during compilation.
|
Sun, 15 Mar 2009 09:17:42 +0000 |
diego |
HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg.
|
Sat, 14 Mar 2009 18:44:58 +0000 |
diego |
KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net
|
Sat, 14 Mar 2009 16:00:21 +0000 |
diego |
Add /usr/X11R7 to the list of directories in which to search for X11 includes
|
Fri, 13 Mar 2009 16:42:42 +0000 |
reimar |
Fix compilation with --charset=noconv
|
Sat, 07 Mar 2009 12:50:52 +0000 |
reimar |
Update x264 version check for version required by lavc.
|
Thu, 05 Mar 2009 22:19:47 +0000 |
diego |
Only add -Ilibdvdnav to the CFLAGS of the files that require it.
|
Sun, 01 Mar 2009 11:36:39 +0000 |
diego |
DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net
|
Mon, 23 Feb 2009 01:39:27 +0000 |
uau |
configure: Make the special dvdnav test the last one again
|
Sat, 21 Feb 2009 22:08:50 +0000 |
diego |
Make alpha arch detection more lenient. Taken from the Debian patchset.
|
Sat, 21 Feb 2009 20:25:02 +0000 |
diego |
Add -ffast-math to LDFLAGS as well as to CFLAGS.
|
Sat, 21 Feb 2009 17:36:26 +0000 |
diego |
Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg.
|
Tue, 17 Feb 2009 22:05:25 +0000 |
diego |
AVR32 apparently supports fast unaligned accesses.
|
Tue, 17 Feb 2009 11:40:59 +0000 |
diego |
Also set HAVE_EBP_AVAILABLE in debug mode.
|
Tue, 17 Feb 2009 11:16:19 +0000 |
diego |
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
|
Tue, 17 Feb 2009 10:41:13 +0000 |
diego |
Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:
|
Tue, 17 Feb 2009 00:09:15 +0000 |
uau |
Fix compilation without VDPAU
|
Mon, 16 Feb 2009 20:58:13 +0000 |
reimar |
Add support for VDPAU video out, including hardware decoding.
|
Mon, 16 Feb 2009 17:02:16 +0000 |
diego |
Make configure recognize avr32.
|
Thu, 12 Feb 2009 12:17:50 +0000 |
diego |
On clean/distclean, remove binaries with all types of executable suffixes.
|
Wed, 11 Feb 2009 23:11:06 +0000 |
diego |
Port check for 10 assembler operands support from FFmpeg.
|
Tue, 10 Feb 2009 15:34:44 +0000 |
diego |
Add priority support for OS/2 and factorize the Windows priority support.
|
Tue, 10 Feb 2009 02:01:35 +0000 |
diego |
Add proper check for posix_memalign(), needed for FFmpeg.
|
Sun, 08 Feb 2009 22:49:52 +0000 |
diego |
cosmetics: Remove leading underscore from all def_ variables.
|
Sun, 08 Feb 2009 21:57:14 +0000 |
diego |
Add CONFIG_LIBAMR_NB_FIXED #define for FFmpeg to config.h.
|
Sun, 08 Feb 2009 21:56:18 +0000 |
diego |
CONFIG_LIBAMR_NB/WB should be 0/1 #defines.
|
Sun, 08 Feb 2009 03:42:00 +0000 |
diego |
Conditionally compile aclib.c instead of placing #ifdef around its content.
|
Sun, 08 Feb 2009 03:39:07 +0000 |
diego |
Add CONFIG_LIBVORBIS #define for FFmpeg to config.h.
|
Sat, 07 Feb 2009 17:34:45 +0000 |
diego |
Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.
|
Sat, 07 Feb 2009 15:36:50 +0000 |
diego |
Add config.h/config.mak bzlib variables missed in last commit.
|
Sat, 07 Feb 2009 15:33:10 +0000 |
diego |
Add bzlib check for FFmpeg.
|
Sat, 07 Feb 2009 15:23:55 +0000 |
diego |
Convert CONFIG_ZLIB into a 0/1 option.
|
Sat, 07 Feb 2009 15:19:43 +0000 |
diego |
Add READ_CACHE_TRACE #define for libdvdnav.
|
Wed, 04 Feb 2009 19:08:44 +0000 |
diego |
cosmetics: Regroup some FFmpeg config.h options.
|
Wed, 04 Feb 2009 19:04:22 +0000 |
diego |
Add proper check for arpa/inet.h.
|
Wed, 04 Feb 2009 18:22:28 +0000 |
diego |
Do not hardcode HAVE_DOS_PATHS, set it by OS instead.
|
Tue, 03 Feb 2009 12:17:49 +0000 |
reimar |
Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H
|
Tue, 03 Feb 2009 10:39:56 +0000 |
reimar |
swab() needs _XOPEN_SOURCE to be defined.
|
Sun, 01 Feb 2009 23:40:26 +0000 |
rathann |
Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpage
|
Sun, 01 Feb 2009 14:57:01 +0000 |
diego |
Simplify inet_pton/inet_aton checks.
|
Sun, 01 Feb 2009 14:42:57 +0000 |
diego |
Add some more definitions for FFmpeg to config.h.
|
Sun, 01 Feb 2009 14:39:33 +0000 |
diego |
cosmetics: Fix indentation after last commit.
|
Sun, 01 Feb 2009 14:38:28 +0000 |
diego |
Restructure network tests: Always check for both inet_aton and inet_pton.
|
Sun, 01 Feb 2009 14:00:50 +0000 |
diego |
HAVE_DCBZL should be a 0/1 definition.
|
Sun, 01 Feb 2009 13:42:27 +0000 |
diego |
Convert HAVE_WINSOCK2_H into a 0/1 definition.
|
Sun, 01 Feb 2009 13:33:35 +0000 |
diego |
HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.
|
Sun, 01 Feb 2009 13:16:46 +0000 |
diego |
Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.
|
Sun, 01 Feb 2009 13:13:15 +0000 |
diego |
Add a few more #defines for FFmpeg to config.h.
|
Sun, 01 Feb 2009 12:52:38 +0000 |
diego |
CONFIG_LIB* are defined as 0/1 in FFmpeg.
|
Sun, 01 Feb 2009 11:28:31 +0000 |
diego |
Revert Solaris PATH modification workaround.
|
Sun, 01 Feb 2009 02:22:56 +0000 |
diego |
Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation.
|
Sat, 31 Jan 2009 23:19:16 +0000 |
diego |
Set a sane default path on Solaris.
|
Sat, 31 Jan 2009 23:12:27 +0000 |
diego |
cosmetics: Move memalign_hack define next to other FFmpeg defines in config.h.
|
Sat, 31 Jan 2009 22:45:18 +0000 |
diego |
Make sure CONFIG_MEMALIGN_HACK is always #defined.
|
Sat, 31 Jan 2009 22:37:53 +0000 |
diego |
Make sure HAVE_ALTIVEC_H is always #defined.
|
Sat, 31 Jan 2009 22:37:12 +0000 |
diego |
Make sure HAVE_FAST_64BIT is always #defined.
|
Sat, 31 Jan 2009 22:34:52 +0000 |
diego |
Add bswap check, needed for FFmpeg.
|
Sat, 31 Jan 2009 21:16:54 +0000 |
diego |
Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it.
|
Sat, 31 Jan 2009 20:56:17 +0000 |
diego |
HAVE_LRINT and friends should be defined to 0/1.
|
Fri, 30 Jan 2009 23:58:07 +0000 |
diego |
Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.
|
Fri, 30 Jan 2009 23:47:18 +0000 |
diego |
Add CONFIG_SWSCALE to config.h, we always enable the software scaler.
|
Fri, 30 Jan 2009 23:40:13 +0000 |
diego |
Add 4 more config.h #defines for libfaad2.
|
Fri, 30 Jan 2009 21:45:54 +0000 |
diego |
Add -Wundef to CFLAGS.
|
Fri, 30 Jan 2009 20:48:47 +0000 |
diego |
Enable RDFT in FFmpeg, some codecs depend on it.
|
Fri, 30 Jan 2009 20:20:06 +0000 |
diego |
Enable internal dvdread support on OS/2.
|
Mon, 26 Jan 2009 09:29:53 +0000 |
diego |
HAVE_3DNOW --> HAVE_AMD3DNOW
|
Sun, 25 Jan 2009 21:03:02 +0000 |
diego |
HAVE_3DNOWEX --> HAVE_3DNOWEXT
|
Tue, 20 Jan 2009 09:17:32 +0000 |
cehoyos |
Disable upcoming VC1/WMV3 VDPAU decoder.
|
Sat, 17 Jan 2009 11:31:12 +0000 |
cehoyos |
MPlayer only supports latest libavutil.
|
Fri, 16 Jan 2009 20:32:36 +0000 |
gpoirier |
fix compilation without VDPAU decoders
|
Fri, 16 Jan 2009 01:55:48 +0000 |
cehoyos |
Disable upcoming MPEG_VDPAU_DECODER.
|
Thu, 15 Jan 2009 15:57:19 +0000 |
diego |
Get rid of now unused FFmpeg ENABLE_ preprocessor directives.
|
Thu, 15 Jan 2009 15:56:24 +0000 |
diego |
Sync with latest FFmpeg changes: #define disabled preprocessor directives
|
Thu, 15 Jan 2009 15:51:50 +0000 |
diego |
Treat mlib as a normal FFmpeg option, not a CPU extension.
|
Thu, 15 Jan 2009 15:41:29 +0000 |
diego |
Treat SH architecture like SH4 like in FFmpeg, the only place it is used.
|
Thu, 15 Jan 2009 15:40:12 +0000 |
diego |
SH4 is not a CPU extension mechanism.
|
Thu, 15 Jan 2009 08:51:12 +0000 |
diego |
Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.
|
Sun, 11 Jan 2009 22:53:08 +0000 |
diego |
Sync with latest FFmpeg changes: Check for the availability of truncf().
|
Sun, 11 Jan 2009 15:36:08 +0000 |
diego |
Remove outdated comment.
|
Sun, 11 Jan 2009 15:31:53 +0000 |
diego |
cosmetics: Move CPU byte order check to a more sensible place.
|
Sun, 11 Jan 2009 13:33:44 +0000 |
diego |
Only check for YASM support on x86 systems.
|
Sun, 11 Jan 2009 12:58:06 +0000 |
diego |
cosmetics: Move some checks to more logical places.
|
Sun, 11 Jan 2009 11:28:01 +0000 |
diego |
console output cosmetics
|
Sun, 11 Jan 2009 11:16:20 +0000 |
diego |
Only print "using XYZ" comment if XYZ has been set.
|
Sat, 10 Jan 2009 13:57:33 +0000 |
reimar |
Reindent for "if" added in internal dvdnav patch
|
Sat, 10 Jan 2009 13:51:02 +0000 |
reimar |
Support an "internal" dvdnav version to make it easier to compile with,
|
Thu, 08 Jan 2009 19:28:28 +0000 |
reimar |
Switch internal dvdread to libdvdread SVN external.
|
Sun, 04 Jan 2009 23:41:56 +0000 |
cehoyos |
Fix compilation after upcoming H264_VDPAU patch for FFmpeg.
|
Sun, 04 Jan 2009 16:01:52 +0000 |
diego |
EXTERN_PREFIX is not only used in FFmpeg code.
|
Sun, 04 Jan 2009 13:08:13 +0000 |
diego |
Add ARMv6t2 CPU extension additions missed in previous commit.
|
Sun, 04 Jan 2009 13:05:24 +0000 |
diego |
Sync ARMv6t2 optimization support from FFmpeg.
|
Sun, 04 Jan 2009 11:52:37 +0000 |
reimar |
Update JACK configure test to match r28241
|
Sat, 27 Dec 2008 12:00:11 +0000 |
diego |
Set and use only ARCH_PPC, not also ARCH_POWERPC.
|
Tue, 23 Dec 2008 11:42:24 +0000 |
reimar |
Set fast_cmov for all x86_64 systems, except for P4-based systems this
|
Tue, 23 Dec 2008 11:42:11 +0000 |
reimar |
Define HAVE_FAST_64BIT if appropriate
|
Mon, 22 Dec 2008 22:56:51 +0000 |
cehoyos |
Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.
|
Wed, 17 Dec 2008 08:47:01 +0000 |
diego |
another round of armv4l --> arm changes
|
Mon, 15 Dec 2008 22:25:39 +0000 |
diego |
xvmc is now a CONFIG_ option in FFmpeg.
|
Sat, 13 Dec 2008 12:18:14 +0000 |
diego |
Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.
|
Sat, 13 Dec 2008 12:17:00 +0000 |
diego |
Merge two identical NetBSD/OpenBSD conditions.
|
Sat, 13 Dec 2008 12:16:32 +0000 |
diego |
Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.
|
Thu, 11 Dec 2008 23:24:36 +0000 |
cehoyos |
Search live555 library also in /usr/lib64.
|
Thu, 11 Dec 2008 21:52:47 +0000 |
diego |
Rework Theora test, it was throwing away CFLAGS provided by pkg-config.
|
Wed, 10 Dec 2008 14:28:17 +0000 |
gpoirier |
10l: actually disable quartz vo when detection failed.
|
Wed, 03 Dec 2008 14:54:04 +0000 |
diego |
whitespace cosmetics in test programs
|
Wed, 03 Dec 2008 14:48:31 +0000 |
diego |
Treat video output objects the same as everything else in the build system,
|
Wed, 03 Dec 2008 14:39:45 +0000 |
diego |
cosmetics: consistent CONFIG_PNM definition
|
Wed, 03 Dec 2008 12:47:29 +0000 |
diego |
cosmetics: Rename ZORAN Makefile variable to ZR for consistency.
|
Wed, 03 Dec 2008 12:05:47 +0000 |
diego |
Treat audio output objects the same as everything else in the build system,
|
Wed, 03 Dec 2008 09:06:23 +0000 |
gpoirier |
Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine as
|