summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* add codecs.conf to the dependency list of codecs.conf.hattila2003-12-101-1/+1
* removed the historic libcss supportalex2003-12-081-17/+2
* Fontconfig support based on patch by Arwed von Merkatz <v.merkatz@gmx.net>, b...alex2003-12-081-2/+2
* Security fixes for fibmap_mplayer by Adam Rice <adamrice@ntlworld.com>attila2003-12-081-2/+2
* remove useless --with-xvidcore option and add *-xvidlibdir and *-xvidincdiriive2003-11-181-1/+1
* Man pages moved to DOCS/man/.diego2003-10-191-2/+2
* FLAC decoding support via imported libmpflac.lumag2003-10-041-1/+11
* 10l really disable faad if gcc is brokenfaust32003-09-211-3/+10
* use internal (included) libfaad2arpi2003-08-301-3/+6
* --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>alex2003-08-171-1/+1
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-1/+1
* Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others)...alex2003-08-111-8/+0
* removed obsolete my_profilealex2003-08-031-1/+1
* Move away old codecs.conf files.diego2003-07-281-0/+1
* Installing codecs.conf is long obsolete.diego2003-07-221-3/+0
* compilation fix by Bernd Ernesti <mplayer at lists.veego.de>faust32003-06-011-1/+1
* lirccd support by Fredrik Tolf <fredrik@dolda2000.cjb.net>alex2003-05-301-4/+4
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.bertrand2003-05-171-1/+1
* Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>arpi2003-05-111-1/+1
* Added Matroska demuxing support.mosu2003-04-301-1/+1
* fix build with --enable-shared-pp patch by (Götz Waschk <waschk at informati...michael2003-03-291-1/+8
* 10l noticed by Steven M. Schultz <sms@2BSD.COM> and a bit cleaned upalex2003-03-211-1/+1
* hebrew support using fribidi libs, patch by Raindel Shachar <raindel@techunix...alex2003-03-211-2/+2
* libsmbclient detection support, slightly rewritten the original patch sent by...alex2003-03-211-2/+2
* fixed 'make distclean' without libavcodecarpi2003-03-151-1/+1
* Latest version has the following features:arpi2003-02-201-16/+13
* Support for native MacOSX APIs by Dan Christiansen <danchr@daimi.au.dk>alex2003-02-191-1/+1
* patch by "Andriy N. Gritsenko" <andrej@lucky.net>gabucino2003-02-171-2/+17
* applied my patch for localized manpage installationgabucino2003-02-161-2/+3
* at least it doesn't error now...this will work until we get a better fix.rfelker2003-02-161-1/+1
* ugly but otherwise make distclean doesnt remove libavcodec.amichael2003-02-151-0/+1
* moving postprocess code to libavcodecmichael2003-02-141-15/+1
* linux->osdeparpi2003-02-091-5/+5
* i18n may require extra_libdir, at least on freebsdarpi2003-02-071-1/+1
* The patch add a library detection to configure and the usage of thearpi2003-02-071-3/+3
* cleanup detection of various divx4 versions/alternativesarpi2003-02-061-2/+2
* libgif/libungif based demuxer support for libmpdemux.arpi2003-01-281-2/+2
* The two attached patches *should* allow for properarpi2003-01-271-0/+4
* AltiVec detection code ("borrowed" from FFmpeg andarpi2003-01-181-0/+4
* libavcodec just imported code for OS/2 support, which means we mustarpi2003-01-111-1/+1
* remove codec-cfg binary during make distclean (btw, why do we compile it anyw...alex2003-01-111-2/+2
* new EsounD audio driver (-ao esd)jkeil2002-12-271-1/+1
* XMMS Input plugin supportarpi2002-12-221-1/+1
* Fallback to builtin (generated from etc/codecs.conf at compile time)arpi2002-12-151-3/+8
* a little (my first!) patch to add some info about MPlayer on Irix 6.5 toarpi2002-12-041-4/+0
* DMO supportarpi2002-11-261-1/+4
* fixed libwine build with menu support enabledarpi2002-11-161-2/+2
* Experimantal OSD menualbeu2002-11-141-1/+16
* wine-20021031 supportarpi2002-11-131-0/+8
* A struct setter. It allow you to setup struct from some useralbeu2002-11-121-1/+1
* New config system + cleanup of header inter dependencyalbeu2002-11-121-3/+3
* fixed order of includes.arpi2002-11-101-1/+1
* SDL<->X11 order swappedarpi2002-11-061-1/+1
* including source and precompiled .spec for libwine supportarpi2002-10-311-1/+1
* optional libwine support (compiling mplayer_wine.so, to be loaded using wine)arpi2002-10-311-0/+4
* Alex's 10l - fixed liblzo linkingarpi2002-10-291-1/+1
* postprocessing cleanup:michael2002-10-281-2/+16
* add win32 libsfaust32002-10-251-2/+2
* cleanup config option handling in libmpdemux.arpi2002-10-231-2/+2
* some cleanuparpi2002-10-191-21/+11
* liblzo realtime video codec support (decoding only)arpi2002-10-131-1/+1
* libdvdkit shared install fixedarpi2002-10-061-1/+6
* This patch hopefully fixes colorkeying and a segfault in exclusive modearpi2002-10-061-1/+1
* changed order of libs to match the dependency (required for static linking)arpi2002-10-011-3/+3
* Moving lm to after lafanders2002-10-011-1/+1
* Adding new audio output filter layer libafanders2002-10-011-3/+6
* some makefile cleanuparpi2002-09-221-24/+35
* Automatic unrar of vobsub. Does not work with rar v3kmkaplan2002-09-201-0/+4
* Import transcode-0.6.1.20020829 XviD VBR Library into mencoder DivX4 encoderkmkaplan2002-09-091-1/+1
* merged xacodec.c and vd_xanim.calex2002-09-051-1/+1
* removed obsoleted dll_init.c/halex2002-09-011-3/+0
* ability to override MANDIR, BINDIRarpi2002-09-011-5/+0
* libmpdvdkit/ and libmp1e/ are obsolete.diego2002-09-011-18/+2
* Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove un...atmos42002-08-311-1/+1
* reordered libs, especially Freetype. idea by Nexusarpi2002-08-301-2/+2
* use dir/libname.a instead of -Ldir -lnamearpi2002-08-291-8/+8
* arrg 100l in the 10lrfelker2002-08-291-1/+1
* fix 10l mistake and add the libdeps thing right this timerfelker2002-08-291-1/+8
* removed old stuff no longer usedrfelker2002-08-291-3/+1
* remove nonsense tabs from makefile so emacs won't complain :)rfelker2002-08-291-2/+2
* freetype 2.0/2.1+ support - disabled by default until bugs fixedarpi2002-08-281-3/+3
* final (?) libvo2 cleanup patch by Joey Parrishalex2002-08-281-21/+2
* removed old input codealex2002-08-281-3/+3
* libmpdvdkit2 directory was not compiled - mplayer compile failed - fixed.jaf2002-08-171-0/+13
* 'configure changed'-test re-added, noticed by Sylvain Petreolle <spetreolle@y...arpi2002-08-101-0/+9
* small rule to strip binaries in source dir (24MB mplayer binary is a bit klug...atmos42002-08-071-0/+3
* DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, sm...atmos42002-07-251-1/+1
* Support for Xvid using their new api. If divx4 compatiblity is disabeledalbeu2002-07-101-1/+1
* Oh my god, what did I do - I spellchecked the Makefile!diego2002-06-291-5/+5
* 10larpi2002-06-251-1/+1
* syncfb is long gonediego2002-06-201-1/+1
* Support for playing audio cds using cdparanoia. Include a raw audioalbeu2002-06-111-2/+2
* avoids stripping the binary at install if debugging or profiling is enabledpl2002-05-301-4/+10
* aRts audio out support by Michele Balistreri <brain at email.it>atmos42002-05-281-1/+1
* Fix gcc version display for gcc 3.1 (downwards compatible it seems - tested w...atmos42002-05-201-2/+2
* create relative links instead of absolute (with path) ones, patches by:arpi2002-05-191-2/+2
* -vo gif - by Joey Parrish <joey@yunamusic.com>arpi2002-05-121-1/+1
* ln -s instead of install mencoder.1arpi2002-05-051-1/+1
* gui vs. mencoder conflict workaroundarpi2002-05-031-3/+3
* Execute darwinfixlib.sh before linking, it will only do something if on darwi...atmos42002-05-031-0/+2
* removed my 'extension'jaf2002-04-261-3/+0
* corrected what felix made buggy ;-)jaf2002-04-261-1/+7
* Allow disabling of libfame and allow to enforce (not) building libavcodec.atmos42002-04-261-2/+2
* handles DVDKIT_SHARED, compile and install libmpdvdkit.soarpi2002-04-241-8/+13
* add libmpdvdkit libpontscho2002-04-211-1/+7
* enabled new OSD code in -vop expand, subtitles rendering support to mencoderarpi2002-04-171-5/+6
* removed unused XP, TVISION and AVIP stuffalex2002-04-151-16/+2
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
* native codecs files moved to libmpcodecs/native/arpi2002-04-131-7/+4
* comp.fixesarpi2002-04-131-5/+1
* syncfb, mp1e, opendivx removed/disabledarpi2002-04-131-12/+3
* libac3 removedarpi2002-04-131-6/+3
* libmpencoders added to mencoder libsarpi2002-04-111-1/+1
* adpcm.c is no longer neededmelanson2002-03-301-1/+1
* * New command line switch for mplayer & mencoder:kmkaplan2002-03-291-2/+2
* we don't need ac3-iec958 any morearpi2002-03-271-1/+1
* ok, use ad_* stuffarpi2002-03-251-1/+1
* Beta AAC decoding support, seeking totally broken yet, add philipps mpeg4 vid...atmos42002-03-181-1/+1
* libfame addedarpi2002-03-161-3/+6
* JPEG_LIB moved to common libs, requires by mencoder tooarpi2002-03-111-2/+2
* Add IJPG decoder.pontscho2002-03-101-1/+1
* using libmpcodecs by defaultarpi2002-03-101-4/+7
* fix linking orderatmos42002-03-031-2/+2
* provide unstable codenick2002-02-251-0/+10
* Fix bad lib order wich lead to undefined ref in postproc/libpostproc.a andalbeu2002-02-241-1/+1
* Change in configure relative to lirc, same thing in Makefile plusalbeu2002-02-231-5/+5
* new interface ? :)pontscho2002-02-211-1/+1
* Options registration for mencoderalbeu2002-02-201-1/+1
* Place holder for registering modules optionsalbeu2002-02-111-1/+1
* add initial mPNG supportpontscho2002-02-111-0/+4
* Added native codec support for QT RPZA data, courtesy of Roberto Tognimelanson2002-02-091-1/+1
* missing mlib required to build a solaris mencoderpl2002-02-051-1/+1
* finally fixed no-opendivx compile problemrfelker2002-02-031-7/+1
* fixed compiletime problems with divx4 caused by making opendivx optionalrfelker2002-02-031-4/+4
* make opendivx codec optional at compiletimerfelker2002-02-031-2/+8
* added skeleton decoders for RoQ audio and video format decodersmelanson2002-02-011-1/+1
* A new configurable input system and joystick support for this systemalbeu2002-01-301-3/+6
* vo_zr no more depends on libjpeg - it requires libavcodec now. patch by Rik S...arpi2002-01-261-1/+1
* added skeleton for Duck Truemotion v1 decoder (doesn't do anything yet)melanson2002-01-221-1/+1
* added skeleton for QT SMC decodermelanson2002-01-181-1/+1
* libjpeg added - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-01-171-1/+1
* small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and r...pontscho2002-01-151-2/+2
* playtree-based config patch by Alban Bedel <albeu@free.fr>arpi2002-01-141-2/+2
* Configurable VIDIX usagenick2002-01-111-7/+21
* Add DVD subtitles to menoderkmkaplan2002-01-111-3/+3
* Add vobsub support.kmkaplan2002-01-101-1/+1
* tree-based playlist parser code by Alban Bedel <albeu@free.fr>arpi2002-01-081-1/+1
* Embedding vidixnick2002-01-071-4/+17
* integrated Tim Ferguson's native CYUV decodermelanson2002-01-041-1/+1
* small fixes (=> HAVE_STDINT_H is now defined)pl2001-12-311-2/+2
* FreeBSD need EXTRA_LIB to compilenexus2001-12-311-1/+1
* mp3lameless build fixedarpi2001-12-301-1/+1
* NuppelVideo decoder added, based on Panagiotis Issaris' patchalex2001-12-271-1/+1
* removing ima4.* from the treemelanson2001-12-271-1/+1
* Initial support for unified ADPCM decodermelanson2001-12-261-1/+1
* make users happy - this is xmas, isn't it?arpi2001-12-251-0/+15
* This commit adds initial support for Quicktime Animation (RLE) video. Itmelanson2001-12-231-1/+1
* native opensourec Cinepak (CVID) codec by im Ferguson <timf@mail.csse.monash....arpi2001-12-211-1/+1
* Patch by Adam Di Carlo <adam@onshore-devel.com>:pl2001-12-161-5/+6
* dshow switched to C versionarpi2001-12-101-1/+4
* MP1E configure patch by D. Holm.atmos42001-12-101-5/+5
* compiling g72xarpi2001-12-101-4/+4
* cleanup? libs reordered. some more bugs. 10l won't be enough...arpi2001-12-101-32/+29
* compiling and linking liba52 tooarpi2001-12-091-3/+6
* CC version check done by Makefile to allow overriding CC from envvararpi2001-12-091-2/+2
* -lm moved to the end of lib listarpi2001-12-061-1/+1
* Readd NAS lib, something else missing? Please better check your cvs commits o...atmos42001-12-051-1/+1
* added DIRECTFB_LIB to VO_LIBS to compile using vo_directfb ;)alex2001-12-051-1/+1
* Added support for the libmp1e ultrafast mpeg1 realtime encoder. This makes rt...mswitch2001-12-041-7/+11
* -ao NAS support by Tobias Diedrich <ranma@gmx.at>arpi2001-12-031-1/+1
* vo DirectFB support by Jiri Svoboda <Jiri.Svoboda@seznam.cz>arpi2001-12-031-1/+1
* Reinvent Nexus last fix (wrong local merger on last commit)atmos42001-11-291-1/+1
* Newest DXR3 patch (improved 1.0rc2) by David Holm.atmos42001-11-291-2/+2
* fli.c requirednexus2001-11-281-1/+1
* fli.c requirednexus2001-11-281-1/+1
* AV_LIB should appear before EXTRA_LIBnexus2001-11-281-1/+1