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:40:15 +0000 |
diego |
Remove pointless #ifdef around internal header includes.
|
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 13:11:23 +0000 |
diego |
Reminder for Dominik to update the RPM packaging section.
|
Sun, 01 Feb 2009 13:07:38 +0000 |
diego |
Rename "ARM" section to "ARM Linux".
|
Sun, 01 Feb 2009 12:52:38 +0000 |
diego |
CONFIG_LIB* are defined as 0/1 in FFmpeg.
|
Sun, 01 Feb 2009 12:49:10 +0000 |
diego |
Move QNX subsection to commercial Unix section.
|
Sun, 01 Feb 2009 12:42:39 +0000 |
diego |
Move note about binary packages to the top section.
|
Sun, 01 Feb 2009 12:38:02 +0000 |
diego |
Reword beginning of MinGW section.
|
Sun, 01 Feb 2009 12:36:22 +0000 |
diego |
Remove Amiga/MorphOS section, it only contained outdated information.
|
Sun, 01 Feb 2009 11:46:55 +0000 |
diego |
Remove hints about specific binary packages, add a link to the list
|
Sun, 01 Feb 2009 11:34:31 +0000 |
diego |
Remove IRIX section, the advice it contained is now obsolete.
|
Sun, 01 Feb 2009 11:32:58 +0000 |
diego |
Remove -c option from install commands. It is ignored by GNU install and
|
Sun, 01 Feb 2009 11:29:18 +0000 |
diego |
Add a note about POSIX system requirements.
|
Sun, 01 Feb 2009 11:28:31 +0000 |
diego |
Revert Solaris PATH modification workaround.
|
Sun, 01 Feb 2009 11:27:16 +0000 |
diego |
Add a note about adding /usr/xpg4/bin to your PATH on Solaris.
|
Sun, 01 Feb 2009 11:15:18 +0000 |
diego |
Remove remarks about GNU Make being required on some systems.
|
Sun, 01 Feb 2009 10:44:04 +0000 |
diego |
Move GNU Make entry to the top of the list.
|
Sun, 01 Feb 2009 10:43:28 +0000 |
diego |
Update binutils and compiler sections.
|
Sun, 01 Feb 2009 02:22:56 +0000 |
diego |
Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation.
|
Sun, 01 Feb 2009 02:10:31 +0000 |
diego |
Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.
|
Sun, 01 Feb 2009 02:01:31 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
|
Sun, 01 Feb 2009 00:00:21 +0000 |
compn |
increase max OSD message size limit
|
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:46:12 +0000 |
diego |
Slightly simplify VIDIX_PCI_FILES command.
|
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.
|
Sat, 31 Jan 2009 01:09:49 +0000 |
uau |
command.c: Fix some commands crashing during audio-only playback
|
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 23:29:39 +0000 |
diego |
Use OS preprocessor checks with '#if defined()' consistently.
|
Fri, 30 Jan 2009 23:22:29 +0000 |
diego |
Fix warnings about undefined preprocessor directives.
|
Fri, 30 Jan 2009 23:21:23 +0000 |
diego |
1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined/undefined,
|
Fri, 30 Jan 2009 23:19:00 +0000 |
diego |
Revert mistaken #ifdef --> #if change.
|
Fri, 30 Jan 2009 23:08:36 +0000 |
diego |
Update libavcodec 'aic' flag define to match current FFmpeg.
|
Fri, 30 Jan 2009 22:27:04 +0000 |
diego |
HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly.
|
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.
|
Fri, 30 Jan 2009 15:41:45 +0000 |
reimar |
Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak
|
Fri, 30 Jan 2009 15:38:54 +0000 |
reimar |
Fix an MSGT_INPUT to MSGT_LIRC in lirc.c
|
Thu, 29 Jan 2009 15:17:22 +0000 |
compn |
add pvez to truemotion 1
|
Thu, 29 Jan 2009 03:36:14 +0000 |
compn |
remove sys/timeb.h include
|
Thu, 29 Jan 2009 02:23:06 +0000 |
compn |
increase max glyph and lines limit
|
Thu, 29 Jan 2009 00:18:32 +0000 |
diego |
Use single quotes to avoid escaping double quotes in a string.
|