| Commit message (Expand) | Author | Age | Files | Lines |
* | Recurse into subdirs before cleaning the top level to avoid error messages. | diego | 2006-08-03 | 1 | -1/+1 |
* | 'make distclean' should remove all generated files, so also config.[h|mak]. | diego | 2006-08-03 | 1 | -1/+1 |
* | 'make clean' now recurses through subdirectories as expected, | diego | 2006-08-03 | 1 | -1/+4 |
* | Change toplevel Makefile to invoke subdirectory Makefiles | uau | 2006-08-01 | 1 | -34/+42 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -0/+7 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 | 1 | -12/+1 |
* | Fix linking order. FontConfig should appear after libass. | eugeni | 2006-07-13 | 1 | -2/+2 |
* | Streamline GUI build. | diego | 2006-07-13 | 1 | -2/+1 |
* | Clean up codec-cfg and friends handling. | diego | 2006-07-13 | 1 | -10/+7 |
* | Remove old and obsolete mplayer_wine QT DLL loading stuff. | diego | 2006-07-12 | 1 | -22/+0 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -2/+0 |
* | Remove remnants of old libmp1e support. | diego | 2006-07-12 | 1 | -2/+0 |
* | make libswscale build system similar to the libav* one | lucabe | 2006-07-10 | 1 | -1/+1 |
* | Simplify ASS handling second try, this time taking FreeType into account. | diego | 2006-07-09 | 1 | -13/+6 |
* | Revert r18980, it breaks compilation under MinGW. | eugeni | 2006-07-09 | 1 | -1/+7 |
* | Simplify ASS handling. | diego | 2006-07-09 | 1 | -7/+1 |
* | Initial libass release (without mencoder support). | eugeni | 2006-07-07 | 1 | -0/+16 |
* | Add back the path part in 'libvo/font_load_ft.c' that was accidentally | uau | 2006-07-04 | 1 | -1/+1 |
* | Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar. | diego | 2006-07-03 | 1 | -1/+4 |
* | Move postproc ---> libswscale | lucabe | 2006-06-30 | 1 | -7/+7 |
* | "make depend" requires version.h | uau | 2006-06-22 | 1 | -1/+1 |
* | CVS --> Subversion + better version.h handling | diego | 2006-06-22 | 1 | -9/+3 |
* | Remove separation between Win32 DLL and DirectShow support in the build system. | diego | 2006-06-21 | 1 | -2/+0 |
* | restored support for dvdnav only in the stream layer; all other functionaliti... | nicodvb | 2006-06-14 | 1 | -0/+1 |
* | libpostproc is not a subdirectory of libavcodec anymore. | diego | 2006-06-02 | 1 | -3/+3 |
* | make depend requires help_mp.h, fixes make depend after make distclean. | diego | 2006-05-13 | 1 | -1/+1 |
* | No need to include the whole libinput in mencoder | albeu | 2006-04-25 | 1 | -1/+1 |
* | Add 32x32 XPM icon as mandated by Debian policy. | diego | 2006-04-04 | 1 | -2/+2 |
* | missing dependency | rfelker | 2006-04-03 | 1 | -1/+1 |
* | Remove mpdvdkit1 cruft from the build system. | diego | 2006-04-02 | 1 | -3/+0 |
* | Remove shared libmpdvdkit leftovers. | diego | 2006-04-02 | 1 | -2/+1 |
* | further fixes.. | rfelker | 2006-04-02 | 1 | -4/+4 |
* | 10l: version.h was not being built in some odd cases | rfelker | 2006-04-02 | 1 | -1/+4 |
* | integrate old "libdeps" hack into makefile | rfelker | 2006-04-02 | 1 | -5/+36 |
* | first stage of build system cleanup: | rfelker | 2006-04-02 | 1 | -40/+4 |
* | remove deprecated, never-used gnu gettext cruft. | rfelker | 2006-03-30 | 1 | -2/+0 |
* | added support for external VIDIX | nicodvb | 2006-03-28 | 1 | -0/+4 |
* | Rename the default GUI skins directory from 'Skin' to 'skins', keeping | diego | 2006-03-27 | 1 | -2/+2 |
* | Simplify directory creation in the install target. | diego | 2006-03-26 | 1 | -11/+11 |
* | Don't call make from shell constructs it prevent proper | albeu | 2006-03-26 | 1 | -8/+4 |
* | Add libpostproc to PARTS, fixes distclean on OS X and other platforms. | diego | 2006-03-25 | 1 | -0/+1 |
* | cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines | diego | 2006-03-25 | 1 | -3/+15 |
* | Add the new property API and implement a couple properties. | albeu | 2006-03-22 | 1 | -0/+1 |
* | codec-cfg depend on help_mp.h. Fix // builds. | albeu | 2006-03-18 | 1 | -1/+1 |
* | remove mp_msg.c dependency when compiling codec-cfg binary. | reimar | 2006-03-12 | 1 | -1/+1 |
* | revert the attempts for ccache fix | henry | 2006-03-08 | 1 | -11/+7 |
* | Add codecs2html dependencies. | diego | 2006-03-08 | 1 | -1/+1 |
* | libcdio needs to link before -lwinmm in WIN32_LIB on Windows. | diego | 2006-03-08 | 1 | -1/+1 |
* | fix incomplete abs->rel path conversion | henry | 2006-03-07 | 1 | -3/+7 |
* | Add codecs2html target. | diego | 2006-03-07 | 1 | -0/+3 |
* | use relative paths for libav* build | henry | 2006-03-05 | 1 | -4/+4 |
* | New website structure, the /homepage subdirectory is gone. | diego | 2006-03-01 | 1 | -2/+2 |
* | OpenAL audio support, actual output is mono-only (no positioning yet). | reimar | 2006-02-16 | 1 | -0/+1 |
* | 10l | alex | 2006-02-12 | 1 | -4/+2 |
* | add a missing rule for libpostproc.a | henry | 2006-02-12 | 1 | -0/+3 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -4/+4 |
* | Remove rule to build shared libpostproc, it does not belong in MPlayer. | diego | 2006-01-19 | 1 | -3/+0 |
* | Fix parallel make builds, patch by Oded Shimon. | rathann | 2006-01-14 | 1 | -1/+1 |
* | This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from | rathann | 2006-01-13 | 1 | -1/+1 |
* | AIX PPC port | diego | 2005-12-29 | 1 | -0/+2 |
* | fix to uninstall section, pointed out by Reshat Sabiq to -users ml sabiq -- ... | ptt | 2005-11-16 | 1 | -4/+5 |
* | make it optionally possible to compile MPlayer with libcdio instead of libcd... | faust3 | 2005-11-06 | 1 | -0/+4 |
* | Speex support. Seeking and pts generation does not work. | reimar | 2005-11-05 | 1 | -0/+1 |
* | remove broken shared libpostproc stuff | rfelker | 2005-08-19 | 1 | -8/+0 |
* | use libvbe from vesautils | alex | 2005-08-18 | 1 | -0/+1 |
* | libavutil should be be in "PARTS" so that 'make distclean' cleans that direct... | gpoirier | 2005-08-11 | 1 | -0/+1 |
* | Support new static libavcodec (depends on libavutil). | al | 2005-08-01 | 1 | -0/+12 |
* | musepack demuxing and decoding support (demuxing is v7 bitstream only). | reimar | 2005-07-10 | 1 | -0/+1 |
* | 10l | alex | 2005-06-27 | 1 | -1/+0 |
* | split PARTS into multiple lines also | henry | 2005-06-20 | 1 | -1/+12 |
* | Be more patch-friendly | ranma | 2005-06-19 | 1 | -11/+145 |
* | added twolame mp2 audio encoder | nicodvb | 2005-05-07 | 1 | -0/+4 |
* | added faac audio encoder | nicodvb | 2005-04-25 | 1 | -0/+4 |
* | reversed broken linker option, it breaks compile on some systems. add a confi... | rfelker | 2005-04-21 | 1 | -2/+2 |
* | Link with -z noexecstack, fixes bug #258. Please test on all platforms! | reimar | 2005-04-20 | 1 | -2/+2 |
* | FreeBSD compilation fix by Bohdan Horst <nexus at hoth dot amu dot edu dot pl> | diego | 2005-04-16 | 1 | -1/+1 |
* | cross-compilation fix: don't use target CFLAGS to compile host tools | aurel | 2005-04-15 | 1 | -1/+1 |
* | Fix shared libpostproc installation. | diego | 2005-03-23 | 1 | -0/+3 |
* | --charset configure option to convert help messages charset | reimar | 2005-02-26 | 1 | -0/+4 |
* | suboption parser for vo and ao modules | al | 2004-12-31 | 1 | -1/+1 |
* | internal Tremor decoder for Ogg/Vorbis | henry | 2004-12-30 | 1 | -0/+10 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 1 | -1/+1 |
* | polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de> | faust3 | 2004-11-05 | 1 | -1/+1 |
* | Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. | diego | 2004-10-28 | 1 | -1/+1 |
* | Removal of help_mp.h on make distclean, as requested by Felix Buenemann | wight | 2004-10-26 | 1 | -1/+1 |
* | Move help_mp.h generation to Makefile, so it's easier to maintain on | wight | 2004-10-20 | 1 | -3/+15 |
* | make uninstall was leaving vidix, dha, and libmpdvdkit libraries | wight | 2004-10-20 | 1 | -0/+10 |
* | Menu entry for all freedesktop.org compliant window managers. | diego | 2004-10-18 | 1 | -0/+6 |
* | Zeta OS support, mostly working. | reimar | 2004-10-11 | 1 | -4/+4 |
* | fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) mozdev... | reimar | 2004-10-07 | 1 | -3/+24 |
* | --host-cc option for crosscompiling | faust3 | 2004-09-26 | 1 | -1/+1 |
* | encoding to mp2 with libtoolame | nicodvb | 2004-09-21 | 1 | -0/+4 |
* | EDL enhancement/fixes: | rtognimp | 2004-08-28 | 1 | -1/+1 |
* | x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at ... | iive | 2004-08-27 | 1 | -1/+1 |
* | Adding doxygen stuff. | attila | 2004-08-23 | 1 | -1/+7 |
* | DTS support via lavc and libdts | rtognimp | 2004-08-12 | 1 | -1/+1 |
* | language handling simplification | diego | 2004-08-05 | 1 | -2/+2 |
* | Removed the old Matroska demuxer. | mosu | 2004-08-04 | 1 | -1/+1 |
* | Remove duplicated make distclean for libavformat and libavcodec | rtognimp | 2004-07-09 | 1 | -2/+0 |
* | mingw crosscompiling step 1 | faust3 | 2004-06-27 | 1 | -2/+0 |
* | this is broken and causes relink during 'make install'. fix it or leave it di... | rfelker | 2004-06-26 | 1 | -2/+2 |
* | mplayer.rc moved to osdep where it belongs, approved by Sascha. | diego | 2004-06-25 | 1 | -2/+2 |
* | JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl> | alex | 2004-06-25 | 1 | -1/+1 |
* | enable .PHONY for correct dependancy handling | alex | 2004-06-25 | 1 | -1/+1 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -3/+0 |
* | Just a tiny fix with configure/Makefile for not using | diego | 2004-06-18 | 1 | -1/+1 |
* | ENCA support (http://trific.ath.cx/software/enca/) | henry | 2004-05-08 | 1 | -1/+1 |
* | always add versionsinfo and icon on windows | faust3 | 2004-04-13 | 1 | -0/+7 |
* | demux_lavf | michael | 2004-04-11 | 1 | -1/+5 |
* | libcaca video output driver by Howell Tam | alex | 2004-04-06 | 1 | -1/+1 |
* | Removed mpflac as ffflac is way better and ad_flac won't compile with externa... | alex | 2004-04-05 | 1 | -11/+1 |
* | add codecs.conf to the dependency list of codecs.conf.h | attila | 2003-12-10 | 1 | -1/+1 |
* | removed the historic libcss support | alex | 2003-12-08 | 1 | -17/+2 |
* | Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, b... | alex | 2003-12-08 | 1 | -2/+2 |
* | Security fixes for fibmap_mplayer by Adam Rice <adamrice@ntlworld.com> | attila | 2003-12-08 | 1 | -2/+2 |
* | remove useless --with-xvidcore option and add *-xvidlibdir and *-xvidincdir | iive | 2003-11-18 | 1 | -1/+1 |
* | Man pages moved to DOCS/man/. | diego | 2003-10-19 | 1 | -2/+2 |
* | FLAC decoding support via imported libmpflac. | lumag | 2003-10-04 | 1 | -1/+11 |
* | 10l really disable faad if gcc is broken | faust3 | 2003-09-21 | 1 | -3/+10 |
* | use internal (included) libfaad2 | arpi | 2003-08-30 | 1 | -3/+6 |
* | --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de> | alex | 2003-08-17 | 1 | -1/+1 |
* | Removed the historic cfgparser and switched full to the new config parser (al... | alex | 2003-08-13 | 1 | -1/+1 |
* | Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others)... | alex | 2003-08-11 | 1 | -8/+0 |
* | removed obsolete my_profile | alex | 2003-08-03 | 1 | -1/+1 |
* | Move away old codecs.conf files. | diego | 2003-07-28 | 1 | -0/+1 |
* | Installing codecs.conf is long obsolete. | diego | 2003-07-22 | 1 | -3/+0 |
* | compilation fix by Bernd Ernesti <mplayer at lists.veego.de> | faust3 | 2003-06-01 | 1 | -1/+1 |
* | lirccd support by Fredrik Tolf <fredrik@dolda2000.cjb.net> | alex | 2003-05-30 | 1 | -4/+4 |
* | Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash. | bertrand | 2003-05-17 | 1 | -1/+1 |
* | Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de> | arpi | 2003-05-11 | 1 | -1/+1 |
* | Added Matroska demuxing support. | mosu | 2003-04-30 | 1 | -1/+1 |
* | fix build with --enable-shared-pp patch by (Götz Waschk <waschk at informati... | michael | 2003-03-29 | 1 | -1/+8 |
* | 10l noticed by Steven M. Schultz <sms@2BSD.COM> and a bit cleaned up | alex | 2003-03-21 | 1 | -1/+1 |
* | hebrew support using fribidi libs, patch by Raindel Shachar <raindel@techunix... | alex | 2003-03-21 | 1 | -2/+2 |
* | libsmbclient detection support, slightly rewritten the original patch sent by... | alex | 2003-03-21 | 1 | -2/+2 |
* | fixed 'make distclean' without libavcodec | arpi | 2003-03-15 | 1 | -1/+1 |
* | Latest version has the following features: | arpi | 2003-02-20 | 1 | -16/+13 |
* | Support for native MacOSX APIs by Dan Christiansen <danchr@daimi.au.dk> | alex | 2003-02-19 | 1 | -1/+1 |
* | patch by "Andriy N. Gritsenko" <andrej@lucky.net> | gabucino | 2003-02-17 | 1 | -2/+17 |
* | applied my patch for localized manpage installation | gabucino | 2003-02-16 | 1 | -2/+3 |
* | at least it doesn't error now...this will work until we get a better fix. | rfelker | 2003-02-16 | 1 | -1/+1 |
* | ugly but otherwise make distclean doesnt remove libavcodec.a | michael | 2003-02-15 | 1 | -0/+1 |
* | moving postprocess code to libavcodec | michael | 2003-02-14 | 1 | -15/+1 |
* | linux->osdep | arpi | 2003-02-09 | 1 | -5/+5 |
* | i18n may require extra_libdir, at least on freebsd | arpi | 2003-02-07 | 1 | -1/+1 |
* | The patch add a library detection to configure and the usage of the | arpi | 2003-02-07 | 1 | -3/+3 |
* | cleanup detection of various divx4 versions/alternatives | arpi | 2003-02-06 | 1 | -2/+2 |
* | libgif/libungif based demuxer support for libmpdemux. | arpi | 2003-01-28 | 1 | -2/+2 |
* | The two attached patches *should* allow for proper | arpi | 2003-01-27 | 1 | -0/+4 |
* | AltiVec detection code ("borrowed" from FFmpeg and | arpi | 2003-01-18 | 1 | -0/+4 |
* | libavcodec just imported code for OS/2 support, which means we must | arpi | 2003-01-11 | 1 | -1/+1 |
* | remove codec-cfg binary during make distclean (btw, why do we compile it anyw... | alex | 2003-01-11 | 1 | -2/+2 |
* | new EsounD audio driver (-ao esd) | jkeil | 2002-12-27 | 1 | -1/+1 |
* | XMMS Input plugin support | arpi | 2002-12-22 | 1 | -1/+1 |
* | Fallback to builtin (generated from etc/codecs.conf at compile time) | arpi | 2002-12-15 | 1 | -3/+8 |
* | a little (my first!) patch to add some info about MPlayer on Irix 6.5 to | arpi | 2002-12-04 | 1 | -4/+0 |
* | DMO support | arpi | 2002-11-26 | 1 | -1/+4 |
* | fixed libwine build with menu support enabled | arpi | 2002-11-16 | 1 | -2/+2 |
* | Experimantal OSD menu | albeu | 2002-11-14 | 1 | -1/+16 |
* | wine-20021031 support | arpi | 2002-11-13 | 1 | -0/+8 |
* | A struct setter. It allow you to setup struct from some user | albeu | 2002-11-12 | 1 | -1/+1 |
* | New config system + cleanup of header inter dependency | albeu | 2002-11-12 | 1 | -3/+3 |
* | fixed order of includes. | arpi | 2002-11-10 | 1 | -1/+1 |
* | SDL<->X11 order swapped | arpi | 2002-11-06 | 1 | -1/+1 |
* | including source and precompiled .spec for libwine support | arpi | 2002-10-31 | 1 | -1/+1 |
* | optional libwine support (compiling mplayer_wine.so, to be loaded using wine) | arpi | 2002-10-31 | 1 | -0/+4 |
* | Alex's 10l - fixed liblzo linking | arpi | 2002-10-29 | 1 | -1/+1 |
* | postprocessing cleanup: | michael | 2002-10-28 | 1 | -2/ |