log Makefile @ 24476:b42dd327f81f

age author description
Wed, 29 Aug 2007 10:12:24 +0000 cehoyos Silence make's 'Please run configure again' if it was already run.
Tue, 28 Aug 2007 11:20:24 +0000 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
Wed, 04 Jul 2007 18:53:39 +0000 diego Also remove generated tools on distclean.
Fri, 11 May 2007 23:15:11 +0000 diego Compile internal FFmpeg libraries only when configure enabled the static
Sat, 05 May 2007 20:40:37 +0000 reimar mplayer.rc depends on version.h
Tue, 01 May 2007 19:16:35 +0000 diego Reuse common Makefile infrastructure.
Tue, 01 May 2007 19:15:29 +0000 diego cosmetics: Move depend target (preparation for upcoming change).
Wed, 25 Apr 2007 08:38:04 +0000 diego cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.
Wed, 25 Apr 2007 08:35:35 +0000 diego cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui
Sun, 22 Apr 2007 21:48:20 +0000 diego cosmetics: Sort PARTS.
Sun, 22 Apr 2007 20:57:38 +0000 diego Remove duplicate entries from PARTS.
Thu, 12 Apr 2007 19:40:18 +0000 diego Remove redundant setting of variables when compiling FFmpeg libraries,
Thu, 12 Apr 2007 14:42:48 +0000 diego Revert previous broken removal of partial dependency list.
Wed, 11 Apr 2007 07:16:04 +0000 diego Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,
Mon, 09 Apr 2007 15:08:29 +0000 diego 10l typo
Mon, 09 Apr 2007 11:30:26 +0000 diego Move TOOLS/cpuinfo.c into the root directory.
Fri, 06 Apr 2007 15:20:49 +0000 ben merged libdha and libvidix, moved all files from libdha to vidix directory
Sun, 01 Apr 2007 11:06:06 +0000 ben switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in
Sat, 31 Mar 2007 23:48:48 +0000 diego Merge all VIDIX drivers into libvidix.a.
Sat, 31 Mar 2007 18:12:16 +0000 diego Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yes
Sat, 31 Mar 2007 13:37:29 +0000 diego Build libdha statically like all the other libraries.
Thu, 29 Mar 2007 17:16:11 +0000 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
Sat, 24 Mar 2007 20:29:43 +0000 diego Linking hotfix, libavutil needs to come after libavcodec/libavformat.
Sat, 24 Mar 2007 19:59:36 +0000 diego cosmetics: Reorder parts of the Makefile in order to group parts sensibly together.
Sat, 24 Mar 2007 19:56:00 +0000 diego Unconditionally add all subdirectories to PARTS. This way make clean always
Sat, 24 Mar 2007 19:40:32 +0000 diego libavutil/ is not optional, compile it unconditionally.
Sat, 24 Mar 2007 16:27:25 +0000 diego Move the addition of osdep/mplayer-rc.o to a place where it actually gets added to OBJS_MPLAYER.
Sat, 24 Mar 2007 16:06:22 +0000 diego Remove multistage recursion for the vidix subdirectory and recurse from the
Mon, 19 Mar 2007 00:10:38 +0000 diego Move -I. to the front of CFLAGS, works around problems with headers from
Mon, 19 Mar 2007 00:07:34 +0000 diego Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.
Tue, 13 Mar 2007 23:42:38 +0000 diego cosmetics: Move some parts around to make more sense overall.
Tue, 13 Mar 2007 22:43:11 +0000 diego cosmetics: Move depend target in preparation for upcoming changes.
Tue, 13 Mar 2007 22:19:18 +0000 diego Rename mp3lib/libMP3.a to mp3lib/libmp3.a for consistency.
Tue, 13 Mar 2007 00:37:29 +0000 diego Add common sources to .depend target.
Tue, 13 Mar 2007 00:34:56 +0000 diego Handle common parts at the objects instead of at the sources level.
Mon, 12 Mar 2007 23:53:40 +0000 diego codecs.conf.h needs to be made before .depend.
Mon, 12 Mar 2007 23:24:42 +0000 diego dirclean target was removed, don't mark as phony.
Mon, 12 Mar 2007 18:33:50 +0000 diego Remove -DCODECS2HTML from .depend creation.
Sun, 11 Mar 2007 17:44:10 +0000 diego Add codec-cfg-test target.
Sun, 11 Mar 2007 16:26:13 +0000 diego mplayer.c and mencoder.c are already in SRCS_MPLAYER and SRCS_MENCODER
Sun, 11 Mar 2007 16:16:21 +0000 diego 'make clean' should remove generated binaries.
Sun, 11 Mar 2007 16:07:36 +0000 diego Merge clean and dirclean targets.
Tue, 27 Feb 2007 17:10:11 +0000 diego Simplify strip parameter for install handling.
Sat, 24 Feb 2007 10:44:16 +0000 diego Simplify .depend file inclusion.
Fri, 23 Feb 2007 22:14:15 +0000 diego some more consistency for the VIDIX installation.
Wed, 21 Feb 2007 00:49:24 +0000 uau Split command/property handling from mplayer.c to a new file command.c.
Sat, 17 Feb 2007 21:04:46 +0000 reimar Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
Tue, 30 Jan 2007 11:02:37 +0000 diego URL fix
Tue, 30 Jan 2007 11:02:19 +0000 diego cosmetics: Reorder install targets.
Tue, 30 Jan 2007 11:01:10 +0000 diego Mark phony targets as such.
Tue, 30 Jan 2007 11:00:54 +0000 diego Replace ifeq structure in the install target by a set of dependent targets.
Thu, 25 Jan 2007 18:06:21 +0000 diego Do not create font subdir of data directory, bitmap font support is deprecated.
Sat, 20 Jan 2007 21:57:57 +0000 diego Simplify install calls.
Sat, 20 Jan 2007 21:55:57 +0000 diego Remove redundant informative output.
Sat, 20 Jan 2007 21:55:30 +0000 diego Don't suppress make output during installation.
Sat, 20 Jan 2007 21:39:21 +0000 diego some simplifications
Thu, 07 Dec 2006 13:55:39 +0000 diego Fix mplayer-rc.o build.
Mon, 04 Dec 2006 11:59:23 +0000 diego Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,
Sat, 02 Dec 2006 12:08:25 +0000 diego Remove suffix rules that are just copies of make builtin rules.
Fri, 01 Dec 2006 01:11:42 +0000 diego Add libav include paths to CFLAGS without indirection.
Tue, 28 Nov 2006 10:04:41 +0000 diego Unrecurse VIDIX installation.
Tue, 28 Nov 2006 09:36:39 +0000 diego Unrecurse VIDIX drivers uninstall.
Tue, 28 Nov 2006 09:33:53 +0000 diego Remove one level of indirection on VIDIX install/uninstall.
Mon, 27 Nov 2006 22:57:42 +0000 diego Shorten LIBAV_INC handling.
Mon, 27 Nov 2006 14:26:52 +0000 diego Split muxers into a separate library that only MEncoder is linked against.
Mon, 27 Nov 2006 01:01:50 +0000 diego libmpdemux has no subdirectories.
Sun, 26 Nov 2006 16:31:47 +0000 diego Add explicit dependency information for libosd.a, this fixes MEncoder-only
Sat, 25 Nov 2006 18:24:58 +0000 diego Linking hotfix, loader depends on osdep.
Sat, 25 Nov 2006 16:49:29 +0000 diego FFmpeg-style conditional dependency declaration
Sat, 25 Nov 2006 16:12:36 +0000 diego Remove superfluous comment.
Sat, 25 Nov 2006 09:49:18 +0000 diego Move osdep/mplayer.rc handling to the osdep Makefile.
Sat, 25 Nov 2006 01:22:20 +0000 nplourde added mmap_anon to osdep lib. Used in loader for now
Sat, 25 Nov 2006 00:31:07 +0000 diego Make loader Makefile non-recursive.
Tue, 21 Nov 2006 17:58:39 +0000 diego LIBS vs LDFLAGS typo
Tue, 21 Nov 2006 17:42:20 +0000 diego Split libs that are dependencies and those that are just linker flags.
Tue, 21 Nov 2006 17:20:32 +0000 diego Treat fontconfig and FreeType linker flags just like any other linker flag.
Tue, 21 Nov 2006 16:23:35 +0000 diego cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER
Tue, 21 Nov 2006 15:40:53 +0000 diego Remove libdha from LIBS_MPLAYER.
Tue, 21 Nov 2006 12:49:46 +0000 diego Move FFmpeg library dependencies into the Makefile just like everything else.
Tue, 21 Nov 2006 12:12:19 +0000 diego Merge MPlayer-specific libs into one variable.
Tue, 21 Nov 2006 11:49:47 +0000 diego Split libvo.a into two libs so that libosd.a can be used by MEncoder.
Tue, 21 Nov 2006 11:35:41 +0000 diego Remove superfluous empty variable declaration.
Tue, 21 Nov 2006 11:21:09 +0000 diego Add VIDIX to LIBS_MPLAYER directly.
Mon, 20 Nov 2006 16:14:01 +0000 diego Add support for disabling MPlayer compilation.
Mon, 20 Nov 2006 14:49:08 +0000 diego Oops, the loader stuff needs to be in COMMON_LIBS.
Mon, 20 Nov 2006 14:45:33 +0000 diego Deliver dependency handling from redundancy.
Mon, 20 Nov 2006 14:27:00 +0000 diego Remove MPlayer-specific dependencies from COMMON_DEPS.
Mon, 20 Nov 2006 13:57:12 +0000 diego VIDIX is for MPlayer only.
Mon, 20 Nov 2006 13:39:36 +0000 diego The GUI is only for MPlayer, not MEncoder.
Mon, 20 Nov 2006 13:38:21 +0000 diego Rename variables for consistency.
Mon, 20 Nov 2006 13:34:47 +0000 diego Simplify gui and menu libs handling.
Mon, 20 Nov 2006 13:00:26 +0000 diego cosmetics: Move some stuff around for better readability.
Mon, 20 Nov 2006 11:20:37 +0000 diego Clean up PARTS handling.
Mon, 20 Nov 2006 11:18:01 +0000 diego Unify dep/depend targets.
Mon, 20 Nov 2006 11:14:11 +0000 diego Uninstall should run all parts unconditionally.
Mon, 20 Nov 2006 11:13:40 +0000 diego Remove nonsense ifeq around MEncoder target and variable declaration.
Sun, 19 Nov 2006 23:18:57 +0000 diego Put libdvdcss under a separate ifeq.
Sat, 18 Nov 2006 00:33:01 +0000 diego Rename libdvdread to dvdread. We really only include only the dvdread
Fri, 10 Nov 2006 16:39:13 +0000 diego The addition of loader/ to PARTS depended on a non-existing variable.
Thu, 09 Nov 2006 23:14:33 +0000 rathann Disable linking mplayer (and internal static libavcodec) with
Wed, 08 Nov 2006 23:45:15 +0000 diego 10l: Overlooked one $(EXESUF) addition.
Wed, 08 Nov 2006 00:13:33 +0000 diego Create binaries with proper executable suffix under Windows.
Mon, 06 Nov 2006 22:57:14 +0000 diego Remove remnants of long-gone libfame.
Fri, 03 Nov 2006 22:03:58 +0000 diego Streamline and simplify internal vs external libdvdread handling.
Fri, 03 Nov 2006 21:52:35 +0000 kraymer remove charset files (all of them are in UTF-8 now anyway)
Fri, 03 Nov 2006 13:48:52 +0000 diego libmpdvdkit2 --> libdvdread, it just contains libdvdread now.
Fri, 03 Nov 2006 12:25:56 +0000 diego Move libdvdcss into its own subdirectory.
Tue, 31 Oct 2006 13:34:17 +0000 diego Run dirclean instead of clean on distclean, this way we only need to
Tue, 31 Oct 2006 12:52:05 +0000 diego Unification of linker option handling, part 1 of many.
Tue, 31 Oct 2006 12:41:29 +0000 diego CFLAGS are not necessary for linking.
Mon, 30 Oct 2006 08:28:58 +0000 diego Make libmpdvdkit2 compilation slightly more consistent with the other modules.
Sun, 15 Oct 2006 13:59:26 +0000 diego Remove bogus warning about missing font.
Mon, 09 Oct 2006 09:22:43 +0000 diego Create target for mplayer-rc.o so that it is not rerun unconditionally.
Sun, 08 Oct 2006 14:10:43 +0000 rathann Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is
Mon, 02 Oct 2006 00:51:29 +0000 rathann Fix make install. 10l for Diego.
Sun, 01 Oct 2006 17:00:20 +0000 diego Work around ln limitations on MinGW.
Sun, 24 Sep 2006 15:55:10 +0000 diego Remove version.h on distclean.
Sun, 17 Sep 2006 09:32:28 +0000 ods15 Add demux_nut to MPlayer repo
Sun, 27 Aug 2006 22:35:07 +0000 diego Move MLIB_LIB to COMMON_LIBS.
Sat, 26 Aug 2006 20:53:37 +0000 diego Add --extra-libs option to pass linker flags.
Fri, 25 Aug 2006 14:28:39 +0000 diego Disentangle toolame CFLAGS and LDFLAGS handling.
Fri, 25 Aug 2006 13:32:22 +0000 diego Disentangle libdv and vorbis linker flags.
Fri, 25 Aug 2006 13:15:49 +0000 diego cosmetics: Move some parts to more sensible places.
Thu, 24 Aug 2006 16:25:56 +0000 diego Fix MEncoder build when bitmap fonts are disabled.
Tue, 22 Aug 2006 12:42:55 +0000 diego Remove useless else clauses.
Mon, 21 Aug 2006 21:51:47 +0000 diego Move libs common to MPlayer and MEncoder to COMMON_LIBS.
Mon, 21 Aug 2006 21:50:52 +0000 diego Simplify VIDIX lib handling.
Mon, 07 Aug 2006 20:58:39 +0000 diego cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.
Mon, 07 Aug 2006 08:57:43 +0000 diego cosmetics: Rename some variables for consistency.
Thu, 03 Aug 2006 19:29:20 +0000 diego Recurse into subdirs before cleaning the top level to avoid error messages.
Thu, 03 Aug 2006 17:34:54 +0000 diego 'make distclean' should remove all generated files, so also config.[h|mak].
Thu, 03 Aug 2006 17:31:30 +0000 diego 'make clean' now recurses through subdirectories as expected,
Tue, 01 Aug 2006 14:44:07 +0000 uau Change toplevel Makefile to invoke subdirectory Makefiles
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
Thu, 27 Jul 2006 10:08:17 +0000 diego Unify include paths in the build system, part I.
Thu, 13 Jul 2006 22:24:28 +0000 eugeni Fix linking order. FontConfig should appear after libass.
Thu, 13 Jul 2006 03:05:08 +0000 diego Streamline GUI build.
Thu, 13 Jul 2006 01:20:14 +0000 diego Clean up codec-cfg and friends handling.
Wed, 12 Jul 2006 23:31:33 +0000 diego Remove old and obsolete mplayer_wine QT DLL loading stuff.
Wed, 12 Jul 2006 17:58:07 +0000 diego OPTFLAGS already includes EXTRA_INC.
Wed, 12 Jul 2006 13:03:40 +0000 diego Remove remnants of old libmp1e support.
Mon, 10 Jul 2006 12:35:52 +0000 lucabe make libswscale build system similar to the libav* one
Sun, 09 Jul 2006 22:11:53 +0000 diego Simplify ASS handling second try, this time taking FreeType into account.
Sun, 09 Jul 2006 19:02:20 +0000 eugeni Revert r18980, it breaks compilation under MinGW.
Sun, 09 Jul 2006 15:42:26 +0000 diego Simplify ASS handling.
Fri, 07 Jul 2006 18:26:51 +0000 eugeni Initial libass release (without mencoder support).
Tue, 04 Jul 2006 09:37:54 +0000 uau Add back the path part in 'libvo/font_load_ft.c' that was accidentally
Mon, 03 Jul 2006 23:13:25 +0000 diego Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar.
Fri, 30 Jun 2006 12:00:31 +0000 lucabe Move postproc ---> libswscale
Thu, 22 Jun 2006 22:07:25 +0000 uau "make depend" requires version.h
Thu, 22 Jun 2006 13:50:26 +0000 diego CVS --> Subversion + better version.h handling
Wed, 21 Jun 2006 09:45:17 +0000 diego Remove separation between Win32 DLL and DirectShow support in the build system.
Wed, 14 Jun 2006 21:58:17 +0000 nicodvb restored support for dvdnav only in the stream layer; all other functionalities are disabled
Fri, 02 Jun 2006 11:31:42 +0000 diego libpostproc is not a subdirectory of libavcodec anymore.
Sat, 13 May 2006 16:37:16 +0000 diego make depend requires help_mp.h, fixes make depend after make distclean.
Tue, 25 Apr 2006 02:01:21 +0000 albeu No need to include the whole libinput in mencoder
Tue, 04 Apr 2006 06:48:14 +0000 diego Add 32x32 XPM icon as mandated by Debian policy.
Mon, 03 Apr 2006 07:16:10 +0000 rfelker missing dependency
Sun, 02 Apr 2006 13:31:03 +0000 diego Remove mpdvdkit1 cruft from the build system.
Sun, 02 Apr 2006 13:15:20 +0000 diego Remove shared libmpdvdkit leftovers.
Sun, 02 Apr 2006 07:30:40 +0000 rfelker further fixes..
Sun, 02 Apr 2006 07:18:53 +0000 rfelker 10l: version.h was not being built in some odd cases
Sun, 02 Apr 2006 03:22:32 +0000 rfelker integrate old "libdeps" hack into makefile
Sun, 02 Apr 2006 03:14:54 +0000 rfelker first stage of build system cleanup:
Thu, 30 Mar 2006 22:14:44 +0000 rfelker remove deprecated, never-used gnu gettext cruft.
Tue, 28 Mar 2006 22:44:16 +0000 nicodvb added support for external VIDIX
Mon, 27 Mar 2006 11:39:27 +0000 diego Rename the default GUI skins directory from 'Skin' to 'skins', keeping
Sun, 26 Mar 2006 21:44:55 +0000 diego Simplify directory creation in the install target.
Sun, 26 Mar 2006 10:52:13 +0000 albeu Don't call make from shell constructs it prevent proper
Sat, 25 Mar 2006 22:41:15 +0000 diego Add libpostproc to PARTS, fixes distclean on OS X and other platforms.
Sat, 25 Mar 2006 10:38:37 +0000 diego cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
Wed, 22 Mar 2006 00:19:02 +0000 albeu Add the new property API and implement a couple properties.
Sat, 18 Mar 2006 17:41:24 +0000 albeu codec-cfg depend on help_mp.h. Fix // builds.
Sun, 12 Mar 2006 23:06:09 +0000 reimar remove mp_msg.c dependency when compiling codec-cfg binary.
Wed, 08 Mar 2006 19:56:47 +0000 henry revert the attempts for ccache fix
Wed, 08 Mar 2006 11:09:01 +0000 diego Add codecs2html dependencies.
Wed, 08 Mar 2006 11:04:00 +0000 diego libcdio needs to link before -lwinmm in WIN32_LIB on Windows.
Tue, 07 Mar 2006 17:49:37 +0000 henry fix incomplete abs->rel path conversion
Tue, 07 Mar 2006 15:37:58 +0000 diego Add codecs2html target.
Sun, 05 Mar 2006 10:03:53 +0000 henry use relative paths for libav* build
Wed, 01 Mar 2006 10:01:43 +0000 diego New website structure, the /homepage subdirectory is gone.
Thu, 16 Feb 2006 20:45:25 +0000 reimar OpenAL audio support, actual output is mono-only (no positioning yet).
Sun, 12 Feb 2006 14:50:05 +0000 alex 10l
Sun, 12 Feb 2006 08:03:58 +0000 henry add a missing rule for libpostproc.a
Fri, 27 Jan 2006 00:06:42 +0000 diego Make clean/distclean behave uniformly in all directories.
Thu, 19 Jan 2006 20:53:13 +0000 diego Remove rule to build shared libpostproc, it does not belong in MPlayer.
Sat, 14 Jan 2006 02:26:19 +0000 rathann Fix parallel make builds, patch by Oded Shimon.
Fri, 13 Jan 2006 23:38:16 +0000 rathann This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from
Thu, 29 Dec 2005 18:01:22 +0000 diego AIX PPC port
Wed, 16 Nov 2005 10:38:23 +0000 ptt fix to uninstall section, pointed out by Reshat Sabiq to -users ml sabiq -- at -- csociety -- dot -- org
Sun, 06 Nov 2005 17:42:20 +0000 faust3 make it optionally possible to compile MPlayer with libcdio instead of libcdparanoia
Sat, 05 Nov 2005 11:58:25 +0000 reimar Speex support. Seeking and pts generation does not work.
Fri, 19 Aug 2005 19:24:30 +0000 rfelker remove broken shared libpostproc stuff
Thu, 18 Aug 2005 11:26:04 +0000 alex use libvbe from vesautils
Thu, 11 Aug 2005 22:30:05 +0000 gpoirier libavutil should be be in "PARTS" so that 'make distclean' cleans that directory too. A cup of coffee to beastd for forgetting it :)
Mon, 01 Aug 2005 20:16:56 +0000 al Support new static libavcodec (depends on libavutil).
Sun, 10 Jul 2005 17:14:12 +0000 reimar musepack demuxing and decoding support (demuxing is v7 bitstream only).
Mon, 27 Jun 2005 20:08:38 +0000 alex 10l
Mon, 20 Jun 2005 14:35:00 +0000 henry split PARTS into multiple lines also
Sun, 19 Jun 2005 22:52:55 +0000 ranma Be more patch-friendly
Sat, 07 May 2005 14:50:14 +0000 nicodvb added twolame mp2 audio encoder
Mon, 25 Apr 2005 07:07:57 +0000 nicodvb added faac audio encoder
Thu, 21 Apr 2005 03:44:59 +0000 rfelker reversed broken linker option, it breaks compile on some systems. add a configure check for this nonsense if it's important..
Wed, 20 Apr 2005 12:01:39 +0000 reimar Link with -z noexecstack, fixes bug #258. Please test on all platforms!
Sat, 16 Apr 2005 20:18:12 +0000 diego FreeBSD compilation fix by Bohdan Horst <nexus at hoth dot amu dot edu dot pl>
Fri, 15 Apr 2005 14:55:03 +0000 aurel cross-compilation fix: don't use target CFLAGS to compile host tools
Wed, 23 Mar 2005 10:07:00 +0000 diego Fix shared libpostproc installation.
Sat, 26 Feb 2005 13:38:17 +0000 reimar --charset configure option to convert help messages charset
Fri, 31 Dec 2004 11:11:24 +0000 al suboption parser for vo and ao modules
Thu, 30 Dec 2004 12:11:32 +0000 henry internal Tremor decoder for Ogg/Vorbis
Mon, 27 Dec 2004 17:30:15 +0000 alex removing AFMT_ dependancy
Fri, 05 Nov 2004 14:02:41 +0000 faust3 polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de>
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Tue, 26 Oct 2004 06:36:38 +0000 wight Removal of help_mp.h on make distclean, as requested by Felix Buenemann
Wed, 20 Oct 2004 14:23:33 +0000 wight Move help_mp.h generation to Makefile, so it's easier to maintain on
Wed, 20 Oct 2004 14:20:07 +0000 wight make uninstall was leaving vidix, dha, and libmpdvdkit libraries
Mon, 18 Oct 2004 09:19:05 +0000 diego Menu entry for all freedesktop.org compliant window managers.
Mon, 11 Oct 2004 19:26:13 +0000 reimar Zeta OS support, mostly working.
Thu, 07 Oct 2004 09:31:16 +0000 reimar fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev (dot) org), see also bug #102
Sun, 26 Sep 2004 14:40:59 +0000 faust3 --host-cc option for crosscompiling
Tue, 21 Sep 2004 19:50:54 +0000 nicodvb encoding to mp2 with libtoolame
Sat, 28 Aug 2004 00:46:05 +0000 rtognimp EDL enhancement/fixes:
Fri, 27 Aug 2004 20:43:05 +0000 iive x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at arklinux dot org>, modifications by Loren Merritt <lorenm at u.washington dot edu>, Jeff Clagg <snacky at ikaruga.co dot uk> and me
Mon, 23 Aug 2004 00:25:19 +0000 attila Adding doxygen stuff.
Thu, 12 Aug 2004 12:36:08 +0000 rtognimp DTS support via lavc and libdts
Thu, 05 Aug 2004 00:14:16 +0000 diego language handling simplification
Wed, 04 Aug 2004 18:38:27 +0000 mosu Removed the old Matroska demuxer.
Fri, 09 Jul 2004 17:32:17 +0000 rtognimp Remove duplicated make distclean for libavformat and libavcodec
Sun, 27 Jun 2004 17:54:31 +0000 faust3 mingw crosscompiling step 1
Sat, 26 Jun 2004 15:35:35 +0000 rfelker this is broken and causes relink during 'make install'. fix it or leave it disabled
Fri, 25 Jun 2004 19:21:17 +0000 diego mplayer.rc moved to osdep where it belongs, approved by Sascha.
Fri, 25 Jun 2004 18:11:15 +0000 alex JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>
Fri, 25 Jun 2004 17:19:17 +0000 alex enable .PHONY for correct dependancy handling
Thu, 24 Jun 2004 12:52:17 +0000 alex ranlib cleanup by Dan Christiansen
Fri, 18 Jun 2004 17:08:22 +0000 diego Just a tiny fix with configure/Makefile for not using
Sat, 08 May 2004 17:52:25 +0000 henry ENCA support (http://trific.ath.cx/software/enca/)
Tue, 13 Apr 2004 11:22:37 +0000 faust3 always add versionsinfo and icon on windows
Sun, 11 Apr 2004 14:26:04 +0000 michael demux_lavf
Tue, 06 Apr 2004 00:04:48 +0000 alex libcaca video output driver by Howell Tam
Mon, 05 Apr 2004 22:49:28 +0000 alex Removed mpflac as ffflac is way better and ad_flac won't compile with external flac
Wed, 10 Dec 2003 12:03:54 +0000 attila add codecs.conf to the dependency list of codecs.conf.h
Mon, 08 Dec 2003 21:34:05 +0000 alex removed the historic libcss support
Mon, 08 Dec 2003 12:14:32 +0000 alex Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, but slightly reworked
Mon, 08 Dec 2003 11:21:59 +0000 attila Security fixes for fibmap_mplayer by Adam Rice <adamrice@ntlworld.com>
Tue, 18 Nov 2003 02:32:42 +0000 iive remove useless --with-xvidcore option and add *-xvidlibdir and *-xvidincdir
Sun, 19 Oct 2003 20:20:45 +0000 diego Man pages moved to DOCS/man/.
Sat, 04 Oct 2003 22:00:25 +0000 lumag FLAC decoding support via imported libmpflac.
Sun, 21 Sep 2003 17:05:51 +0000 faust3 10l really disable faad if gcc is broken
Sat, 30 Aug 2003 22:31:45 +0000 arpi use internal (included) libfaad2
Sun, 17 Aug 2003 20:56:40 +0000 alex --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>
Wed, 13 Aug 2003 16:29:32 +0000 alex Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
Mon, 11 Aug 2003 20:52:53 +0000 alex Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>
Sun, 03 Aug 2003 18:33:28 +0000 alex removed obsolete my_profile
Mon, 28 Jul 2003 02:02:20 +0000 diego Move away old codecs.conf files.
Tue, 22 Jul 2003 23:52:01 +0000 diego Installing codecs.conf is long obsolete.
Sun, 01 Jun 2003 13:39:49 +0000 faust3 compilation fix by Bernd Ernesti <mplayer at lists.veego.de>
Fri, 30 May 2003 18:23:55 +0000 alex lirccd support by Fredrik Tolf <fredrik@dolda2000.cjb.net>
Sat, 17 May 2003 12:24:01 +0000 bertrand Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.
Sun, 11 May 2003 18:29:07 +0000 arpi Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>
Wed, 30 Apr 2003 11:39:32 +0000 mosu Added Matroska demuxing support.
Sat, 29 Mar 2003 14:37:23 +0000 michael fix build with --enable-shared-pp patch by (G«Ótz Waschk <waschk at informatik dot uni-rostock dot de>)
Fri, 21 Mar 2003 18:21:00 +0000 alex 10l noticed by Steven M. Schultz <sms@2BSD.COM> and a bit cleaned up
Fri, 21 Mar 2003 16:54:03 +0000 alex hebrew support using fribidi libs, patch by Raindel Shachar <raindel@techunix.technion.ac.il>
Fri, 21 Mar 2003 16:06:11 +0000 alex libsmbclient detection support, slightly rewritten the original patch sent by Vladimir Moushkov <vlindos_mpdev@abv.bg>
Sat, 15 Mar 2003 19:52:11 +0000 arpi fixed 'make distclean' without libavcodec
Thu, 20 Feb 2003 23:32:47 +0000 arpi Latest version has the following features:
Wed, 19 Feb 2003 17:26:59 +0000 alex Support for native MacOSX APIs by Dan Christiansen <danchr@daimi.au.dk>
Mon, 17 Feb 2003 13:06:03 +0000 gabucino patch by "Andriy N. Gritsenko" <andrej@lucky.net>
Sun, 16 Feb 2003 14:14:13 +0000 gabucino applied my patch for localized manpage installation
Sun, 16 Feb 2003 07:23:02 +0000 rfelker at least it doesn't error now...this will work until we get a better fix.
Sat, 15 Feb 2003 18:50:17 +0000 michael ugly but otherwise make distclean doesnt remove libavcodec.a
Fri, 14 Feb 2003 21:45:45 +0000 michael moving postprocess code to libavcodec
Sun, 09 Feb 2003 20:18:23 +0000 arpi linux->osdep
Fri, 07 Feb 2003 22:25:17 +0000 arpi i18n may require extra_libdir, at least on freebsd
Fri, 07 Feb 2003 18:56:55 +0000 arpi The patch add a library detection to configure and the usage of the
Thu, 06 Feb 2003 20:24:14 +0000 arpi cleanup detection of various divx4 versions/alternatives
Tue, 28 Jan 2003 00:12:23 +0000 arpi libgif/libungif based demuxer support for libmpdemux.
Mon, 27 Jan 2003 21:47:25 +0000 arpi The two attached patches *should* allow for proper
Sat, 18 Jan 2003 19:29:46 +0000 arpi AltiVec detection code ("borrowed" from FFmpeg and
Sat, 11 Jan 2003 23:08:11 +0000 arpi libavcodec just imported code for OS/2 support, which means we must
Sat, 11 Jan 2003 10:35:31 +0000 alex remove codec-cfg binary during make distclean (btw, why do we compile it anyway?)
Fri, 27 Dec 2002 16:02:57 +0000 jkeil new EsounD audio driver (-ao esd)
Sun, 22 Dec 2002 21:01:01 +0000 arpi XMMS Input plugin support
Sun, 15 Dec 2002 23:45:19 +0000 arpi Fallback to builtin (generated from etc/codecs.conf at compile time)
Wed, 04 Dec 2002 23:29:41 +0000 arpi a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
Tue, 26 Nov 2002 22:55:32 +0000 arpi DMO support
Sat, 16 Nov 2002 22:27:26 +0000 arpi fixed libwine build with menu support enabled
Thu, 14 Nov 2002 23:49:05 +0000 albeu Experimantal OSD menu
Wed, 13 Nov 2002 17:51:43 +0000 arpi wine-20021031 support
Tue, 12 Nov 2002 14:16:30 +0000 albeu A struct setter. It allow you to setup struct from some user
Tue, 12 Nov 2002 01:56:42 +0000 albeu New config system + cleanup of header inter dependency
Sun, 10 Nov 2002 13:12:53 +0000 arpi fixed order of includes.
Wed, 06 Nov 2002 21:58:10 +0000 arpi SDL<->X11 order swapped
Thu, 31 Oct 2002 23:37:38 +0000 arpi including source and precompiled .spec for libwine support
Thu, 31 Oct 2002 23:26:35 +0000 arpi optional libwine support (compiling mplayer_wine.so, to be loaded using wine)
Tue, 29 Oct 2002 22:01:09 +0000 arpi Alex's 10l - fixed liblzo linking
Mon, 28 Oct 2002 19:31:04 +0000 michael postprocessing cleanup:
Fri, 25 Oct 2002 16:22:59 +0000 faust3 add win32 libs
Wed, 23 Oct 2002 17:21:01 +0000 arpi cleanup config option handling in libmpdemux.
Sat, 19 Oct 2002 17:31:36 +0000 arpi some cleanup
Sun, 13 Oct 2002 21:40:10 +0000 arpi liblzo realtime video codec support (decoding only)
Sun, 06 Oct 2002 18:27:02 +0000 arpi libdvdkit shared install fixed
Sun, 06 Oct 2002 16:56:42 +0000 arpi This patch hopefully fixes colorkeying and a segfault in exclusive mode
Tue, 01 Oct 2002 22:36:25 +0000 arpi changed order of libs to match the dependency (required for static linking)
Tue, 01 Oct 2002 08:42:47 +0000 anders Moving lm to after laf
Tue, 01 Oct 2002 06:45:08 +0000 anders Adding new audio output filter layer libaf
Sun, 22 Sep 2002 13:04:19 +0000 arpi some makefile cleanup
Fri, 20 Sep 2002 01:26:39 +0000 kmkaplan Automatic unrar of vobsub. Does not work with rar v3
Mon, 09 Sep 2002 11:47:54 +0000 kmkaplan Import transcode-0.6.1.20020829 XviD VBR Library into mencoder DivX4 encoder
Thu, 05 Sep 2002 16:34:57 +0000 alex merged xacodec.c and vd_xanim.c
Sun, 01 Sep 2002 18:25:05 +0000 alex removed obsoleted dll_init.c/h
Sun, 01 Sep 2002 14:40:09 +0000 arpi ability to override MANDIR, BINDIR
Sun, 01 Sep 2002 11:39:37 +0000 diego libmpdvdkit/ and libmp1e/ are obsolete.
Sat, 31 Aug 2002 15:04:18 +0000 atmos4 Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove unused envp.
Fri, 30 Aug 2002 21:24:04 +0000 arpi reordered libs, especially Freetype. idea by Nexus
Thu, 29 Aug 2002 21:30:57 +0000 arpi use dir/libname.a instead of -Ldir -lname
Thu, 29 Aug 2002 02:20:00 +0000 rfelker arrg 100l in the 10l
Thu, 29 Aug 2002 02:11:33 +0000 rfelker fix 10l mistake and add the libdeps thing right this time
Thu, 29 Aug 2002 02:05:01 +0000 rfelker removed old stuff no longer used
Thu, 29 Aug 2002 01:49:15 +0000 rfelker remove nonsense tabs from makefile so emacs won't complain :)
Wed, 28 Aug 2002 20:52:02 +0000 arpi freetype 2.0/2.1+ support - disabled by default until bugs fixed
Wed, 28 Aug 2002 16:09:31 +0000 alex final (?) libvo2 cleanup patch by Joey Parrish
Wed, 28 Aug 2002 15:55:58 +0000 alex removed old input code
Sat, 17 Aug 2002 09:34:53 +0000 jaf libmpdvdkit2 directory was not compiled - mplayer compile failed - fixed.
Sat, 10 Aug 2002 18:45:31 +0000 arpi 'configure changed'-test re-added, noticed by Sylvain Petreolle <spetreolle@yahoo.fr>
Wed, 07 Aug 2002 21:51:10 +0000 atmos4 small rule to strip binaries in source dir (24MB mplayer binary is a bit klugdy for non debug-work :)
Thu, 25 Jul 2002 03:37:28 +0000 atmos4 DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
Wed, 10 Jul 2002 20:56:57 +0000 albeu Support for Xvid using their new api. If divx4 compatiblity is disabeled
Sat, 29 Jun 2002 00:16:32 +0000 diego Oh my god, what did I do - I spellchecked the Makefile!
Tue, 25 Jun 2002 12:21:54 +0000 arpi 10l
Thu, 20 Jun 2002 10:18:25 +0000 diego syncfb is long gone
Tue, 11 Jun 2002 14:29:51 +0000 albeu Support for playing audio cds using cdparanoia. Include a raw audio
Thu, 30 May 2002 14:26:35 +0000 pl avoids stripping the binary at install if debugging or profiling is enabled
Tue, 28 May 2002 01:52:40 +0000 atmos4 aRts audio out support by Michele Balistreri <brain at email.it>
Mon, 20 May 2002 23:27:01 +0000 atmos4 Fix gcc version display for gcc 3.1 (downwards compatible it seems - tested with 2.95.2)
Sun, 19 May 2002 23:50:32 +0000 arpi create relative links instead of absolute (with path) ones, patches by:
Sun, 12 May 2002 01:07:25 +0000 arpi -vo gif - by Joey Parrish <joey@yunamusic.com>
Sun, 05 May 2002 21:07:10 +0000 arpi ln -s instead of install mencoder.1
Fri, 03 May 2002 22:05:46 +0000 arpi gui vs. mencoder conflict workaround
Fri, 03 May 2002 19:27:05 +0000 atmos4 Execute darwinfixlib.sh before linking, it will only do something if on darwin, if you don't like that it is always called (I mean on all systems), I could change that, however as it's only called two times during linking I guess it's ok.
Fri, 26 Apr 2002 19:47:55 +0000 jaf removed my 'extension'
Fri, 26 Apr 2002 19:11:13 +0000 jaf corrected what felix made buggy ;-)
Fri, 26 Apr 2002 17:18:02 +0000 atmos4 Allow disabling of libfame and allow to enforce (not) building libavcodec.
Wed, 24 Apr 2002 20:08:06 +0000 arpi handles DVDKIT_SHARED, compile and install libmpdvdkit.so
Sun, 21 Apr 2002 21:18:28 +0000 pontscho add libmpdvdkit lib
Wed, 17 Apr 2002 21:51:18 +0000 arpi enabled new OSD code in -vop expand, subtitles rendering support to mencoder
Mon, 15 Apr 2002 17:09:23 +0000 alex removed unused XP, TVISION and AVIP stuff
Sat, 13 Apr 2002 19:14:34 +0000 arpi mp_image.h and img_format.h moved to libmpcodecs
Sat, 13 Apr 2002 18:04:24 +0000 arpi native codecs files moved to libmpcodecs/native/
Sat, 13 Apr 2002 17:44:14 +0000 arpi comp.fixes
Sat, 13 Apr 2002 17:28:33 +0000 arpi syncfb, mp1e, opendivx removed/disabled
Sat, 13 Apr 2002 01:54:20 +0000 arpi libac3 removed
Thu, 11 Apr 2002 02:53:15 +0000 arpi libmpencoders added to mencoder libs
Sat, 30 Mar 2002 23:02:13 +0000 melanson adpcm.c is no longer needed
Fri, 29 Mar 2002 03:17:57 +0000 kmkaplan * New command line switch for mplayer & mencoder:
Wed, 27 Mar 2002 21:10:46 +0000 arpi we don't need ac3-iec958 any more
Mon, 25 Mar 2002 22:04:33 +0000 arpi ok, use ad_* stuff
Mon, 18 Mar 2002 23:30:04 +0000 atmos4 Beta AAC decoding support, seeking totally broken yet, add philipps mpeg4 video in qt to ffmpeg4 although it's still buggy in decoding
Sat, 16 Mar 2002 18:43:10 +0000 arpi libfame added
Mon, 11 Mar 2002 00:13:26 +0000 arpi JPEG_LIB moved to common libs, requires by mencoder too
Sun, 10 Mar 2002 22:49:18 +0000 pontscho Add IJPG decoder.
Sun, 10 Mar 2002 00:15:21 +0000 arpi using libmpcodecs by default
Sun, 03 Mar 2002 13:36:57 +0000 atmos4 fix linking order
Mon, 25 Feb 2002 15:04:09 +0000 nick provide unstable code
Sun, 24 Feb 2002 13:29:44 +0000 albeu Fix bad lib order wich lead to undefined ref in postproc/libpostproc.a and
Sat, 23 Feb 2002 21:20:16 +0000 albeu Change in configure relative to lirc, same thing in Makefile plus
Thu, 21 Feb 2002 22:48:47 +0000 pontscho new interface ? :)
Wed, 20 Feb 2002 17:02:31 +0000 albeu Options registration for mencoder
Mon, 11 Feb 2002 11:46:27 +0000 albeu Place holder for registering modules options
Mon, 11 Feb 2002 09:15:59 +0000 pontscho add initial mPNG support
Sat, 09 Feb 2002 20:05:49 +0000 melanson Added native codec support for QT RPZA data, courtesy of Roberto Togni
Tue, 05 Feb 2002 23:02:55 +0000 pl missing mlib required to build a solaris mencoder
Sun, 03 Feb 2002 01:42:02 +0000 rfelker finally fixed no-opendivx compile problem
Sun, 03 Feb 2002 01:15:39 +0000 rfelker fixed compiletime problems with divx4 caused by making opendivx optional
Sun, 03 Feb 2002 00:52:51 +0000 rfelker make opendivx codec optional at compiletime
Fri, 01 Feb 2002 05:33:46 +0000 melanson added skeleton decoders for RoQ audio and video format decoders
Wed, 30 Jan 2002 12:46:03 +0000 albeu A new configurable input system and joystick support for this system
Sat, 26 Jan 2002 00:47:26 +0000 arpi vo_zr no more depends on libjpeg - it requires libavcodec now. patch by Rik Snel <rsnel@cube.dyndns.org>
Tue, 22 Jan 2002 05:39:34 +0000 melanson added skeleton for Duck Truemotion v1 decoder (doesn't do anything yet)
Fri, 18 Jan 2002 05:43:48 +0000 melanson added skeleton for QT SMC decoder
Thu, 17 Jan 2002 01:27:45 +0000 arpi libjpeg added - patch by Rik Snel <rsnel@cube.dyndns.org>
Tue, 15 Jan 2002 17:03:19 +0000 pontscho small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and remove gui dependencie in mencoder
Mon, 14 Jan 2002 23:38:49 +0000 arpi playtree-based config patch by Alban Bedel <albeu@free.fr>
Fri, 11 Jan 2002 17:20:43 +0000 nick Configurable VIDIX usage
Fri, 11 Jan 2002 16:06:45 +0000 kmkaplan Add DVD subtitles to menoder
Thu, 10 Jan 2002 17:20:27 +0000 kmkaplan Add vobsub support.
Tue, 08 Jan 2002 01:24:25 +0000 arpi tree-based playlist parser code by Alban Bedel <albeu@free.fr>
Mon, 07 Jan 2002 09:28:22 +0000 nick Embedding vidix
Fri, 04 Jan 2002 05:57:00 +0000 melanson integrated Tim Ferguson's native CYUV decoder
Mon, 31 Dec 2001 15:29:46 +0000 pl small fixes (=> HAVE_STDINT_H is now defined)
Mon, 31 Dec 2001 10:03:10 +0000 nexus FreeBSD need EXTRA_LIB to compile
Sun, 30 Dec 2001 16:52:58 +0000 arpi mp3lameless build fixed
Thu, 27 Dec 2001 21:32:17 +0000 alex NuppelVideo decoder added, based on Panagiotis Issaris' patch
Thu, 27 Dec 2001 14:31:33 +0000 melanson removing ima4.* from the tree
Wed, 26 Dec 2001 06:13:17 +0000 melanson Initial support for unified ADPCM decoder
Tue, 25 Dec 2001 22:00:15 +0000 arpi make users happy - this is xmas, isn't it?
Sun, 23 Dec 2001 22:20:46 +0000 melanson This commit adds initial support for Quicktime Animation (RLE) video. It
Fri, 21 Dec 2001 16:39:54 +0000 arpi native opensourec Cinepak (CVID) codec by im Ferguson <timf@mail.csse.monash.edu.au>
Sun, 16 Dec 2001 11:32:59 +0000 pl Patch by Adam Di Carlo <adam@onshore-devel.com>:
Mon, 10 Dec 2001 22:40:14 +0000 arpi dshow switched to C version
Mon, 10 Dec 2001 14:41:44 +0000 atmos4 MP1E configure patch by D. Holm.
Mon, 10 Dec 2001 01:34:14 +0000 arpi compiling g72x
Mon, 10 Dec 2001 00:54:25 +0000 arpi cleanup? libs reordered. some more bugs. 10l won't be enough...
Sun, 09 Dec 2001 17:48:36 +0000 arpi compiling and linking liba52 too
Sun, 09 Dec 2001 01:24:01 +0000 arpi CC version check done by Makefile to allow overriding CC from envvar
Thu, 06 Dec 2001 22:23:57 +0000 arpi -lm moved to the end of lib list
Wed, 05 Dec 2001 17:59:59 +0000 atmos4 Readd NAS lib, something else missing? Please better check your cvs commits or at least read cvslog with care.
Wed, 05 Dec 2001 16:49:12 +0000 alex added DIRECTFB_LIB to VO_LIBS to compile using vo_directfb ;)
Tue, 04 Dec 2001 23:10:59 +0000 mswitch Added support for the libmp1e ultrafast mpeg1 realtime encoder. This makes rte obsolete.
Mon, 03 Dec 2001 01:13:48 +0000 arpi -ao NAS support by Tobias Diedrich <ranma@gmx.at>
Mon, 03 Dec 2001 01:09:36 +0000 arpi vo DirectFB support by Jiri Svoboda <Jiri.Svoboda@seznam.cz>
Thu, 29 Nov 2001 18:20:59 +0000 atmos4 Reinvent Nexus last fix (wrong local merger on last commit)
Thu, 29 Nov 2001 17:31:58 +0000 atmos4 Newest DXR3 patch (improved 1.0rc2) by David Holm.
Wed, 28 Nov 2001 12:34:10 +0000 nexus fli.c required
Wed, 28 Nov 2001 08:32:50 +0000 nexus fli.c required
Wed, 28 Nov 2001 08:20:45 +0000 nexus AV_LIB should appear before EXTRA_LIB
Tue, 27 Nov 2001 17:58:29 +0000 pl configure cleanups:
Fri, 23 Nov 2001 00:21:51 +0000 pl (on atmos's suggestions I found good :)
Tue, 20 Nov 2001 15:11:49 +0000 alex added dynamic linking flags runtime detection (-rdynamic - also now MPlayer compiles and runs fine under QNX)
Sat, 17 Nov 2001 11:26:26 +0000 pl last part of changes since around configure 230 applied
Fri, 16 Nov 2001 20:54:53 +0000 alex mencoder+tv fix - do not rebuild after cvs change for developers
Wed, 14 Nov 2001 01:41:32 +0000 gabucino new variable STATIC
Sun, 11 Nov 2001 14:41:19 +0000 nick Precised profile stuff
Sun, 11 Nov 2001 13:36:40 +0000 arpi msvidc.c added
Sun, 11 Nov 2001 01:45:01 +0000 pl mplayer does not need -ldivxencore
Tue, 06 Nov 2001 23:14:35 +0000 lgb Installing mencoder and mencoder.1 if executable mencoder was compiled before issuing make install
Mon, 05 Nov 2001 21:33:59 +0000 atmos4 MEncoder compile fiy by marpet.
Mon, 05 Nov 2001 02:04:10 +0000 atmos4 Quick hack to don't use ldivxencode on systems where it'S not installed.
Fri, 02 Nov 2001 23:58:26 +0000 arpi divx4_vbr -> mplayer integration
Fri, 02 Nov 2001 10:26:58 +0000 pontscho kurva gui.
Thu, 01 Nov 2001 16:10:07 +0000 arpi 10l
Thu, 01 Nov 2001 01:15:27 +0000 arpi fixed
Wed, 31 Oct 2001 23:30:26 +0000 alex added support for mencoder (compile with 'make mencoder')
Mon, 29 Oct 2001 00:48:20 +0000 arpi vo_odivx disabled
Sun, 28 Oct 2001 23:16:03 +0000 atmos4 Change linking order cause it caused probs for Steve M Schulz (or so ;)
Thu, 25 Oct 2001 13:19:18 +0000 jkeil CSS_INC include flags are now needed in libmpdemux, to compile dvdauth.c
Thu, 25 Oct 2001 11:45:35 +0000 michael patch from Oliver Schoenbrunner <oliver.schoenbrunner@jku.at>
Wed, 24 Oct 2001 14:02:19 +0000 arpi MIPS support by oliver.schoenbrunner@jku.at
Wed, 24 Oct 2001 07:34:41 +0000 nick Independed compilation of SUBDIRS
Tue, 23 Oct 2001 14:01:13 +0000 arpi ima4 added
Tue, 23 Oct 2001 12:03:41 +0000 arpi libmad (ARM) patch by jeroen.dobbelaere@acunia.com
Tue, 23 Oct 2001 02:23:44 +0000 arpi xanim added
Mon, 22 Oct 2001 22:46:38 +0000 atmos4 Add uninstall target, patch by Clemens W«£chter <clemenswaechter@yahoo.com>
Sat, 20 Oct 2001 18:49:08 +0000 arpi libdemuxer...
Fri, 19 Oct 2001 02:00:45 +0000 arpi cpu detection fixed
Wed, 17 Oct 2001 21:17:14 +0000 gabucino symlinking fix
Mon, 15 Oct 2001 19:33:42 +0000 arpi added YV12 scaler
Sat, 13 Oct 2001 15:33:13 +0000 arpi integrated new postproc code
Thu, 11 Oct 2001 23:35:52 +0000 pl tests with '[ ]' changed to 'test'
Thu, 11 Oct 2001 11:58:24 +0000 arpi test -e -> -d
Fri, 05 Oct 2001 13:39:43 +0000 arpi compile and install fibmap_mplayer ofly if libcss is used. gmplayer link is created
Fri, 05 Oct 2001 00:39:54 +0000 arpi BSD/OS support
Fri, 28 Sep 2001 00:13:30 +0000 arpi root->0 (bsd compatible) [lez]
Thu, 27 Sep 2001 17:40:43 +0000 pontscho add gui support to config scripts, and fixed some warning.
Mon, 24 Sep 2001 20:21:53 +0000 arpi native codec 'rle' added
Sat, 25 Aug 2001 21:05:23 +0000 arpi GUI support (--enable-gui)
Fri, 24 Aug 2001 16:20:04 +0000 jkeil Enable mediaLib support for Solaris on UltraSPARC CPUs
Thu, 16 Aug 2001 22:13:20 +0000 arpi new message printing system
Wed, 15 Aug 2001 11:50:55 +0000 arpi ac3/spdif patch by German Gomez Garcia <german@piraos.com>
Tue, 14 Aug 2001 18:28:56 +0000 jkeil Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compile
Sun, 12 Aug 2001 17:28:16 +0000 arpi seek.c moved to demuxer.c, stream_reset in new_demuxer()
Sun, 12 Aug 2001 01:58:05 +0000 arpi MOV file support - not works yet
Thu, 09 Aug 2001 01:17:24 +0000 arpi stream opening -> open.c, initialframes ignored
Sat, 28 Jul 2001 21:57:21 +0000 arpi seeking code moved out from mplayer.c -> seek.c
Sat, 28 Jul 2001 05:36:45 +0000 atmos4 Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at qualcomm.com> and fixed a --datadir bug in configure.
Sat, 21 Jul 2001 22:38:11 +0000 arpi parse_es moved out from mplayer.c (it was included as .c file)
Fri, 20 Jul 2001 00:31:51 +0000 arpi argh. -d fixed. fixed?
Fri, 20 Jul 2001 00:03:43 +0000 arpi install -D changed to -d
Thu, 19 Jul 2001 22:43:19 +0000 arpi DivX4Linux support
Sat, 14 Jul 2001 16:54:30 +0000 jkeil Added some directory existance tests to the distclean and depend targets, so
Fri, 13 Jul 2001 16:15:29 +0000 jkeil Reorder dependancies a bit, all *.o *.a files depend on version.h, this allows
Thu, 12 Jul 2001 15:35:52 +0000 jkeil Add some preliminary support for non-x86 architectures to mplayer
Sun, 08 Jul 2001 00:21:20 +0000 arpi video codec stuff moved to dec_video.c
Fri, 06 Jul 2001 03:22:14 +0000 arpi ffmpeg support
Tue, 26 Jun 2001 23:15:58 +0000 arpi OPTFLAGS vs. INCLUDES cleanup
Fri, 22 Jun 2001 20:23:14 +0000 lgb Maybe the problem with including wine headers from /usr/local/include/ instead of from mplayer source has been eliminated
Mon, 18 Jun 2001 23:56:19 +0000 lgb According an idea, mplayer now can use external setuid root wrapper to do FIBMAP ioctl (requires root priv). Also, a serious bug was fixed in dvdauth.c made by some guy when mixing old and new style CSS API into dvdauth.c ;-)
Fri, 08 Jun 2001 23:36:13 +0000 arpi_esp streaming is optional: --enable-streaming
Thu, 07 Jun 2001 22:22:05 +0000 arpi_esp make dep - missing version.h fixed