log

age author description
Sun, 25 Jan 2009 12:03:28 +0000 diego Declare struct SwsContext before using it, fixes the checkheaders warning:
Sun, 25 Jan 2009 11:59:22 +0000 diego Disable C code when compiling AltiVec code, fixes the warning:
Sun, 25 Jan 2009 11:57:17 +0000 diego spelling/grammar cosmetics
Sun, 25 Jan 2009 11:33:35 +0000 diego Fix #endif comments.
Sat, 24 Jan 2009 22:14:32 +0000 compn add "<!DOCTYPE smil" to smil playlist
Thu, 22 Jan 2009 21:50:13 +0000 nicodvb in parse_pat() IDENTIFY program number and pmt_pid
Tue, 20 Jan 2009 23:23:53 +0000 diego The homepage/ subdirectory should no longer be redirected on web mirrors.
Tue, 20 Jan 2009 17:20:16 +0000 compn add EPHV to ffodivx,xvid
Tue, 20 Jan 2009 15:31:24 +0000 gpoirier sync w/r28341
Tue, 20 Jan 2009 09:31:07 +0000 cehoyos Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
Tue, 20 Jan 2009 09:17:32 +0000 cehoyos Disable upcoming VC1/WMV3 VDPAU decoder.
Mon, 19 Jan 2009 17:12:43 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences.
Sun, 18 Jan 2009 18:05:16 +0000 gpoirier fix device_id option after r28165
Sat, 17 Jan 2009 21:33:30 +0000 diego Reduce QuickTime binary decoder verbosity.
Sat, 17 Jan 2009 11:31:12 +0000 cehoyos MPlayer only supports latest libavutil.
Sat, 17 Jan 2009 11:29:36 +0000 cehoyos Fix compilation: s/ff_gcd/av_gcd.
Fri, 16 Jan 2009 21:04:52 +0000 reimar 100l, forgot to delete two defines left over from old HAVE_MMX handling code.
Fri, 16 Jan 2009 20:32:36 +0000 gpoirier fix compilation without VDPAU decoders
Fri, 16 Jan 2009 19:09:57 +0000 compn add mimic in avi fourcc LM20 to ffmimic
Fri, 16 Jan 2009 13:19:29 +0000 gpoirier revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
Fri, 16 Jan 2009 12:37:56 +0000 gpoirier Completely get rid of MMX define, use HAVE_MMX define instead.
Fri, 16 Jan 2009 12:23:52 +0000 gpoirier fix wrong #ifdef/#ifndef -> #if conversion in r28323
Fri, 16 Jan 2009 10:07:14 +0000 gpoirier fix compilation on non x86 machines (PPC here)
Fri, 16 Jan 2009 09:44:36 +0000 reimar Fix a wrongly converted !defined(ARCH_X86_64)
Fri, 16 Jan 2009 09:41:26 +0000 reimar 100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.
Fri, 16 Jan 2009 09:35:05 +0000 reimar Another missed #ifdef HAVE_MMX
Fri, 16 Jan 2009 09:32:54 +0000 reimar More #ifdef HAVE_MMX etc. missed by earlier search.
Fri, 16 Jan 2009 09:29:20 +0000 reimar More #ifdef -> #if fixes
Fri, 16 Jan 2009 09:21:21 +0000 reimar Lots and lots of #ifdef ARCH_... -> #if ARCH_...
Fri, 16 Jan 2009 08:45:35 +0000 reimar More #ifdef -> #if