log

age author description
2009-01-30 diego 1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined/undefined,
2009-01-30 diego Revert mistaken #ifdef --> #if change.
2009-01-30 diego Update libavcodec 'aic' flag define to match current FFmpeg.
2009-01-30 diego HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly.
2009-01-30 diego Add -Wundef to CFLAGS.
2009-01-30 diego Enable RDFT in FFmpeg, some codecs depend on it.
2009-01-30 diego Enable internal dvdread support on OS/2.
2009-01-30 reimar Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak
2009-01-30 reimar Fix an MSGT_INPUT to MSGT_LIRC in lirc.c
2009-01-29 compn add pvez to truemotion 1
2009-01-29 compn remove sys/timeb.h include
2009-01-29 compn increase max glyph and lines limit
2009-01-29 diego Use single quotes to avoid escaping double quotes in a string.
2009-01-29 diego Use cat instead of echo to generate version.h.
2009-01-28 diego Remove superfluous backslash escapes that caused unintended escapes.
2009-01-28 reimar Avoid a division by 0 when using -oac mp3lame but no audio data actually is encoded.
2009-01-28 compn increase max subtitle stream limit
2009-01-27 reimar Do not use select n lirc code, instead set the fd non-blocking.
2009-01-27 reimar Allocate a larger backbuffer to allow resizing without reinit.
2009-01-26 diego Add standard license headers.
2009-01-26 diego Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
2009-01-26 diego Do not duplicate VERSION string.
2009-01-26 diego Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
2009-01-26 diego WORDS_BIGENDIAN is defined/undefined, not 0/1.
2009-01-26 diego some more HAVE_3DNOW --> HAVE_AMD3DNOW
2009-01-26 diego Drop HAVE_LRINTF check, lrintf is used without checking in other places.
2009-01-26 diego HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined.
2009-01-26 diego HAVE_3DNOW --> HAVE_AMD3DNOW
2009-01-26 diego version.h depends on version.sh.
2009-01-25 diego Fix build: Add required header and adjust preprocessor check.
2009-01-25 diego Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.
2009-01-25 diego Add SSSE3 and CMOV to CPU information printed on startup.
2009-01-25 diego cosmetics: Consistently name 3DNow! extensions.
2009-01-25 diego Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
2009-01-25 diego DECLARE_ALIGNED was moved in FFmpeg.
2009-01-25 diego Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
2009-01-25 diego HAVE_3DNOWEX --> HAVE_3DNOWEXT
2009-01-25 diego Factorize print_version().
2009-01-25 diego Add missing multiple inclusion guards.
2009-01-25 diego HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
2009-01-25 diego Add missing header for av_gcd, fixes the warning:
2009-01-25 reimar Fix typo: pool -> poll
2009-01-25 reimar Actually abort (return NULL) in the alloc-failure check in play_tree_new
2009-01-25 reimar Fix a NULL-check that used && instead of || and thus could not avoid crashes.
2009-01-25 diego Declare struct SwsContext before using it, fixes the checkheaders warning:
2009-01-25 diego Disable C code when compiling AltiVec code, fixes the warning:
2009-01-25 diego spelling/grammar cosmetics
2009-01-25 diego Fix #endif comments.
2009-01-24 compn add "<!DOCTYPE smil" to smil playlist
2009-01-22 nicodvb in parse_pat() IDENTIFY program number and pmt_pid
2009-01-20 diego The homepage/ subdirectory should no longer be redirected on web mirrors.
2009-01-20 compn add EPHV to ffodivx,xvid
2009-01-20 gpoirier sync w/r28341
2009-01-20 cehoyos Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
2009-01-20 cehoyos Disable upcoming VC1/WMV3 VDPAU decoder.
2009-01-19 diego cosmetics: Remove pointless period after copyright statement non-sentences.
2009-01-18 gpoirier fix device_id option after r28165
2009-01-17 diego Reduce QuickTime binary decoder verbosity.
2009-01-17 cehoyos MPlayer only supports latest libavutil.
2009-01-17 cehoyos Fix compilation: s/ff_gcd/av_gcd.