aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Use the real name of the header file when guarding against double inclusion.Gravatar diego2006-11-25
* Remove nonexistent variable.Gravatar diego2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* Don't compile libvo.a unless MPlayer is enabled.Gravatar diego2006-11-25
* simplifyGravatar diego2006-11-25
* Rename Gui/mplayer/mplayer.h to gmplayer.h, another file named mplayer.hGravatar diego2006-11-25
* Reuse bswap.h from libavutil. Will only work when libavutil subdir is available.Gravatar reimar2006-11-25
* Linking hotfix, loader depends on osdep.Gravatar diego2006-11-25
* Remove useless libvo/sub.h include.Gravatar reimar2006-11-25
* Add support for compiling with ICC 9.1. Currently needs --target=generic-linux,Gravatar reimar2006-11-25
* simplifyGravatar diego2006-11-25
* Add generic target that allow compiling without any assembler or otherwiseGravatar reimar2006-11-25
* missing include for uint16_tGravatar ben2006-11-25
* keep nav highlight event in dvdnav priv structureGravatar ben2006-11-25
* There are no more .depend files in subdirectories.Gravatar diego2006-11-25
* simplifyGravatar diego2006-11-25
* Remove commented-out cruft.Gravatar diego2006-11-25
* Unconditionally include config.mak for consistency.Gravatar diego2006-11-25
* more consistency with the other Makefiles.Gravatar diego2006-11-25
* SRCS should be one per line to make patches more readable.Gravatar diego2006-11-25
* fix typos noticed by DiegoGravatar gpoirier2006-11-25
* Remove pointless indirection.Gravatar diego2006-11-25
* Sync with FFmpeg r7167.Gravatar diego2006-11-25
* FFmpeg-style conditional dependency declarationGravatar diego2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* Remove superfluous comment.Gravatar diego2006-11-25
* improve description of x264's deadzone* optionsGravatar gpoirier2006-11-25
* support for comma-separated language codes in -slangGravatar nicodvb2006-11-25
* support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila ch...Gravatar nicodvb2006-11-25
* spurious () like in ({code;}) probably is not valid C, icc 9, definitelyGravatar reimar2006-11-25
* Avoid void * arithmeticGravatar reimar2006-11-25
* better nav highlight handlingGravatar ben2006-11-25
* removed unused members and variablesGravatar nicodvb2006-11-25
* COSMETICS: consistently reformatted after ben's messGravatar nicodvb2006-11-25
* added code to identify subs language and count; needed for forthcoming suppor...Gravatar nicodvb2006-11-25
* Add distclean target, unconditionally remove all objects on clean.Gravatar diego2006-11-25
* a few more clarifications for codec_specific_data by Ralph Giles and meGravatar michael2006-11-25
* all should be the first target.Gravatar diego2006-11-25
* support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot...Gravatar ben2006-11-25
* 10l copy + paste typoGravatar diego2006-11-25
* Simplify LIBNAME target with $@ and $^.Gravatar diego2006-11-25
* Remove commented-out cruft.Gravatar diego2006-11-25
* Move osdep/mplayer.rc handling to the osdep Makefile.Gravatar diego2006-11-25
* Remove nonexistent variable/file.Gravatar diego2006-11-25
* added mmap_anon to osdep lib. Used in loader for nowGravatar nplourde2006-11-25
* No need to ignore files that are not generated any longer.Gravatar diego2006-11-25
* Make loader Makefile non-recursive.Gravatar diego2006-11-25
* Use $@ and $^ to designate target and prerequisites.Gravatar diego2006-11-25
* cosmetics: Move around targets for consistency.Gravatar diego2006-11-25