log Makefile @ 9821:e44420ecb523

age author description
2003-03-29 michael fix build with --enable-shared-pp patch by (Götz Waschk <waschk at informatik dot uni-rostock dot de>)
2003-03-21 alex 10l noticed by Steven M. Schultz <sms@2BSD.COM> and a bit cleaned up
2003-03-21 alex hebrew support using fribidi libs, patch by Raindel Shachar <raindel@techunix.technion.ac.il>
2003-03-21 alex libsmbclient detection support, slightly rewritten the original patch sent by Vladimir Moushkov <vlindos_mpdev@abv.bg>
2003-03-15 arpi fixed 'make distclean' without libavcodec
2003-02-20 arpi Latest version has the following features:
2003-02-19 alex Support for native MacOSX APIs by Dan Christiansen <danchr@daimi.au.dk>
2003-02-17 gabucino patch by "Andriy N. Gritsenko" <andrej@lucky.net>
2003-02-16 gabucino applied my patch for localized manpage installation
2003-02-16 rfelker at least it doesn't error now...this will work until we get a better fix.
2003-02-15 michael ugly but otherwise make distclean doesnt remove libavcodec.a
2003-02-14 michael moving postprocess code to libavcodec
2003-02-09 arpi linux->osdep
2003-02-07 arpi i18n may require extra_libdir, at least on freebsd
2003-02-07 arpi The patch add a library detection to configure and the usage of the
2003-02-06 arpi cleanup detection of various divx4 versions/alternatives
2003-01-28 arpi libgif/libungif based demuxer support for libmpdemux.
2003-01-27 arpi The two attached patches *should* allow for proper
2003-01-18 arpi AltiVec detection code ("borrowed" from FFmpeg and
2003-01-11 arpi libavcodec just imported code for OS/2 support, which means we must
2003-01-11 alex remove codec-cfg binary during make distclean (btw, why do we compile it anyway?)
2002-12-27 jkeil new EsounD audio driver (-ao esd)
2002-12-22 arpi XMMS Input plugin support
2002-12-15 arpi Fallback to builtin (generated from etc/codecs.conf at compile time)
2002-12-04 arpi a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
2002-11-26 arpi DMO support
2002-11-16 arpi fixed libwine build with menu support enabled
2002-11-14 albeu Experimantal OSD menu
2002-11-13 arpi wine-20021031 support
2002-11-12 albeu A struct setter. It allow you to setup struct from some user
2002-11-12 albeu New config system + cleanup of header inter dependency
2002-11-10 arpi fixed order of includes.
2002-11-06 arpi SDL<->X11 order swapped
2002-10-31 arpi including source and precompiled .spec for libwine support
2002-10-31 arpi optional libwine support (compiling mplayer_wine.so, to be loaded using wine)
2002-10-29 arpi Alex's 10l - fixed liblzo linking
2002-10-28 michael postprocessing cleanup:
2002-10-25 faust3 add win32 libs
2002-10-23 arpi cleanup config option handling in libmpdemux.
2002-10-19 arpi some cleanup
2002-10-13 arpi liblzo realtime video codec support (decoding only)
2002-10-06 arpi libdvdkit shared install fixed
2002-10-06 arpi This patch hopefully fixes colorkeying and a segfault in exclusive mode
2002-10-01 arpi changed order of libs to match the dependency (required for static linking)
2002-10-01 anders Moving lm to after laf
2002-10-01 anders Adding new audio output filter layer libaf
2002-09-22 arpi some makefile cleanup
2002-09-20 kmkaplan Automatic unrar of vobsub. Does not work with rar v3
2002-09-09 kmkaplan Import transcode-0.6.1.20020829 XviD VBR Library into mencoder DivX4 encoder
2002-09-05 alex merged xacodec.c and vd_xanim.c
2002-09-01 alex removed obsoleted dll_init.c/h
2002-09-01 arpi ability to override MANDIR, BINDIR
2002-09-01 diego libmpdvdkit/ and libmp1e/ are obsolete.
2002-08-31 atmos4 Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove unused envp.
2002-08-30 arpi reordered libs, especially Freetype. idea by Nexus
2002-08-29 arpi use dir/libname.a instead of -Ldir -lname
2002-08-29 rfelker arrg 100l in the 10l
2002-08-29 rfelker fix 10l mistake and add the libdeps thing right this time
2002-08-29 rfelker removed old stuff no longer used
2002-08-29 rfelker remove nonsense tabs from makefile so emacs won't complain :)
2002-08-28 arpi freetype 2.0/2.1+ support - disabled by default until bugs fixed
2002-08-28 alex final (?) libvo2 cleanup patch by Joey Parrish
2002-08-28 alex removed old input code
2002-08-17 jaf libmpdvdkit2 directory was not compiled - mplayer compile failed - fixed.
2002-08-10 arpi 'configure changed'-test re-added, noticed by Sylvain Petreolle <spetreolle@yahoo.fr>
2002-08-07 atmos4 small rule to strip binaries in source dir (24MB mplayer binary is a bit klugdy for non debug-work :)
2002-07-25 atmos4 DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
2002-07-10 albeu Support for Xvid using their new api. If divx4 compatiblity is disabeled
2002-06-29 diego Oh my god, what did I do - I spellchecked the Makefile!
2002-06-25 arpi 10l
2002-06-20 diego syncfb is long gone
2002-06-11 albeu Support for playing audio cds using cdparanoia. Include a raw audio
2002-05-30 pl avoids stripping the binary at install if debugging or profiling is enabled
2002-05-28 atmos4 aRts audio out support by Michele Balistreri <brain at email.it>
2002-05-20 atmos4 Fix gcc version display for gcc 3.1 (downwards compatible it seems - tested with 2.95.2)
2002-05-19 arpi create relative links instead of absolute (with path) ones, patches by:
2002-05-12 arpi -vo gif - by Joey Parrish <joey@yunamusic.com>
2002-05-05 arpi ln -s instead of install mencoder.1
2002-05-03 arpi gui vs. mencoder conflict workaround
2002-05-03 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.
2002-04-26 jaf removed my 'extension'
2002-04-26 jaf corrected what felix made buggy ;-)
2002-04-26 atmos4 Allow disabling of libfame and allow to enforce (not) building libavcodec.
2002-04-24 arpi handles DVDKIT_SHARED, compile and install libmpdvdkit.so
2002-04-21 pontscho add libmpdvdkit lib
2002-04-17 arpi enabled new OSD code in -vop expand, subtitles rendering support to mencoder
2002-04-15 alex removed unused XP, TVISION and AVIP stuff
2002-04-13 arpi mp_image.h and img_format.h moved to libmpcodecs
2002-04-13 arpi native codecs files moved to libmpcodecs/native/
2002-04-13 arpi comp.fixes
2002-04-13 arpi syncfb, mp1e, opendivx removed/disabled
2002-04-13 arpi libac3 removed
2002-04-11 arpi libmpencoders added to mencoder libs
2002-03-30 melanson adpcm.c is no longer needed
2002-03-29 kmkaplan * New command line switch for mplayer & mencoder:
2002-03-27 arpi we don't need ac3-iec958 any more
2002-03-25 arpi ok, use ad_* stuff
2002-03-18 atmos4 Beta AAC decoding support, seeking totally broken yet, add philipps mpeg4 video in qt to ffmpeg4 although it's still buggy in decoding
2002-03-16 arpi libfame added
2002-03-11 arpi JPEG_LIB moved to common libs, requires by mencoder too
2002-03-10 pontscho Add IJPG decoder.
2002-03-10 arpi using libmpcodecs by default
2002-03-03 atmos4 fix linking order
2002-02-25 nick provide unstable code
2002-02-24 albeu Fix bad lib order wich lead to undefined ref in postproc/libpostproc.a and
2002-02-23 albeu Change in configure relative to lirc, same thing in Makefile plus
2002-02-21 pontscho new interface ? :)
2002-02-20 albeu Options registration for mencoder
2002-02-11 albeu Place holder for registering modules options
2002-02-11 pontscho add initial mPNG support
2002-02-09 melanson Added native codec support for QT RPZA data, courtesy of Roberto Togni
2002-02-05 pl missing mlib required to build a solaris mencoder
2002-02-03 rfelker finally fixed no-opendivx compile problem
2002-02-03 rfelker fixed compiletime problems with divx4 caused by making opendivx optional
2002-02-03 rfelker make opendivx codec optional at compiletime
2002-02-01 melanson added skeleton decoders for RoQ audio and video format decoders
2002-01-30 albeu A new configurable input system and joystick support for this system
2002-01-26 arpi vo_zr no more depends on libjpeg - it requires libavcodec now. patch by Rik Snel <rsnel@cube.dyndns.org>
2002-01-22 melanson added skeleton for Duck Truemotion v1 decoder (doesn't do anything yet)
2002-01-18 melanson added skeleton for QT SMC decoder