Mercurial > mplayer.hg
graph
-
Do not print a warning if current pts is equal to previous pts.2009-02-01, by diego
-
cosmetics: Remove period after copyright statement non-sentence.2009-02-01, by diego
-
HAVE_WINSOCK2_H is now a 0/1 definition.2009-02-01, by diego
-
Simplify inet_pton/inet_aton checks.2009-02-01, by diego
-
Add some more definitions for FFmpeg to config.h.2009-02-01, by diego
-
cosmetics: Fix indentation after last commit.2009-02-01, by diego
-
Restructure network tests: Always check for both inet_aton and inet_pton.2009-02-01, by diego
-
HAVE_DCBZL should be a 0/1 definition.2009-02-01, by diego
-
Convert HAVE_WINSOCK2_H into a 0/1 definition.2009-02-01, by diego
-
Remove pointless #ifdef around internal header includes.2009-02-01, by diego
-
HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.2009-02-01, by diego
-
Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.2009-02-01, by diego
-
Add a few more #defines for FFmpeg to config.h.2009-02-01, by diego
-
Reminder for Dominik to update the RPM packaging section.2009-02-01, by diego
-
Rename "ARM" section to "ARM Linux".2009-02-01, by diego
-
CONFIG_LIB* are defined as 0/1 in FFmpeg.2009-02-01, by diego
-
Move QNX subsection to commercial Unix section.2009-02-01, by diego
-
Move note about binary packages to the top section.2009-02-01, by diego
-
Reword beginning of MinGW section.2009-02-01, by diego
-
Remove Amiga/MorphOS section, it only contained outdated information.2009-02-01, by diego
-
Remove hints about specific binary packages, add a link to the list2009-02-01, by diego
-
Remove IRIX section, the advice it contained is now obsolete.2009-02-01, by diego
-
Remove -c option from install commands. It is ignored by GNU install and2009-02-01, by diego
-
Add a note about POSIX system requirements.2009-02-01, by diego
-
Revert Solaris PATH modification workaround.2009-02-01, by diego
-
Add a note about adding /usr/xpg4/bin to your PATH on Solaris.2009-02-01, by diego
-
Remove remarks about GNU Make being required on some systems.2009-02-01, by diego
-
Move GNU Make entry to the top of the list.2009-02-01, by diego
-
Update binutils and compiler sections.2009-02-01, by diego
-
Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation.2009-02-01, by diego
-
Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.2009-02-01, by diego
-
Use full internal pathname in doxygen @file directives.2009-02-01, by diego
-
increase max OSD message size limit2009-02-01, by compn
-
Set a sane default path on Solaris.2009-01-31, by diego
-
cosmetics: Move memalign_hack define next to other FFmpeg defines in config.h.2009-01-31, by diego
-
Slightly simplify VIDIX_PCI_FILES command.2009-01-31, by diego
-
Make sure CONFIG_MEMALIGN_HACK is always #defined.2009-01-31, by diego
-
Make sure HAVE_ALTIVEC_H is always #defined.2009-01-31, by diego
-
Make sure HAVE_FAST_64BIT is always #defined.2009-01-31, by diego
-
Add bswap check, needed for FFmpeg.2009-01-31, by diego
-
Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it.2009-01-31, by diego
-
HAVE_LRINT and friends should be defined to 0/1.2009-01-31, by diego
-
command.c: Fix some commands crashing during audio-only playback2009-01-31, by uau
-
Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.2009-01-30, by diego
-
Add CONFIG_SWSCALE to config.h, we always enable the software scaler.2009-01-30, by diego
-
Add 4 more config.h #defines for libfaad2.2009-01-30, by diego
-
Use OS preprocessor checks with '#if defined()' consistently.2009-01-30, by diego
-
Fix warnings about undefined preprocessor directives.2009-01-30, by diego
-
1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined/undefined,2009-01-30, by diego
-
Revert mistaken #ifdef --> #if change.2009-01-30, by diego
-
Update libavcodec 'aic' flag define to match current FFmpeg.2009-01-30, by diego
-
HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly.2009-01-30, by diego
-
Add -Wundef to CFLAGS.2009-01-30, by diego
-
Enable RDFT in FFmpeg, some codecs depend on it.2009-01-30, by diego
-
Enable internal dvdread support on OS/2.2009-01-30, by diego
-
Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak2009-01-30, by reimar
-
Fix an MSGT_INPUT to MSGT_LIRC in lirc.c2009-01-30, by reimar
-
add pvez to truemotion 12009-01-29, by compn
-
remove sys/timeb.h include2009-01-29, by compn
-
increase max glyph and lines limit2009-01-29, by compn
-
Use single quotes to avoid escaping double quotes in a string.2009-01-29, by diego
-
Use cat instead of echo to generate version.h.2009-01-29, by diego
-
Remove superfluous backslash escapes that caused unintended escapes.2009-01-28, by diego
-
Avoid a division by 0 when using -oac mp3lame but no audio data actually is encoded.2009-01-28, by reimar
-
increase max subtitle stream limit2009-01-28, by compn
-
Do not use select n lirc code, instead set the fd non-blocking.2009-01-27, by reimar
-
Allocate a larger backbuffer to allow resizing without reinit.2009-01-27, by reimar
-
Add standard license headers.2009-01-26, by diego
-
Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.2009-01-26, by diego
-
Do not duplicate VERSION string.2009-01-26, by diego
-
Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.2009-01-26, by diego
-
WORDS_BIGENDIAN is defined/undefined, not 0/1.2009-01-26, by diego
-
some more HAVE_3DNOW --> HAVE_AMD3DNOW2009-01-26, by diego
-
Drop HAVE_LRINTF check, lrintf is used without checking in other places.2009-01-26, by diego
-
HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined.2009-01-26, by diego
-
HAVE_3DNOW --> HAVE_AMD3DNOW2009-01-26, by diego
-
version.h depends on version.sh.2009-01-26, by diego
-
Fix build: Add required header and adjust preprocessor check.2009-01-25, by diego
-
Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.2009-01-25, by diego
-
Add SSSE3 and CMOV to CPU information printed on startup.2009-01-25, by diego
-
cosmetics: Consistently name 3DNow! extensions.2009-01-25, by diego
-
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.2009-01-25, by diego
-
DECLARE_ALIGNED was moved in FFmpeg.2009-01-25, by diego
-
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.2009-01-25, by diego
-
HAVE_3DNOWEX --> HAVE_3DNOWEXT2009-01-25, by diego
-
Factorize print_version().2009-01-25, by diego
-
Add missing multiple inclusion guards.2009-01-25, by diego
-
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.2009-01-25, by diego
-
Add missing header for av_gcd, fixes the warning:2009-01-25, by diego
-
Fix typo: pool -> poll2009-01-25, by reimar
-
Actually abort (return NULL) in the alloc-failure check in play_tree_new2009-01-25, by reimar
-
Fix a NULL-check that used && instead of || and thus could not avoid crashes.2009-01-25, by reimar
-
Declare struct SwsContext before using it, fixes the checkheaders warning:2009-01-25, by diego
-
Disable C code when compiling AltiVec code, fixes the warning:2009-01-25, by diego
-
spelling/grammar cosmetics2009-01-25, by diego
-
Fix #endif comments.2009-01-25, by diego