Tue, 05 May 2009 08:49:07 +0000 |
diego |
Improve CoreAudio check: Use all required headers and frameworks.
|
Tue, 05 May 2009 08:46:37 +0000 |
diego |
Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.
|
Mon, 04 May 2009 18:29:55 +0000 |
diego |
CONFIG_QUICKTIME should be set depending on the state of QTX support.
|
Mon, 04 May 2009 16:55:05 +0000 |
diego |
Rename macosx video output driver to corevideo.
|
Mon, 04 May 2009 14:53:47 +0000 |
diego |
Rename macosx audio output driver to coreaudio.
|
Mon, 04 May 2009 14:49:42 +0000 |
diego |
QuickTime codecs support requires -framework QuickTime to link on Mac OS X.
|
Mon, 04 May 2009 14:40:22 +0000 |
diego |
Replace QuickTime.h #include with Carbon.h, which is really needed.
|
Mon, 04 May 2009 13:16:04 +0000 |
diego |
Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.
|
Mon, 04 May 2009 11:44:36 +0000 |
diego |
Add information about configure options to config.mak.
|
Sun, 26 Apr 2009 08:59:18 +0000 |
diego |
Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.
|
Sat, 25 Apr 2009 18:43:35 +0000 |
diego |
Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.
|
Sat, 25 Apr 2009 18:39:19 +0000 |
diego |
Remove unnecessary -framework OpenGL from CoreVideo linker flags.
|
Sat, 25 Apr 2009 17:52:55 +0000 |
diego |
whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespace
|
Sat, 25 Apr 2009 17:48:48 +0000 |
diego |
Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.
|
Sat, 25 Apr 2009 16:37:08 +0000 |
diego |
typo in XFORM asm check, noticed by Emanuele Giaquinta
|
Thu, 23 Apr 2009 07:39:39 +0000 |
diego |
Pass argc and argv parameters to main() function in SDL test.
|
Mon, 20 Apr 2009 00:10:45 +0000 |
diego |
Add HAVE_LDBRX to config.h for FFmpeg.
|
Mon, 20 Apr 2009 00:10:09 +0000 |
diego |
Add check for XFORM ASM, needed by FFmpeg/PPC.
|
Thu, 16 Apr 2009 10:02:10 +0000 |
diego |
Rely on POSIX-compatible head/tail versions that understand the -n option.
|
Wed, 15 Apr 2009 20:00:26 +0000 |
diego |
Replace all `` by $(), it is more readable and easier to nest.
|
Wed, 15 Apr 2009 17:08:41 +0000 |
diego |
Simplify OS detection functions.
|
Sun, 12 Apr 2009 17:07:30 +0000 |
diego |
Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.
|
Fri, 10 Apr 2009 18:29:01 +0000 |
diego |
Move all CFLAGS checks together at the beginning of configure.
|
Fri, 10 Apr 2009 17:39:44 +0000 |
diego |
Move thread-related CFLAGS settings into pthread test.
|
Fri, 10 Apr 2009 13:38:57 +0000 |
diego |
Remove unnecessary Darwin default CFLAGS and LDFLAGS.
|
Fri, 10 Apr 2009 13:37:59 +0000 |
diego |
Move darwin CFLAG settings to darwin section at the beginning of configure.
|
Fri, 10 Apr 2009 13:12:28 +0000 |
diego |
Move amigaos CFLAG settings to amigaos section at the beginning of configure.
|
Fri, 10 Apr 2009 13:09:39 +0000 |
diego |
gcc <3.1 is unsupported on Darwin, no need to check for this.
|
Wed, 08 Apr 2009 20:21:21 +0000 |
ramiro |
Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
|
Wed, 08 Apr 2009 11:56:09 +0000 |
diego |
Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.
|
Sat, 04 Apr 2009 14:17:53 +0000 |
diego |
Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.
|
Fri, 03 Apr 2009 08:08:44 +0000 |
cehoyos |
Fix compilation for newly added VAAPI_HWACCEL's.
|
Thu, 02 Apr 2009 19:01:23 +0000 |
bircoph |
Support for libbs2b audio filter.
|
Thu, 02 Apr 2009 18:38:15 +0000 |
cehoyos |
Fix compilation with libavcodec's HWACCEL.
|
Sat, 28 Mar 2009 18:53:26 +0000 |
reimar |
Check for ddk/ntddcdrm.h header before enabling VCD on mingw.
|
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
|
Tue, 02 Dec 2008 20:07:13 +0000 |
reimar |
100l, actually put the PTHREAD_CACHE define into config.h
|
Tue, 02 Dec 2008 08:35:30 +0000 |
diego |
vo_direct3d.o depends on w32_common.o.
|
Sun, 30 Nov 2008 13:22:34 +0000 |
diego |
MNG demuxer by Stefan Schuermans, stefan blinkenarea org
|
Fri, 28 Nov 2008 17:04:36 +0000 |
reimar |
Move PTHREAD_CACHE define logic to configure.
|
Fri, 28 Nov 2008 10:53:09 +0000 |
reimar |
Fix cross-compilation: autodetect correct nm tool
|
Wed, 26 Nov 2008 18:49:16 +0000 |
uau |
configure: Move AANDCT config.mak entry and add config.h #defines
|
Wed, 26 Nov 2008 18:17:55 +0000 |
reimar |
Fix compilation after FFmpeg r15940
|
Tue, 25 Nov 2008 18:37:13 +0000 |
cehoyos |
Enable compilation with icc 11.0.
|
Mon, 24 Nov 2008 17:29:37 +0000 |
gpoirier |
now that we have a specific check to enable ao_macosx or not, don't let test
|
Mon, 24 Nov 2008 17:27:05 +0000 |
gpoirier |
add specific test to check if we can enable ao_macosx not matter how vo_quartz test may turn out
|
Tue, 18 Nov 2008 12:23:42 +0000 |
reimar |
Direct3D based video_out module.
|
Tue, 18 Nov 2008 09:41:31 +0000 |
bircoph |
On OpenBSD socklen_t is defined at sys/types.h, so latter is added
|
Mon, 17 Nov 2008 18:20:20 +0000 |
reimar |
100l, missing ' s' in sed command, probably caused all decoders to be
|
Mon, 17 Nov 2008 15:25:33 +0000 |
diego |
Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.
|
Mon, 17 Nov 2008 15:02:24 +0000 |
diego |
Set _have_yasm to "no" if yasm detection failed.
|
Mon, 17 Nov 2008 10:16:28 +0000 |
cehoyos |
Allow compilation with icc 10.1.
|
Sun, 16 Nov 2008 16:59:17 +0000 |
reimar |
Fix missing -DARCH_X86_64 for yasm on x86_64.
|
Sun, 16 Nov 2008 13:04:16 +0000 |
bircoph |
Add yasm support to the build system.
|
Sat, 15 Nov 2008 20:37:08 +0000 |
gpoirier |
On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU,
|
Thu, 13 Nov 2008 00:15:09 +0000 |
diego |
Print out that vo_macosx is disabled when Mac OS X APIs are not available.
|
Sun, 02 Nov 2008 18:25:44 +0000 |
reimar |
lavc tscc decoder now also depends on zlib
|
Sun, 02 Nov 2008 16:37:45 +0000 |
reimar |
Change OpenGL support to work on unmodified MinGW64
|
Tue, 28 Oct 2008 18:00:11 +0000 |
diego |
Make sure that linker flags passed as configure parameters appear before
|
Sun, 26 Oct 2008 07:33:15 +0000 |
diego |
cosmetics: alphabetical order
|
Sun, 26 Oct 2008 02:21:55 +0000 |
uau |
configure: Set CONFIG_MDCT and CONFIG_GOLOMB for libavcodec
|
Sat, 25 Oct 2008 01:43:24 +0000 |
diego |
cosmetics: Reorder some FFmpeg-related config.h and config.mak entries.
|
Sat, 25 Oct 2008 00:08:02 +0000 |
uau |
configure: Set CONFIG_FFT to fix libavcodec compilation
|
Fri, 24 Oct 2008 09:08:03 +0000 |
diego |
10l: Revert SH4 removal, which is required in FFmpeg.
|
Thu, 23 Oct 2008 10:58:47 +0000 |
diego |
SH4 is an architecture, not a CPU extension.
|
Thu, 23 Oct 2008 09:53:08 +0000 |
diego |
Add ARM pld instruction test for FFmpeg ARM optimizations.
|
Tue, 21 Oct 2008 07:02:25 +0000 |
diego |
Determine default CD/DVD device in configure instead of using an #ifdef jungle.
|
Thu, 16 Oct 2008 20:44:05 +0000 |
diego |
cosmetics: Reorganize config.h. Remove pointless comments, group together
|
Thu, 16 Oct 2008 20:40:34 +0000 |
diego |
typo: _dev_dvd_openbsd --> _def_dvd_openbsd
|
Thu, 16 Oct 2008 20:25:41 +0000 |
diego |
Create LIBDIR for binary codecs upon make install.
|
Thu, 16 Oct 2008 20:23:22 +0000 |
diego |
Move dcbzl definition to the FFmpeg section of config.h where it belongs.
|
Thu, 16 Oct 2008 20:17:56 +0000 |
diego |
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
|
Thu, 16 Oct 2008 18:59:27 +0000 |
diego |
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
|
Thu, 16 Oct 2008 18:28:38 +0000 |
diego |
Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.
|
Thu, 16 Oct 2008 18:26:01 +0000 |
diego |
Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.
|
Thu, 16 Oct 2008 18:24:18 +0000 |
diego |
Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.
|
Thu, 16 Oct 2008 18:19:36 +0000 |
diego |
Move X11_FULLSCREEN definition to x11_common.h where it belongs.
|
Thu, 16 Oct 2008 18:13:06 +0000 |
diego |
Move attribute_used declaration from config.h to mangle.h where it is useful.
|
Thu, 16 Oct 2008 13:33:29 +0000 |
diego |
sun --> __sun in config.h preprocessor check
|
Tue, 14 Oct 2008 23:15:10 +0000 |
diego |
cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.
|
Tue, 14 Oct 2008 23:00:04 +0000 |
diego |
cosmetics: Consistently name all header #define variables.
|
Mon, 13 Oct 2008 22:25:35 +0000 |
diego |
Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.
|
Mon, 13 Oct 2008 16:26:05 +0000 |
diego |
Remove global definition of WIN32 in config.h for Cygwin.
|
Mon, 13 Oct 2008 16:23:55 +0000 |
diego |
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
|
Mon, 13 Oct 2008 14:17:25 +0000 |
diego |
Remove check for byteswap.h, it was removed from FFmpeg.
|
Sun, 12 Oct 2008 17:18:15 +0000 |
diego |
Filter out .hh and .h files in the C++ dependency generation command.
|
Sun, 12 Oct 2008 17:14:13 +0000 |
diego |
Remove useless HAVE_STRCHR definition from config.h.
|
Sun, 12 Oct 2008 12:12:41 +0000 |
diego |
Move socklen_t typedef from config.h to stream/network.h.
|
Sat, 11 Oct 2008 08:22:03 +0000 |
diego |
Do not provide a prototype for setenv in config.h, we do not provide a
|
Fri, 10 Oct 2008 21:56:03 +0000 |
diego |
cosmetics: Move some config.h entries to more sensible places.
|
Fri, 10 Oct 2008 05:34:49 +0000 |
diego |
cosmetics: Group codec-, network- and gui-related options together in config.h.
|
Thu, 09 Oct 2008 22:11:56 +0000 |
diego |
cosmetics: Group system header and function definitions together in config.h.
|
Sun, 05 Oct 2008 20:43:09 +0000 |
cehoyos |
Disable mp3lib and liba52-internal for icc.
|
Sat, 04 Oct 2008 17:55:42 +0000 |
diego |
Revert the removal of the likely/unlikely macros, they are still used.
|
Sat, 04 Oct 2008 17:15:39 +0000 |
diego |
Merge variable declaration and export.
|
Sat, 04 Oct 2008 15:06:50 +0000 |
diego |
Add a comment to lonely 'fi' for clarification.
|
Sat, 04 Oct 2008 13:07:31 +0000 |
diego |
cosmetics: more config.h reordering
|
Sat, 04 Oct 2008 12:39:16 +0000 |
diego |
cosmetics: Reorder entries in config.h.
|
Sat, 04 Oct 2008 12:24:18 +0000 |
diego |
100l: Revert incorrect removal or --ar and --ranlib options.
|
Sat, 04 Oct 2008 12:14:38 +0000 |
diego |
cosmetics: Improve some config.h comments.
|
Sat, 04 Oct 2008 11:47:00 +0000 |
diego |
Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.
|
Sat, 04 Oct 2008 11:42:39 +0000 |
diego |
Remove unused HAVE_SYS_POLL_H definition from config.h.
|
Sat, 04 Oct 2008 11:27:39 +0000 |
diego |
cosmetics: Move around some more stuff in config.mak.
|
Sat, 04 Oct 2008 11:06:50 +0000 |
diego |
cosmetics: Move around stuff in config.mak.
|
Sat, 04 Oct 2008 10:57:57 +0000 |
diego |
Remove unused LIBDIR Makefile variable from config.mak.
|
Sat, 04 Oct 2008 10:53:28 +0000 |
diego |
Remove unused options --ar and --ranlib.
|
Sat, 04 Oct 2008 10:39:29 +0000 |
diego |
Do not set DESTDIR to an empty value so that it can be overridden on the
|
Sat, 04 Oct 2008 10:18:42 +0000 |
diego |
FAAC/FAAD are no longer the only available AAC encoders/decoders.
|
Sat, 04 Oct 2008 10:16:48 +0000 |
diego |
Remove word size check and macro and use __WORDSIZE directly instead.
|
Sat, 04 Oct 2008 09:38:10 +0000 |
diego |
Merge SPARC and SPARC64 sections in the CPU detection code.
|
Sat, 04 Oct 2008 09:27:46 +0000 |
diego |
Skip setting variables to empty values in the CPU detection code.
|
Fri, 03 Oct 2008 22:49:53 +0000 |
diego |
100l copy and paste typo fix
|
Fri, 03 Oct 2008 22:46:33 +0000 |
diego |
spelling cosmetics
|
Fri, 03 Oct 2008 22:39:06 +0000 |
diego |
Fix vsscanf test.
|
Fri, 03 Oct 2008 21:49:25 +0000 |
diego |
CVS --> Subversion
|
Fri, 03 Oct 2008 09:56:37 +0000 |
diego |
Filter out xpm files from the list of dependencies to check for recursive
|
Fri, 03 Oct 2008 09:42:22 +0000 |
diego |
External liba52 parameters should only be enabled if the check succeeded.
|
Fri, 03 Oct 2008 09:40:43 +0000 |
diego |
Internal liba52 should default to enabled.
|
Sun, 21 Sep 2008 22:56:53 +0000 |
diego |
Make sure -I. appears before all other -I flags.
|
Tue, 16 Sep 2008 22:30:22 +0000 |
rathann |
Add shared libswscale support.
|
Tue, 16 Sep 2008 13:15:13 +0000 |
diego |
Do not clobber _inc_extra variable when setting initial include flags.
|
Tue, 16 Sep 2008 12:44:32 +0000 |
diego |
Initialize _def_liba52 and _def_liba52_internal before the liba52 checks
|
Mon, 15 Sep 2008 16:32:31 +0000 |
rathann |
External liba52 support, part 2 of 2.
|
Mon, 15 Sep 2008 15:33:34 +0000 |
diego |
Add -I. to _inc_extra at the beginning instead of to CFLAGS at the end.
|
Mon, 15 Sep 2008 05:19:22 +0000 |
diego |
Avoid useless line in libpostproc test.
|
Mon, 01 Sep 2008 17:56:02 +0000 |
diego |
Rename --enable-tremor-external option to --enable-tremor along with the
|
Mon, 01 Sep 2008 17:48:45 +0000 |
diego |
Do not refer to libcdio and liblzo as external in the help output.
|
Mon, 01 Sep 2008 17:46:39 +0000 |
diego |
Rename --enable-faad-external option to --enable-faad along with the
|
Mon, 01 Sep 2008 17:37:15 +0000 |
diego |
Initialize _def_faad* variables to disabled before setting them.
|
Mon, 01 Sep 2008 17:32:53 +0000 |
diego |
Fall back on external libfaad check if internal libfaad check failed.
|
Sun, 31 Aug 2008 13:56:18 +0000 |
diego |
Only use winsock2.h to check for closesocket().
|
Sun, 31 Aug 2008 13:54:08 +0000 |
diego |
Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.
|
Sat, 30 Aug 2008 12:22:21 +0000 |
rathann |
Rename internal libdvdread fork from dvdread to libdvdread
|
Fri, 29 Aug 2008 20:05:08 +0000 |
diego |
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
|
Fri, 29 Aug 2008 16:20:35 +0000 |
diego |
Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.
|
Sun, 17 Aug 2008 22:02:05 +0000 |
diego |
Add check for ARM VFP instructions.
|
Thu, 14 Aug 2008 15:54:53 +0000 |
diego |
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
|
Tue, 12 Aug 2008 07:16:18 +0000 |
diego |
Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.
|
Mon, 11 Aug 2008 23:10:03 +0000 |
ben |
Add VIDIX driver for SuperH Mobile VEU hardware block.
|
Sun, 10 Aug 2008 18:38:13 +0000 |
diego |
The PNG encoder in libavcodec needs to be enabled for vf_screenshot even if
|
Thu, 07 Aug 2008 21:46:06 +0000 |
diego |
Add separate variables for CFLAGS that are specific to internal libraries
|
Thu, 07 Aug 2008 21:44:26 +0000 |
diego |
Remove unused Makefile variable.
|
Thu, 07 Aug 2008 21:03:14 +0000 |
diego |
cosmetics: Rename some CFLAGS-related variables.
|
Thu, 07 Aug 2008 12:20:50 +0000 |
diego |
Give a CONFIG_ prefix to preprocessor directives that lacked one and
|
Thu, 07 Aug 2008 11:58:37 +0000 |
diego |
generalized SH architecture support by Magnus Damm, magnus.damm gmail com
|
Thu, 07 Aug 2008 10:36:07 +0000 |
diego |
Rename font-related preprocessor directives.
|
Thu, 07 Aug 2008 08:58:07 +0000 |
diego |
Rename a bunch of miscellaneous preprocessor directives.
|
Wed, 06 Aug 2008 23:19:29 +0000 |
diego |
Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
|
Wed, 06 Aug 2008 07:42:26 +0000 |
diego |
Rename all preprocessor directives related to Apple / Mac OS X.
|
Tue, 05 Aug 2008 16:32:47 +0000 |
diego |
Rename some audio-output-related preprocessor directives.
|
Tue, 05 Aug 2008 08:51:17 +0000 |
diego |
Rename preprocessor definition in check skeleton.
|
Tue, 05 Aug 2008 08:47:51 +0000 |
diego |
Rename preprocessor directives related to image libraries.
|
Mon, 04 Aug 2008 22:38:57 +0000 |
ben |
Detect ppc64 and powerpc64 architectures as PowerPC variants.
|
Mon, 04 Aug 2008 06:16:23 +0000 |
diego |
Change a bunch of X11-specific preprocessor directives.
|
Sun, 03 Aug 2008 20:04:03 +0000 |
ben |
Add video driver for Nintendo Wii/GameCube.
|
Sun, 03 Aug 2008 16:26:11 +0000 |
diego |
Remove duplicated DVB definition line.
|
Sun, 03 Aug 2008 16:16:10 +0000 |
diego |
Rename --enable-macosx-finder-support option to --enable-macosx-finder
|
Sun, 03 Aug 2008 15:57:18 +0000 |
diego |
Rename _smbsupport variable to _smb.
|
Sun, 03 Aug 2008 15:21:40 +0000 |
diego |
Change a bunch of video/audio-output-specific preprocessor directives from
|
Sat, 02 Aug 2008 21:39:29 +0000 |
diego |
Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined
|
Sat, 02 Aug 2008 17:38:11 +0000 |
diego |
Change a bunch of video-output-specific preprocessor directives from a HAVE_
|
Sat, 02 Aug 2008 16:30:32 +0000 |
diego |
Change a bunch of codec-specific preprocessor directives from a HAVE_
|
Fri, 01 Aug 2008 20:28:58 +0000 |
diego |
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
|
Fri, 01 Aug 2008 05:35:30 +0000 |
diego |
Initialize socklen_t variable to "no".
|
Wed, 30 Jul 2008 18:22:32 +0000 |
diego |
For the case that we add a typedef for socklen_t, we should #define
|
Wed, 30 Jul 2008 18:16:57 +0000 |
diego |
Check for socklen_t in ws2tcpip.h as well.
|
Wed, 30 Jul 2008 18:07:19 +0000 |
diego |
Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
|
Wed, 30 Jul 2008 13:46:27 +0000 |
diego |
Remove unused HAVE_MENCODER definition.
|
Wed, 30 Jul 2008 13:44:59 +0000 |
diego |
Rename two GUI-related preprocessor directives:
|
Wed, 30 Jul 2008 12:03:30 +0000 |
diego |
Remove unused definition from config.h.
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Wed, 30 Jul 2008 09:49:59 +0000 |
diego |
Remove unused definition from config.h.
|
Wed, 30 Jul 2008 09:42:37 +0000 |
diego |
Add proper check for socklen_t.
|
Wed, 30 Jul 2008 08:59:02 +0000 |
diego |
cosmetics: Group FFmpeg definitions together in config.h.
|
Mon, 28 Jul 2008 17:33:54 +0000 |
diego |
Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.
|
Mon, 28 Jul 2008 17:33:08 +0000 |
diego |
Rework OS/2 configuration with respect to linker output formats.
|
Mon, 28 Jul 2008 17:21:36 +0000 |
diego |
cosmetics: Add a separator comment.
|
Mon, 28 Jul 2008 17:18:07 +0000 |
diego |
Move libdvdnav check before the CFLAGS section. It is still the last check
|
Mon, 28 Jul 2008 16:57:22 +0000 |
diego |
Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile and
|
Mon, 28 Jul 2008 16:47:19 +0000 |
diego |
Remove unused HPUX #define from command line.
|
Mon, 28 Jul 2008 16:36:11 +0000 |
diego |
Move libdvdcss-specific CFLAG settings to libdvdcss test.
|
Sat, 26 Jul 2008 18:36:48 +0000 |
diego |
Revert to previous dependency checking behavior.
|
Sat, 26 Jul 2008 12:26:04 +0000 |
diego |
Remove AltiVec vector declaration compiler compatibility macros.
|
Thu, 24 Jul 2008 15:38:20 +0000 |
reimar |
Fix configure hanging forever in iconv check using --charset=noconv
|
Tue, 22 Jul 2008 22:58:51 +0000 |
diego |
Add Dirac video support via libdirac and libschroedinger in libavcodec.
|
Sat, 19 Jul 2008 02:00:56 +0000 |
diego |
Only build the documentation in the languages requested from configure.
|
Thu, 17 Jul 2008 22:38:26 +0000 |
diego |
Fix typo in msg_lang variable name that prevented the correct message
|
Thu, 17 Jul 2008 19:23:27 +0000 |
ben |
Maemo platform runs on Nokia N8x0 series too.
|
Thu, 17 Jul 2008 17:11:30 +0000 |
reimar |
Our ALSA code needs alloca, so check for it in configure and include alloca.h
|
Thu, 17 Jul 2008 12:38:05 +0000 |
diego |
cosmetics: Indent language handling after last commit.
|
Thu, 17 Jul 2008 12:36:54 +0000 |
diego |
Rewrite translation handling in the build system.
|
Thu, 17 Jul 2008 12:24:47 +0000 |
diego |
Simplify summary output, add an extra empty line to it.
|
Thu, 17 Jul 2008 12:22:05 +0000 |
diego |
Remove note about localization from configure output.
|
Thu, 17 Jul 2008 12:19:39 +0000 |
diego |
cosmetics: Rename _doc_lang variable to doc_lang.
|
Wed, 16 Jul 2008 16:14:56 +0000 |
diego |
Add variables for all available man page and documentation languages.
|
Wed, 16 Jul 2008 16:05:58 +0000 |
diego |
Remove redundant check in message language test.
|
Wed, 16 Jul 2008 15:53:21 +0000 |
diego |
Move the "all" option to the front of the list of available languages in
|
Wed, 16 Jul 2008 15:51:15 +0000 |
diego |
cosmetics: Rename LANGUAGES variable to msg_langs.
|
Wed, 16 Jul 2008 15:38:06 +0000 |
diego |
Replace output redirection with grep by POSIX standard options.
|
Wed, 16 Jul 2008 15:09:24 +0000 |
diego |
Replace simple sed invocation by even simpler tr invocation.
|
Wed, 16 Jul 2008 15:08:34 +0000 |
diego |
Merge two consecutive sed calls into one.
|
Tue, 15 Jul 2008 16:39:26 +0000 |
reimar |
ALSA stupidly tries to define struct timeval and struct timespec, which
|
Tue, 15 Jul 2008 09:21:53 +0000 |
diego |
Fix dlopen(), dlclose() dlsym() calls in configure test.
|
Tue, 15 Jul 2008 09:17:07 +0000 |
diego |
Fix tgetent call in termcap configure test.
|
Tue, 15 Jul 2008 09:07:31 +0000 |
diego |
Add two more missing headers to configure checks.
|
Tue, 15 Jul 2008 08:31:43 +0000 |
diego |
Add missing return statements to configure tests.
|
Tue, 15 Jul 2008 08:18:08 +0000 |
diego |
Add missing headers to configure checks.
|
Sun, 13 Jul 2008 14:36:20 +0000 |
rathann |
Do not set _dvdreadconfig unconditionally.
|
Sun, 13 Jul 2008 11:54:13 +0000 |
diego |
cosmetics: main (void) --> main(void)
|
Sun, 13 Jul 2008 11:50:48 +0000 |
diego |
main(void) --> int main(void) in .align test
|
Sun, 13 Jul 2008 11:49:57 +0000 |
diego |
Use correct header in libamr narrowband test.
|
Sat, 12 Jul 2008 08:23:10 +0000 |
diego |
Dependency files should be refreshed when object files are rebuilt.
|
Tue, 08 Jul 2008 16:11:58 +0000 |
diego |
Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines to
|
Tue, 24 Jun 2008 08:21:04 +0000 |
diego |
Add missing 'struct input_id id' to Apple IR configure check.
|
Mon, 23 Jun 2008 08:58:25 +0000 |
diego |
Dependency files need to get updated when any of their dependencies are
|
Sun, 22 Jun 2008 16:41:26 +0000 |
diego |
Replace misuse of echores in libdvdnav check by _res_comment.
|
Fri, 20 Jun 2008 20:31:19 +0000 |
ben |
fix obviously wrong option description
|
Fri, 20 Jun 2008 19:33:32 +0000 |
ben |
Allow conditional compilation of yuv4mpeg video out.
|
Sun, 15 Jun 2008 16:00:51 +0000 |
diego |
cosmetics: Group internal codec library tests together.
|
Fri, 13 Jun 2008 08:28:03 +0000 |
lu_zero |
Fix support for libnemesi installed on nonstandard paths
|
Mon, 09 Jun 2008 08:09:02 +0000 |
gpoirier |
require latest x264 to enable MEncoder's x264 support
|
Sun, 08 Jun 2008 10:38:28 +0000 |
diego |
Add support for enabling VIDIX dhahelper.
|
Sat, 07 Jun 2008 14:32:06 +0000 |
diego |
Restore support for compiling with svgalib_helper.
|
Sat, 07 Jun 2008 14:00:04 +0000 |
diego |
Only check for VIDIX PCI device name database if VIDIX is enabled.
|
Sat, 07 Jun 2008 13:54:49 +0000 |
diego |
Make sure that the LC_ALL variable is exported to the environment of
|
Sat, 07 Jun 2008 10:54:07 +0000 |
ben |
Drop support for external libvidix (unmaintained and not up-to-date)
|
Mon, 02 Jun 2008 16:32:38 +0000 |
diego |
Use LC_ALL instead of LANG in config.mak to prevent locale settings from
|
Mon, 02 Jun 2008 12:55:24 +0000 |
diego |
10l: Restore LANG variable in config.mak so that shell commands are not
|
Mon, 02 Jun 2008 12:28:48 +0000 |
diego |
Remove unused variable LANG from config.mak.
|
Mon, 02 Jun 2008 12:26:57 +0000 |
diego |
Remove unused variable TARGET_OS from config.mak.
|
Mon, 02 Jun 2008 12:24:28 +0000 |
diego |
cosmetics: Restructure config.mak logically and alphabetically.
|
Mon, 02 Jun 2008 12:09:01 +0000 |
diego |
Remove unused variable TARGET_CPU from config.mak.
|
Mon, 02 Jun 2008 11:08:04 +0000 |
diego |
Remove unnecessary FFmpeg hack from config.mak.
|
Sun, 01 Jun 2008 07:45:22 +0000 |
nicodvb |
tiny reindentation
|
Sun, 01 Jun 2008 07:44:36 +0000 |
nicodvb |
disable dvdnav when using the internal dvdread
|
Sun, 01 Jun 2008 07:32:28 +0000 |
nicodvb |
reindented the dvdread detection block
|
Sun, 01 Jun 2008 07:31:03 +0000 |
nicodvb |
changed the code that checks the presence of the external dvdread
|
Sun, 01 Jun 2008 07:28:31 +0000 |
nicodvb |
removed support for Ogle's dvdread
|
Sat, 31 May 2008 16:38:02 +0000 |
diego |
Change spelling of XviD to Xvid as has already been done in the (rest of the)
|
Fri, 30 May 2008 18:03:36 +0000 |
diego |
Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be used
|
Fri, 30 May 2008 11:45:08 +0000 |
diego |
Check for AltiVec vector declaration syntax.
|
Wed, 28 May 2008 23:04:41 +0000 |
iive |
Revert commit r26897.
|
Tue, 27 May 2008 12:41:27 +0000 |
diego |
cosmetics: XviD --> Xvid
|
Tue, 20 May 2008 20:51:22 +0000 |
ben |
add potentially missing types
|
Mon, 19 May 2008 05:41:49 +0000 |
diego |
Output a better informative message if no AltiVec CFLAGS can be found.
|
Mon, 19 May 2008 05:40:19 +0000 |
diego |
Do not run second AltiVec CFLAG check in a subshell; the variable that is
|
Sun, 18 May 2008 23:16:30 +0000 |
diego |
Replace hack to disable iconv conversion of messages with something more sane.
|
Sun, 18 May 2008 19:05:52 +0000 |
diego |
Only run AltiVec compiler tests on PowerPC.
|
Sun, 18 May 2008 17:32:51 +0000 |
diego |
10l: Fix MAN_LANG creation for real this time.
|
Sun, 18 May 2008 17:22:53 +0000 |
diego |
10l: missing quotes in sed command
|
Sun, 18 May 2008 16:40:20 +0000 |
diego |
Split MAN_LANG Makefile variable into MAN_LANG and MAN_LANG_ALL with
|
Sun, 18 May 2008 16:25:20 +0000 |
diego |
Introduce make variable common to the GTK and Windows GUI and use it
|
Sun, 18 May 2008 15:49:31 +0000 |
diego |
10l: Add missing parentheses in AltiVec test logic.
|
Sun, 18 May 2008 11:53:00 +0000 |
ben |
Add support for AppleIR Remote as an input under Linux systems.
|
Fri, 16 May 2008 09:42:28 +0000 |
diego |
cosmetics: Remove useless parentheses from return statements.
|
Sat, 10 May 2008 14:57:13 +0000 |
diego |
Prefer FSF-style AltiVec flags over Apple-style.
|
Sat, 10 May 2008 14:54:51 +0000 |
diego |
Simplify AltiVec compiler flag test.
|
Sat, 10 May 2008 13:41:10 +0000 |
diego |
Simplify AltiVec CFLAG test.
|
Sat, 10 May 2008 13:40:36 +0000 |
diego |
Replace some if constructs with && in the AltiVec test.
|
Sat, 10 May 2008 13:23:05 +0000 |
diego |
cosmetics: whitespace changes, spelling, code moving in AltiVec test.
|
Sat, 10 May 2008 12:13:53 +0000 |
diego |
Only check for and set AltiVec flags if AltiVec or runtime CPU detection is
|
Sat, 10 May 2008 12:07:06 +0000 |
diego |
Remove outdated FIXME comment.
|
Fri, 09 May 2008 12:39:04 +0000 |
diego |
FFmpeg parts no longer require extra -I CFLAGS.
|
Fri, 09 May 2008 00:02:27 +0000 |
diego |
cosmetics: indentation
|
Thu, 08 May 2008 22:50:17 +0000 |
diego |
Add options to handle the external libraries in libavcodec, which require
|
Thu, 08 May 2008 22:32:40 +0000 |
diego |
Add option to disable mp3lame.
|
Thu, 08 May 2008 21:58:32 +0000 |
diego |
cosmetics: Rename _lavc_* variables to _*_lavc.
|
Thu, 08 May 2008 21:50:31 +0000 |
diego |
cosmetics: Rename _def_lavc_* variables to _def_*_lavc.
|
Wed, 07 May 2008 23:45:11 +0000 |
diego |
Remove obscure comment about libmp3lame depending on Vorbis.
|
Wed, 07 May 2008 23:26:16 +0000 |
diego |
1l: Remove leftover _lavc_x264 variable.
|
Tue, 06 May 2008 22:56:42 +0000 |
diego |
Always enable x264 in libavcodec if x264 is enabled.
|
Sun, 04 May 2008 11:35:07 +0000 |
diego |
Rewrite (gcc) compiler check to default to enabling compilation and not set
|
Sat, 03 May 2008 20:14:50 +0000 |
diego |
cosmetics: Remove trailing whitespace.
|
Sat, 03 May 2008 20:07:04 +0000 |
diego |
cosmetics: Remove unused argc/argv parameters from test programs.
|
Sat, 03 May 2008 20:03:36 +0000 |
diego |
cosmetics: Consistently compactify and reformat test programs.
|
Sat, 03 May 2008 15:40:12 +0000 |
diego |
Use a regular expression to filter out all external library parts from FFmpeg.
|
Sat, 03 May 2008 15:30:45 +0000 |
diego |
Remove dead code; LIBVORBIS_ENCODER is deleted from _libavencoders elsewhere.
|
Sat, 03 May 2008 15:29:26 +0000 |
diego |
External libraries used by FFmpeg now have a lib prefix in their name.
|
Sat, 03 May 2008 14:25:10 +0000 |
reimar |
Fix compilation: disable libdirac and libschroedinger FFmpeg de- and encoders.
|
Thu, 01 May 2008 17:51:04 +0000 |
diego |
cosmetics: Reindent after last commit and reformat comment.
|
Thu, 01 May 2008 17:48:38 +0000 |
diego |
Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get picked
|
Thu, 01 May 2008 17:43:12 +0000 |
diego |
cosmetics: Fix indentation after last commits.
|
Thu, 01 May 2008 17:40:38 +0000 |
diego |
Remove obsolete gcc 2.96 warning message. This was also used for e.g. icc,
|
Thu, 01 May 2008 17:32:52 +0000 |
diego |
Remove --disable-gcc-check option and related code.
|
Thu, 01 May 2008 17:25:19 +0000 |
diego |
Rename cc_verc_fail variable to cc_fail.
|
Thu, 01 May 2008 13:49:53 +0000 |
diego |
cosmetics: Simplify altivec.h test.
|
Thu, 01 May 2008 13:46:17 +0000 |
diego |
cosmetics: Fix indentation after last commit.
|
Thu, 01 May 2008 13:45:00 +0000 |
diego |
Check for altivec.h always, not just when AltiVec is enabled.
|
Wed, 30 Apr 2008 15:36:17 +0000 |
diego |
Set libdvdcss CFLAGS for dvdread from configure.
|
Tue, 29 Apr 2008 22:27:50 +0000 |
diego |
Move CFLAGS setting to configure.
|
Mon, 28 Apr 2008 15:19:50 +0000 |
diego |
Remove unnecessary -I.. from CFLAGS, change -I../libavutil to -Ilibavutil.
|
Sat, 26 Apr 2008 10:53:32 +0000 |
diego |
Only compile libmpcodecs/ve_qtvideo.c on Windows.
|
Thu, 24 Apr 2008 22:30:50 +0000 |
diego |
Rename make variable DVDCSS_INTERNAL --> LIBDVDCSS_INTERNAL.
|
Thu, 24 Apr 2008 21:46:50 +0000 |
diego |
dependency generation infrastructure for C++ files
|
Thu, 24 Apr 2008 16:41:44 +0000 |
diego |
Move libfaad2 fixed-point CFLAGS setting to configure.
|
Tue, 22 Apr 2008 22:55:55 +0000 |
diego |
Move Tremor low accuracy CFLAGS handling to configure.
|
Tue, 22 Apr 2008 21:48:28 +0000 |
nicodvb |
added support for dvdread-config (from our svn), called as fallback when dvdread isn't detected
|
Tue, 22 Apr 2008 19:46:08 +0000 |
diego |
Only add available CPU extensions to config.mak.
|
Sun, 13 Apr 2008 10:59:11 +0000 |
diego |
Fix DEPEND_CMD, there was one level of variable indirection too much.
|
Sun, 13 Apr 2008 10:44:21 +0000 |
diego |
Add Makefile variable for DVB OSD menu, saves one ifeq.
|
Sun, 13 Apr 2008 07:57:35 +0000 |
diego |
Restore compilation of osdep/mplayer-rc.o.
|
Sat, 12 Apr 2008 23:28:11 +0000 |
diego |
Fix MPDEPEND_CMD to work with more than one subdirectory level.
|
Sat, 12 Apr 2008 12:51:07 +0000 |
zuxy |
Enable runtime control for colorful and/or module name output
|
Fri, 11 Apr 2008 17:45:17 +0000 |
diego |
Remove unused make variable.
|
Fri, 11 Apr 2008 10:51:36 +0000 |
diego |
Add GUI_GTK make variable.
|
Fri, 11 Apr 2008 07:39:49 +0000 |
diego |
Remove unused TARGET_WIN32 setting.
|
Fri, 11 Apr 2008 07:28:32 +0000 |
diego |
Add a config.mak variable to control compilation of the Win32 GUI.
|
Fri, 11 Apr 2008 07:17:40 +0000 |
diego |
Remove unused definition.
|
Wed, 09 Apr 2008 18:26:44 +0000 |
diego |
Rename ASS make variable to LIBASS.
|
Wed, 09 Apr 2008 17:23:59 +0000 |
diego |
Handle af_ladspa conditional compilation in the usual way.
|
Tue, 08 Apr 2008 18:03:14 +0000 |
diego |
Move decision about which getch2 and timer file to compile to configure.
|
Tue, 08 Apr 2008 17:31:25 +0000 |
diego |
Move decision about whether or not to compile osdep/mmap_os2.c to configure.
|
Mon, 07 Apr 2008 23:49:39 +0000 |
diego |
Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.
|
Fri, 04 Apr 2008 19:38:06 +0000 |
diego |
Export some more information for FFmpeg's buid system.
|
Tue, 01 Apr 2008 21:59:39 +0000 |
diego |
Darwin and Win32 DVD support libs are handled separately, take them back
|
Tue, 01 Apr 2008 21:22:02 +0000 |
diego |
Initialize _dvdread variable to "no" in the dvdread check.
|
Mon, 31 Mar 2008 17:48:50 +0000 |
diego |
Ahem, fix quoting of $ in DEPEND_CMD.
|
Mon, 31 Mar 2008 17:27:01 +0000 |
diego |
Add DEPEND_CMD to config.mak (sync with FFmpeg).
|
Mon, 31 Mar 2008 17:19:51 +0000 |
diego |
Rename HAVE_XVMC_ACCEL to HAVE_XVMC for consistency and to sync with FFmpeg.
|
Mon, 31 Mar 2008 17:04:06 +0000 |
diego |
cosmetics: Group all FFmpeg settings together in config.mak.
|
Mon, 31 Mar 2008 16:53:14 +0000 |
diego |
HAVE_MLIB was renamed to CONFIG_MLIB in FFmpeg.
|
Thu, 27 Mar 2008 11:19:11 +0000 |
diego |
cosmetics: prettyprinting
|
Thu, 27 Mar 2008 11:18:09 +0000 |
diego |
some more DragonFly BSD changes, patch by Hasso Tepper, hasso estpak ee
|
Thu, 27 Mar 2008 02:04:03 +0000 |
diego |
support for DragonFly BSD, patch by Hasso Tepper, hasso estpak ee
|
Thu, 27 Mar 2008 01:56:37 +0000 |
diego |
Remove bsd() system check. Lumping different *BSD systems together like
|
Wed, 26 Mar 2008 00:15:43 +0000 |
diego |
cosmetics: Reindent X11 header search section after last commit.
|
Wed, 26 Mar 2008 00:14:51 +0000 |
diego |
Do not look for X11 headers on the host when cross-compiling.
|
Tue, 18 Mar 2008 09:09:53 +0000 |
eugeni |
Compilation fix.
|
Sat, 15 Mar 2008 11:37:18 +0000 |
diego |
Remove unused MACOSX definition.
|
Sat, 15 Mar 2008 11:31:28 +0000 |
diego |
Introduce HAVE_QUICKTIME definition and use it where appropriate.
|
Sat, 15 Mar 2008 09:49:14 +0000 |
diego |
Add a separate definition for quartz.
|
Sat, 15 Mar 2008 09:28:33 +0000 |
diego |
10l: Really disable coreaudio where intended.
|
Sat, 15 Mar 2008 09:20:41 +0000 |
diego |
Do not disable all Mac OS X support when pthreads are unavailable.
|
Sat, 15 Mar 2008 09:19:38 +0000 |
diego |
MACOSX_COREVIDEO --> corevideo
|
Sat, 15 Mar 2008 08:54:21 +0000 |
diego |
Introduce a separate definition for Mac OS X coreaudio support.
|
Sat, 15 Mar 2008 08:21:02 +0000 |
diego |
Fix wrong res_comment.
|
Mon, 10 Mar 2008 18:00:25 +0000 |
diego |
CONFIG_SWSCALER --> CONFIG_SWSCALE to match FFmpeg changes.
|
Mon, 10 Mar 2008 08:16:55 +0000 |
zuxy |
Disable QTX emulation on win32; fix builds on cygwin and mingw32.
|
Sat, 08 Mar 2008 18:55:08 +0000 |
diego |
CONFIG_PP --> CONFIG_POSTPROC, sync with FFmpeg
|
Sat, 08 Mar 2008 16:44:51 +0000 |
diego |
Move HP-UX SCSI header check from the internal libdvdread check to the
|
Fri, 07 Mar 2008 10:39:43 +0000 |
diego |
Add parentheses where necessary to fix || conditions to work as intended.
|
Fri, 07 Mar 2008 10:36:31 +0000 |
diego |
Remove duplicate conditions in dvdread check.
|
Fri, 07 Mar 2008 10:05:08 +0000 |
diego |
Set ASFLAGS in configure and initialize it as necessary for OS/2.
|
Thu, 06 Mar 2008 00:42:24 +0000 |
diego |
Disable S3 VIDIX driver on non-x86 platforms.
|
Thu, 06 Mar 2008 00:34:40 +0000 |
diego |
10l: ENABLE_GRAY needs to be present for libavcodec to compile.
|
Wed, 05 Mar 2008 23:04:27 +0000 |
diego |
Do not enable grayscale decoding in FFmpeg, it slows down the
|
Wed, 05 Mar 2008 23:03:04 +0000 |
diego |
Add ENABLE_DECODERS/ENABLE_DEMUXERS alongside CONFIG_DECODERS/CONFIG_DEMUXERS
|
Mon, 03 Mar 2008 18:12:05 +0000 |
diego |
Move decision about whether or not to compile Windows emulation
|
Mon, 03 Mar 2008 17:51:36 +0000 |
diego |
Move decision about whether or not to compile wrapper.S to configure.
|
Mon, 03 Mar 2008 03:02:36 +0000 |
uau |
configure: Set CONFIG_ENCODERS=yes in config.mak unconditionally
|
Fri, 29 Feb 2008 20:01:28 +0000 |
ben |
New S3 VIDIX driver.
|
Thu, 28 Feb 2008 18:19:10 +0000 |
diego |
Use _res_comment in joystick check.
|
Tue, 26 Feb 2008 23:24:53 +0000 |
diego |
Default to disabling VIDIX on platforms where it is not known to work.
|
Tue, 26 Feb 2008 05:18:56 +0000 |
uau |
configure: define ENABLE_ENCODERS for FFmpeg
|
Mon, 25 Feb 2008 15:46:36 +0000 |
diego |
FFmpeg now uses different (unified) #include paths.
|
Sun, 24 Feb 2008 22:41:39 +0000 |
diego |
Disable internal VIDIX on OS/2, patch by Dave Yeo, dave.r.yeo gmail com.
|
Sun, 24 Feb 2008 11:18:12 +0000 |
cehoyos |
Only icc 10.1 will be supported.
|
Sun, 24 Feb 2008 11:15:30 +0000 |
cehoyos |
Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).
|
Sat, 23 Feb 2008 13:13:28 +0000 |
diego |
#define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.
|
Sat, 23 Feb 2008 12:47:19 +0000 |
diego |
Move libdca definition to a better place in config.h.
|
Thu, 21 Feb 2008 16:47:05 +0000 |
diego |
Replace Alpha MVI compiler workarounds by a proper configure check.
|