log Makefile @ 16704:373802518636

age author description
2005-08-19 rfelker remove broken shared libpostproc stuff
2005-08-18 alex use libvbe from vesautils
2005-08-11 gpoirier libavutil should be be in "PARTS" so that 'make distclean' cleans that directory too. A cup of coffee to beastd for forgetting it :)
2005-08-01 al Support new static libavcodec (depends on libavutil).
2005-07-10 reimar musepack demuxing and decoding support (demuxing is v7 bitstream only).
2005-06-27 alex 10l
2005-06-20 henry split PARTS into multiple lines also
2005-06-19 ranma Be more patch-friendly
2005-05-07 nicodvb added twolame mp2 audio encoder
2005-04-25 nicodvb added faac audio encoder
2005-04-21 rfelker reversed broken linker option, it breaks compile on some systems. add a configure check for this nonsense if it's important..
2005-04-20 reimar Link with -z noexecstack, fixes bug #258. Please test on all platforms!
2005-04-16 diego FreeBSD compilation fix by Bohdan Horst <nexus at hoth dot amu dot edu dot pl>
2005-04-15 aurel cross-compilation fix: don't use target CFLAGS to compile host tools
2005-03-23 diego Fix shared libpostproc installation.
2005-02-26 reimar --charset configure option to convert help messages charset
2004-12-31 al suboption parser for vo and ao modules
2004-12-30 henry internal Tremor decoder for Ogg/Vorbis
2004-12-27 alex removing AFMT_ dependancy
2004-11-05 faust3 polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de>
2004-10-28 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
2004-10-26 wight Removal of help_mp.h on make distclean, as requested by Felix Buenemann
2004-10-20 wight Move help_mp.h generation to Makefile, so it's easier to maintain on
2004-10-20 wight make uninstall was leaving vidix, dha, and libmpdvdkit libraries
2004-10-18 diego Menu entry for all freedesktop.org compliant window managers.
2004-10-11 reimar Zeta OS support, mostly working.
2004-10-07 reimar fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev (dot) org), see also bug #102
2004-09-26 faust3 --host-cc option for crosscompiling
2004-09-21 nicodvb encoding to mp2 with libtoolame
2004-08-28 rtognimp EDL enhancement/fixes:
2004-08-27 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
2004-08-23 attila Adding doxygen stuff.
2004-08-12 rtognimp DTS support via lavc and libdts
2004-08-05 diego language handling simplification
2004-08-04 mosu Removed the old Matroska demuxer.
2004-07-09 rtognimp Remove duplicated make distclean for libavformat and libavcodec
2004-06-27 faust3 mingw crosscompiling step 1
2004-06-26 rfelker this is broken and causes relink during 'make install'. fix it or leave it disabled
2004-06-25 diego mplayer.rc moved to osdep where it belongs, approved by Sascha.
2004-06-25 alex JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>
2004-06-25 alex enable .PHONY for correct dependancy handling
2004-06-24 alex ranlib cleanup by Dan Christiansen
2004-06-18 diego Just a tiny fix with configure/Makefile for not using
2004-05-08 henry ENCA support (http://trific.ath.cx/software/enca/)
2004-04-13 faust3 always add versionsinfo and icon on windows
2004-04-11 michael demux_lavf
2004-04-06 alex libcaca video output driver by Howell Tam
2004-04-05 alex Removed mpflac as ffflac is way better and ad_flac won't compile with external flac
2003-12-10 attila add codecs.conf to the dependency list of codecs.conf.h
2003-12-08 alex removed the historic libcss support
2003-12-08 alex Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, but slightly reworked
2003-12-08 attila Security fixes for fibmap_mplayer by Adam Rice <adamrice@ntlworld.com>
2003-11-18 iive remove useless --with-xvidcore option and add *-xvidlibdir and *-xvidincdir
2003-10-19 diego Man pages moved to DOCS/man/.
2003-10-04 lumag FLAC decoding support via imported libmpflac.
2003-09-21 faust3 10l really disable faad if gcc is broken
2003-08-30 arpi use internal (included) libfaad2
2003-08-17 alex --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>
2003-08-13 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.
2003-08-11 alex Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>