summaryrefslogtreecommitdiffstats
path: root/core/options.c
Commit message (Expand)AuthorAgeFilesLines
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-061-838/+0
* stream_radio: fix some thingswm42013-08-051-1/+1
* core: change speed option/property to doublewm42013-08-051-1/+1
* option: fix inverted --mouseinput optionwm42013-08-031-1/+1
* m_config: refactor some thingswm42013-07-281-9/+22
* options: simplify --correct-pts handlingwm42013-07-261-2/+2
* audio/filter: use new option APIwm42013-07-221-2/+2
* options: move --colorkey option to vo_xvwm42013-07-221-4/+0
* options: remove --mixer and --mixer-channel, turn them into alsa/oss suboptswm42013-07-211-2/+0
* options: use new option code for --aowm42013-07-211-1/+2
* options: use new code for parsing --vowm42013-07-211-1/+2
* options: use m_config for options instead of m_structwm42013-07-211-2/+2
* video: remove fullscreen flags chaoswm42013-07-181-3/+2
* sd_ass: scale blur by original video size if requestedwm42013-07-151-0/+2
* sd_add: add terrible hack for (xy-)vsfilter compatibilitywm42013-07-151-0/+3
* Merge branch 'remove_old_demuxers'wm42013-07-141-13/+5
|\
| * demux: rewrite probing and demuxer initializationwm42013-07-121-2/+0
| * options: remove --ignore-startwm42013-07-081-3/+0
| * Remove old demuxerswm42013-07-071-8/+5
* | options: add --cache-default optionwm42013-07-101-0/+3
|/
* Remove internal network supportwm42013-07-071-11/+0
* core: make network options available even if old net code is disabledwm42013-07-071-2/+8
* core: remove mp_fifo indirectionwm42013-07-021-2/+1
* options: rename --mkv-subtitle-preroll, --dtshdwm42013-06-281-2/+6
* options: rename --rawvideo to --demuxer-rawvideo, same with --rawaudiowm42013-06-281-3/+2
* options: rename -lavdopts to -vd-lavc, -lavfdopts to -demuxer-lavfwm42013-06-281-3/+4
* options: add -sub-speed optionwm42013-06-251-0/+2
* sub: add demux_libass wrapper, drop old hackswm42013-06-251-1/+0
* sub: do some timing postprocessing on preloaded subswm42013-06-231-4/+2
* Merge branch 'cache_new'wm42013-06-161-1/+2
|\
| * cache: use threads instead of fork()wm42013-06-161-1/+2
* | audio/out: remove ao->outburst/buffersize fieldswm42013-06-161-3/+0
* | x11: enable screensaver when paused, rename/change --stop-xscreensaverwm42013-06-141-2/+2
* | options: remove --stereowm42013-06-131-6/+0
* | options: fix compilation on Windowswm42013-06-111-0/+1
* | Option -omaxfps: limit fps when encodingRudolf Polzer2013-06-091-0/+1
|/
* core: make options.c compile standalonewm42013-06-081-43/+43
* core: rename cfg-mplayer.h to options.cwm42013-06-081-0/+839