summaryrefslogtreecommitdiffstats
path: root/core/options.c
Commit message (Collapse)AuthorAgeFilesLines
* x11: enable screensaver when paused, rename/change --stop-xscreensaverwm42013-06-141-2/+2
| | | | | | | | | | | Use the recently introduced screensaver VOCTRLs to control the screensaver in the X11 backend. This means the behavior when paused changes: the old code always kept the screensaver disabled, but now the screensaver is reenabled on pausing. Rename the --stop-xscreensaver option to --stop-screensaver and make it more generic. Now it affects all backends that respond to the screensaver VOCTRLs.
* options: remove --stereowm42013-06-131-6/+0
| | | | | | | Whatever this was supposed to be originally, it doesn't have much value anymore. It just forced ad_mpg123 to upmix mono to stereo by default (the audio chain can do that). As an option, it was mostly useless and misleading, so get rid of it.
* options: fix compilation on Windowswm42013-06-111-0/+1
| | | | Closes github issue #107. (Hopefully.)
* Option -omaxfps: limit fps when encodingRudolf Polzer2013-06-091-0/+1
| | | | | Lower-fps content is left alone (NOT aligned to this fps); higher fps content is decimated to this frame rate.
* core: make options.c compile standalonewm42013-06-081-43/+43
| | | | | This also removes the split between "mplayer" and "common" opts (common opts used to be shared between mencoder and mplayer).
* core: rename cfg-mplayer.h to options.cwm42013-06-081-0/+839