summaryrefslogtreecommitdiffstats
path: root/core/options.h
Commit message (Expand)AuthorAgeFilesLines
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-061-276/+0
* core: change speed option/property to doublewm42013-08-051-1/+1
* demux_lavf: make avio buffer configurablewm42013-08-041-0/+1
* m_config: refactor some thingswm42013-07-281-2/+0
* options: simplify --correct-pts handlingwm42013-07-261-1/+0
* audio/filter: use new option APIwm42013-07-221-0/+1
* options: move --colorkey option to vo_xvwm42013-07-221-2/+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/+1
* options: use new code for parsing --vowm42013-07-211-1/+1
* video: remove fullscreen flags chaoswm42013-07-181-2/+1
* sd_ass: scale blur by original video size if requestedwm42013-07-151-0/+1
* sd_add: add terrible hack for (xy-)vsfilter compatibilitywm42013-07-151-0/+1
* demux_lavf: add terrible hack to make DVD playback just workwm42013-07-141-0/+1
* Merge branch 'remove_old_demuxers'wm42013-07-141-2/+1
|\
| * demux: rewrite probing and demuxer initializationwm42013-07-121-1/+0
| * options: remove --ignore-startwm42013-07-081-1/+0
| * Remove old demuxerswm42013-07-071-0/+1
* | options: add --cache-default optionwm42013-07-101-0/+1
|/
* Remove internal network supportwm42013-07-071-3/+0
* core: make network options available even if old net code is disabledwm42013-07-071-0/+10
* core: remove mp_fifo indirectionwm42013-07-021-1/+1
* options: remove -lavdopts debug suboptionwm42013-06-281-1/+0
* options: add -sub-speed optionwm42013-06-251-0/+1
* sub: add demux_libass wrapper, drop old hackswm42013-06-251-1/+0
* subreader: turn into actual demuxerwm42013-06-251-1/+0
* audio/out: remove ao->outburst/buffersize fieldswm42013-06-161-1/+0
* x11: enable screensaver when paused, rename/change --stop-xscreensaverwm42013-06-141-1/+1
* Option -omaxfps: limit fps when encodingRudolf Polzer2013-06-091-0/+1
* core: make options.c compile standalonewm42013-06-081-0/+3
* osx: improve Media Keys supportStefano Pigozzi2013-06-041-0/+1
* Merge branch 'sub_mess'wm42013-06-041-1/+9
|\
| * sub: remove some global variableswm42013-05-301-1/+9
* | osx: add Apple Remote supportStefano Pigozzi2013-06-031-0/+3
|/
* options: remove some questionable -lavdopts suboptionswm42013-05-291-8/+0
* demux_lavf: minimal probing and reduced analyzeduration for AAC over HTTPwm42013-05-271-1/+1
* options: add allow-mimetype suboption for demux_lavfwm42013-05-271-0/+1
* options: remove dead -dr1 optionwm42013-05-211-1/+0
* dec_video: get rid of two global variableswm42013-05-211-0/+2
* add osd-scale commandPaul B Mahol2013-05-141-0/+1
* core: re-add -dumpstream as --stream-dumpwm42013-05-121-0/+1
* core: add --stream-capturewm42013-05-121-0/+1
* Merge branch 'audio_changes'wm42013-05-121-2/+7
|\
| * core: use channel map on demuxer level toowm42013-05-121-1/+1
| * options: add option to prevent decoder audio downmixingwm42013-04-131-1/+6
* | cocoa_common: add native OSX fullscreen supportStefano Pigozzi2013-05-121-0/+2
* | core: add playback resume feature (manual/opt-in)wm42013-05-051-0/+2
* | video: add --hwdec-codecs option to whitelist codecs for hw decodingwm42013-05-041-0/+1
* | core: simplify handling of --pausewm42013-04-251-1/+1
* | x11: use mpv internal key auto-repeat handling if possiblewm42013-04-241-0/+1
|/
* core: add --reset-on-next-file optionwm42013-04-101-0/+2
* core: remove volstep global variablewm42013-04-091-0/+1
* Remove some apple remote leftoverswm42013-04-051-1/+0
* demux_mkv: try to show current subtitle when seekingwm42013-04-041-0/+1
* core: add --heartbeat-interval optionwm42013-04-041-0/+1
* remove Apple Remote related codeStefano Pigozzi2013-03-311-1/+0
* osd: draw the OSD bar with ASS vector drawingswm42013-03-301-0/+2
* core: remove a number of global variableswm42013-03-081-0/+14
* options: remove --no-vsyncwm42013-03-061-1/+0
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-041-36/+39
* Add a --dtshd optionWessel Dankers2013-03-041-0/+1
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-25/+48
* m_options: more typesafetywm42013-03-011-4/+4
* video/out: remove video mode switching (--vm)wm42013-02-261-2/+0
* core: add fs-screen option for fullscreen display selectionStefano Pigozzi2013-02-211-0/+1
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Stefano Pigozzi2013-02-211-0/+1
* osd: add --osd-status-msg option for custom OSD statuswm42013-02-161-0/+1
* osd: add --no-osd-bar option to disable the OSD barwm42013-02-161-0/+1
* osd: add --osd-bar-align-x/y options to control OSD bar positionwm42013-02-141-0/+2
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-1/+3
* options: change --no-config option, make it apply to input.conf as wellwm42013-02-091-1/+1
* x11: cleanup, refactorwm42013-01-271-0/+2
* video: remove -x/-y/-xy optionswm42013-01-231-3/+0
* video: add --autofit and --autofit-larger optionswm42013-01-231-0/+2
* options: move -geometry parsing to m_option.cwm42013-01-231-0/+1
* vd_lavc: remove -lavdopts vstats suboptionwm42013-01-131-1/+0
* vd_lavc: remove lowres decodingwm42013-01-131-1/+0
* sub: add experimental --force-rgba-osd-rendering switchwm42013-01-131-0/+1
* video: different way to enable hardware decoding, add software fallbackwm42013-01-131-0/+3
* video: remove slice based filtering and video outputwm42013-01-131-1/+0
* sub: add --sub-text-* options to unstyled text subtitles fontwm42013-01-051-0/+1
* options: move -ass-bottom-margin/-ass-top-margin options to vf_subwm42012-12-121-2/+0
* core: allow disabling display of "album art" in audio fileswm42012-12-111-0/+1
* demux_lavf: make minimum probe score customizable, remove lavf_preferredwm42012-12-111-0/+1
* core: automatically pause on low cachewm42012-12-031-0/+1
* sub: add --sub-gray option to display image subs in grayscalewm42012-11-251-0/+1
* sub: reimplement -spugauss as --sub-gausswm42012-11-251-0/+1
* mplayer: disable auto-loading of external codecs.confwm42012-11-201-0/+1
* osd: make the OSD and sub font more customizablewm42012-11-201-3/+2
* core: add --keep-open, which doesn't close the file on EOFwm42012-11-161-0/+1
* options: add --mute for setting initial audio mute statuswm42012-11-161-0/+2
* options: rename -ss and -endpos, allow relative timeswm42012-11-161-1/+5
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-161-1/+0
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+187