log

age author description
Sat, 19 Apr 2008 09:53:42 +0000 diego Add dependency information to recursive rules. While more eager than strictly
Sat, 19 Apr 2008 09:44:48 +0000 diego Add missing recursive rule for libmpcodecs/libmpencoders.a.
Sat, 19 Apr 2008 09:43:53 +0000 diego cosmetics: Sort recursive rules alphabetically.
Fri, 18 Apr 2008 22:49:17 +0000 diego per-file dependencies (for the non-recursive parts)
Fri, 18 Apr 2008 21:47:51 +0000 diego Adjust dependency generation prerequisites to new structure.
Fri, 18 Apr 2008 21:46:52 +0000 diego Always generate dependency information. This also allows dropping the
Fri, 18 Apr 2008 17:26:00 +0000 ptt synced with r26460
Fri, 18 Apr 2008 17:24:49 +0000 ptt restore options alphabetical order
Fri, 18 Apr 2008 08:13:00 +0000 diego Mark phony targets as such.
Fri, 18 Apr 2008 08:12:41 +0000 diego Simplify phony target declaration.
Fri, 18 Apr 2008 07:16:22 +0000 diego 10l: Rename remaining instances of $i to $lang.
Thu, 17 Apr 2008 21:54:43 +0000 diego cosmetics: __asm__ __volatile__ --> asm volatile
Wed, 16 Apr 2008 12:03:34 +0000 reimar Prefer libavformat musepack demuxer over internal one (which does not even support v8).
Tue, 15 Apr 2008 13:20:15 +0000 albeu noconfig fix, disable_gui_conf was not defined when compiling mencoder.
Tue, 15 Apr 2008 02:02:29 +0000 corey typo: crahes --> crashes
Tue, 15 Apr 2008 01:51:43 +0000 corey Refer to where encoding quality is described.
Tue, 15 Apr 2008 01:40:38 +0000 corey As of r19025, the "above link" refers to an article, not a guide.
Mon, 14 Apr 2008 11:24:24 +0000 albeu Fix the indentation after the noconfig patch.
Mon, 14 Apr 2008 11:23:18 +0000 albeu 10L, forgot to commit the documentation for the -noconfig options.
Mon, 14 Apr 2008 11:21:29 +0000 albeu Add options to disable some or all config files.
Mon, 14 Apr 2008 11:05:52 +0000 albeu Add support for system wide config file in mencoder.
Sun, 13 Apr 2008 23:04:07 +0000 uau demux_asf: Fix operator precedence in packet length check
Sun, 13 Apr 2008 22:57:47 +0000 diego Add libpostproc to list of pseudo-dependencies.
Sun, 13 Apr 2008 21:23:27 +0000 diego Declare all clean targets phony in mpcommon.mak.
Sun, 13 Apr 2008 21:21:42 +0000 diego The TAGS and tags targets are not phony.
Sun, 13 Apr 2008 21:20:29 +0000 diego Add gui subdirectories to DIRS instead of manually cleaning them.
Sun, 13 Apr 2008 21:13:05 +0000 diego Replace shell for loop by proper make foreach construct.
Sun, 13 Apr 2008 19:18:51 +0000 albeu Replace the trivial command line preparser with a more robust version
Sun, 13 Apr 2008 11:15:08 +0000 attila cosmetics: fix indentation
Sun, 13 Apr 2008 11:12:24 +0000 attila move the #ifdef HAVE_XINERAMA to enclose the whole function
Sun, 13 Apr 2008 11:08:59 +0000 attila Always calculate the xinerama screen mplayer is on.
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:54:33 +0000 diego Sync with latest FFmpeg changes.
Sun, 13 Apr 2008 10:44:21 +0000 diego Add Makefile variable for DVB OSD menu, saves one ifeq.
Sun, 13 Apr 2008 10:23:54 +0000 nicodvb in preparation for multi-frontend patch replaced file-static device names with sprintf() calls in 2 functions
Sun, 13 Apr 2008 09:09:36 +0000 diego Replace "all rights reserved" statement with standard GPL license header.
Sun, 13 Apr 2008 07:57:35 +0000 diego Restore compilation of osdep/mplayer-rc.o.
Sun, 13 Apr 2008 02:35:30 +0000 zuxy Set dll_type and rv_handle for drvc.dll
Sun, 13 Apr 2008 01:29:24 +0000 diego Relicense test/example files as LGPL with Michael's permission.
Sun, 13 Apr 2008 00:29:02 +0000 zuxy Add Chinese comment
Sun, 13 Apr 2008 00:03:11 +0000 diego Restore grayscale decoding support with FFmpeg.
Sat, 12 Apr 2008 23:28:11 +0000 diego Fix MPDEPEND_CMD to work with more than one subdirectory level.
Sat, 12 Apr 2008 22:42:00 +0000 diego Backport SSE2-optimized IDCT routines from upstream libmpeg2.
Sat, 12 Apr 2008 22:01:16 +0000 diego wording improvements suggested by the Wanderer
Sat, 12 Apr 2008 20:36:57 +0000 nicodvb removed useless parameter :type from -dvbin (the frontend type is reported by the card)
Sat, 12 Apr 2008 20:30:36 +0000 nicodvb removed defunct options :vid and :aid from -dvbin (they were useless from the start)
Sat, 12 Apr 2008 18:35:11 +0000 zuxy Oops...should be "drv43260.dll" instead of "drv34260.dll"
Sat, 12 Apr 2008 18:31:08 +0000 zuxy Cosmetic fix for r26419
Sat, 12 Apr 2008 18:29:57 +0000 zuxy Dlls can be relocated when loading so rely on filename instead of absolute
Sat, 12 Apr 2008 18:24:25 +0000 zuxy Indentation fix for r26417
Sat, 12 Apr 2008 18:23:26 +0000 zuxy Don't print "Could not patch" messages when we haven't actually tried to patch.
Sat, 12 Apr 2008 18:19:51 +0000 zuxy Check for drvc.dll entries for mingw32
Sat, 12 Apr 2008 16:23:43 +0000 diego Ignore dependency files.
Sat, 12 Apr 2008 16:03:07 +0000 diego Make include paths consistent; do not use ../ in them.
Sat, 12 Apr 2008 15:51:15 +0000 uau demux_real.c: Always use MP_NOPTS_VALUE for unknown pts
Sat, 12 Apr 2008 15:51:11 +0000 uau demux_mkv.c: Mark some static tables const
Sat, 12 Apr 2008 15:51:08 +0000 uau Reformat demuxer.c
Sat, 12 Apr 2008 15:51:05 +0000 uau Remove global demuxer_type
Sat, 12 Apr 2008 15:51:02 +0000 uau subreader.c: remove unused code
Sat, 12 Apr 2008 15:16:37 +0000 reimar Remove another two useless special-case from flac metadata reading function