aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/example.conf
Commit message (Collapse)AuthorAge
* video: add --autofit and --autofit-larger optionsGravatar wm42013-01-23
| | | | | | | | | --autofit=WxH sets the window size to a maximum width and/or height, without changing the window's aspect ratio. --autofit-larger=WxH does the same, but only if the video size is actually larger than the window size that would result when using the --autofit=WxH option with the same arguments.
* video: different way to enable hardware decoding, add software fallbackGravatar wm42013-01-13
| | | | | | | | | | | | | | Deprecate the hardware specific video codec entries (like ffh264vdpau). Replace them with the --hwdec switch, which requests that a specific hardware decoding API should be used. The codecs.conf entries will be removed at a later time, but for now they are useful for testing and compatibility. Instead of --vc=ffh264vdpau, --hwdec=vdpau should be used. Add a fallback if hardware decoding fails. Most hardware decoders (including vdpau) support only a subset of h264, and having such a fallback is supposed to enable a better user experience.
* example.conf: all options should be commentedGravatar wm42012-11-14
| | | | | The file is written with the assumption that it doesn't change any settings by default. Add a forgotten comment to fix this.
* example.conf: remove some useless options, add some useful onesGravatar wm42012-11-11
|
* Rename to "mpv"Gravatar wm42012-10-12
| | | | | | | | | | | | | | | | | | This changes the name of this project to mpv. Most user-visible mentions of "MPlayer" and "mplayer" are changed to "mpv". The binary name and the default config file location are changed as well. The new default config file location is: ~/.mpv/ Remove etc/mplayer.desktop. Apparently this was for the MPlayer GUI, which has been removed from mplayer2 ages ago. We don't have a logo, and the MS Windows resource files sort-of require one, so leave etc/mplayer.ico/.xpm as-is. Remove the debian and rpm packaging scripts. These contained outdated dependencies and likely were more harmful than useful. (Patches which add working and well-tested packaging are welcome.)
* Remove VESA/FBDEV remains, clean up example.confGravatar wm42012-09-18
| | | | | | Remove VESA and FBDEV specific code that was forgotten when the respective VOs were removed. Remove references to old or broken stuff from example.conf.
* example.conf: add bandwidth exampleGravatar mplayer-svn2012-08-03
| | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34782 b3059339-0415-0410-9bf9-f77b7e298cf2 Author: compn
* example.conf: Disambiguate remarks about profilesGravatar diego2011-01-31
| | | | | | | Also move the profiles to the bottom of the example configuration file as the original remarks in the file suggested. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32754 b3059339-0415-0410-9bf9-f77b7e298cf2
* example.conf: add some profile information and user-agent examplesGravatar compn2010-12-16
| | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32709 b3059339-0415-0410-9bf9-f77b7e298cf2 add realplayer user-agent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32712 b3059339-0415-0410-9bf9-f77b7e298cf2 add winamp useragent example git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32713 b3059339-0415-0410-9bf9-f77b7e298cf2
* add spdif example from beandogGravatar compn2009-12-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30041 b3059339-0415-0410-9bf9-f77b7e298cf2
* vdpau codecs config entry by beandogGravatar compn2009-12-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29987 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix apple.com trailer example, via carlGravatar compn2009-12-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29975 b3059339-0415-0410-9bf9-f77b7e298cf2
* add user-agent example to fix apple.com/trailersGravatar compn2009-11-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29967 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a profile example and (commented-out) useful defaults for dvdnavGravatar reimar2009-11-05
| | | | | | | to example.conf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29825 b3059339-0415-0410-9bf9-f77b7e298cf2
* example for setting WMP user-agent string, helps when playlistsGravatar reimar2008-02-08
| | | | | | | | and media (streamed via mms) use the same URL (what an ugly case of user-agent misuse!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25961 b3059339-0415-0410-9bf9-f77b7e298cf2
* set -vc=ffmpeg12 as dvdnav prefered decoderGravatar ben2008-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25851 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename the default GUI skins directory from 'Skin' to 'skins', keepingGravatar diego2006-03-27
| | | | | | | backwards compatibility. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17975 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put settings into a more meaningful order, some cosmetics.Gravatar diego2006-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17417 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve option descriptions.Gravatar diego2006-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17416 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove multi-language setting specification, it has little use.Gravatar diego2006-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17415 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve option descriptions.Gravatar diego2006-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17414 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic whitespace / layout changesGravatar diego2006-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17413 b3059339-0415-0410-9bf9-f77b7e298cf2
* Comment out default settings. MPlayer should behave the same w/ or w/oGravatar diego2006-01-16
| | | | | | | the default configuration file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17411 b3059339-0415-0410-9bf9-f77b7e298cf2
* Smarter defaults, removing obsolete options.Gravatar diego2005-11-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17061 b3059339-0415-0410-9bf9-f77b7e298cf2
* -aop is long obsolete.Gravatar diego2005-11-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17060 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1. -cache-prefil has not been renamed, it's been removed (-cache-seek-minGravatar rathann2005-08-23
| | | | | | | | | | is a new option) 2. the default value is 50 not 5 noticed by iive git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16297 b3059339-0415-0410-9bf9-f77b7e298cf2
* cache-prefill has been renamed to cache-seek-min, example config shouldGravatar rathann2005-08-20
| | | | | | | reflect this git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16279 b3059339-0415-0410-9bf9-f77b7e298cf2
* options in config file have been using '-' instead of '_' for agesGravatar rathann2005-03-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14894 b3059339-0415-0410-9bf9-f77b7e298cf2
* reorganized, reformatted, explanation improved, typos, wordingGravatar diego2004-07-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12876 b3059339-0415-0410-9bf9-f77b7e298cf2
* cache min fill adjustment, based on patch by Jeremy HuddlestonGravatar iive2004-07-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12836 b3059339-0415-0410-9bf9-f77b7e298cf2
* swedish yes/no options supportGravatar wight2004-01-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11786 b3059339-0415-0410-9bf9-f77b7e298cf2
* polish yes/no options supportGravatar wight2004-01-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11782 b3059339-0415-0410-9bf9-f77b7e298cf2
* runtime 'stay-on-top' functionalityGravatar joey2003-11-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11543 b3059339-0415-0410-9bf9-f77b7e298cf2
* _ ---> - in -monitor* optionsGravatar diego2003-10-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11292 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, this is very badGravatar rfelker2003-05-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10105 b3059339-0415-0410-9bf9-f77b7e298cf2
* path fixGravatar gabucino2002-12-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8399 b3059339-0415-0410-9bf9-f77b7e298cf2
* documenting vesa 3 / GTF configGravatar arpi2002-10-07
| | | | | | | patch by Rudolf Marek <MAREKR2@cs.felk.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7652 b3059339-0415-0410-9bf9-f77b7e298cf2
* some obsolete stuff removedGravatar gabucino2002-10-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7643 b3059339-0415-0410-9bf9-f77b7e298cf2
* (no)dshow option removedGravatar gabucino2002-05-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5979 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed some left master/pcmGravatar gabucino2002-04-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5501 b3059339-0415-0410-9bf9-f77b7e298cf2
* sok ize, mutyur, bizbasz.Gravatar gabucino2002-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4681 b3059339-0415-0410-9bf9-f77b7e298cf2
* not "us", but "en" - missed previouslyGravatar gabucino2001-12-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3815 b3059339-0415-0410-9bf9-f77b7e298cf2
* added alang,slang optionsGravatar gabucino2001-12-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3777 b3059339-0415-0410-9bf9-f77b7e298cf2
* eh forgot about ffmpeg12 :<Gravatar gabucino2001-12-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3620 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***Gravatar gabucino2001-12-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3574 b3059339-0415-0410-9bf9-f77b7e298cf2
* -cache added as default (8192)Gravatar gabucino2001-12-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3290 b3059339-0415-0410-9bf9-f77b7e298cf2
* busted. szopjatok hanyatt users.Gravatar gabucino2001-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2368 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***Gravatar gabucino2001-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2367 b3059339-0415-0410-9bf9-f77b7e298cf2
* stuff.. (sorry, forgot:P)Gravatar gabucino2001-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2335 b3059339-0415-0410-9bf9-f77b7e298cf2
* added matrox fullscreen/aspect tvout stuffGravatar gabucino2001-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2321 b3059339-0415-0410-9bf9-f77b7e298cf2