summaryrefslogtreecommitdiffstats
path: root/core/cfg-mplayer.h
Commit message (Expand)AuthorAgeFilesLines
* cfg-mplayer: fix some option flagswm42013-05-171-3/+3
* options: add -V as alias for --versionwm42013-05-151-0/+1
* options: add --versionwm42013-05-151-0/+4
* 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/+2
* Merge branch 'audio_changes'wm42013-05-121-9/+4
|\
| * core: use channel map on demuxer level toowm42013-05-121-1/+1
| * options: add option to prevent decoder audio downmixingwm42013-04-131-2/+3
| * options: remove --af-advwm42013-04-131-6/+0
* | cocoa_common: add native OSX fullscreen supportStefano Pigozzi2013-05-121-0/+4
* | core: add playback resume feature (manual/opt-in)wm42013-05-051-0/+3
* | video: add --hwdec-codecs option to whitelist codecs for hw decodingwm42013-05-041-0/+1
* | video: support YCgCo colorspacewm42013-05-041-1/+2
* | stream_bluray: remove the broken -bluray-chapter optionreimar2013-04-271-1/+0
* | 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/+1
* core: remove volstep global variablewm42013-04-091-1/+1
* demux_mkv: try to show current subtitle when seekingwm42013-04-041-0/+1
* options: fix --no-colorkeywm42013-04-041-1/+1
* core: add --heartbeat-interval optionwm42013-04-041-0/+1
* osd: draw the OSD bar with ASS vector drawingswm42013-03-301-0/+2
* options: fix --widwm42013-03-181-1/+1
* core: remove a number of global variableswm42013-03-081-13/+13
* options: fix panscan controlswm42013-03-061-1/+1
* options: remove --no-vsyncwm42013-03-061-2/+0
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-041-1/+1
* Add a --dtshd optionWessel Dankers2013-03-041-0/+1
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-34/+33
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-011-0/+2
* m_options: more typesafetywm42013-03-011-2/+1
* video/out: remove video mode switching (--vm)wm42013-02-261-5/+0
* Remove --rootwin option and rootwin propertywm42013-02-241-1/+0
* options: fix --no-shuffle and --no-{wm42013-02-231-2/+2
* options: drop --opt:subopt option nameswm42013-02-231-12/+4
* core: add fs-screen option for fullscreen display selectionStefano Pigozzi2013-02-211-0/+3
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Stefano Pigozzi2013-02-211-2/+2
* options: parse C-style escapes for some optionswm42013-02-201-4/+5
* 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-6/+3
* options: change --no-config option, make it apply to input.conf as wellwm42013-02-091-2/+1
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGwm42013-02-091-36/+36
* options: unify single dash and double dash optionswm42013-02-091-4/+4
* options: change handling of "no-" optionswm42013-02-091-15/+15
* Remove BSD legacy TV/radio support (BT848 stuff)wm42013-02-061-4/+0
* core: remove --edlout functionalitywm42013-02-061-2/+0
* x11: cleanup, refactorwm42013-01-271-5/+2
* stream: implement some HTTP specific options for stream_lavfwm42013-01-241-13/+0
* options: make --fullscreen not a global optionwm42013-01-231-2/+2
* video: remove -x/-y/-xy optionswm42013-01-231-4/+0
* video: add --autofit and --autofit-larger optionswm42013-01-231-0/+2
* options: move -geometry parsing to m_option.cwm42013-01-231-3/+1
* sub: add experimental --force-rgba-osd-rendering switchwm42013-01-131-0/+1
* video: decouple internal pixel formats from FourCCswm42013-01-131-1/+1
* video: different way to enable hardware decoding, add software fallbackwm42013-01-131-0/+6
* video: simplify decoder pixel format handlingwm42013-01-131-1/+1
* video: remove slice based filtering and video outputwm42013-01-131-2/+0
* mplayer: make --loop loop the playlist instead of each playlist entrywm42013-01-091-1/+1
* sub: add --sub-text-* options to unstyled text subtitles fontwm42013-01-051-0/+3
* 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/+3
* sub: remove vobsub reader in favor of ffmpeg vobsub demuxerwm42012-12-111-5/+0
* core/cfg-mplayer: fix segfault when using DVD subsRudolf Polzer2012-12-051-1/+1
* subs: remove --utf8, simplify codeUoti Urpala2012-12-031-2/+1
* core: automatically pause on low cachewm42012-12-031-0/+2
* cache: refactor how cache enabling is doneUoti Urpala2012-12-031-2/+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
* cfg-config: avoid warning with -Wincompatible-pointer-typesStefano Pigozzi2012-11-211-1/+1
* mplayer: disable auto-loading of external codecs.confwm42012-11-201-4/+1
* osd: make the OSD and sub font more customizablewm42012-11-201-6/+4
* demux_mf: allow displaying single image files, various cleanupswm42012-11-161-4/+0
* core: add --keep-open, which doesn't close the file on EOFwm42012-11-161-1/+1
* options: add --mute for setting initial audio mute statuswm42012-11-161-1/+5
* options: rename -sub-fuzziness to -autosub-match, change option valueswm42012-11-161-1/+2
* options: rename --cursor-autohide, replace magic number valueswm42012-11-161-1/+2
* options: --field-dominance: replace magic number values with choiceswm42012-11-161-1/+2
* options: rename -ss and -endpos, allow relative timeswm42012-11-161-4/+3
* options: respect --no-msgcolor during early program startwm42012-11-161-1/+1
* options: remove --displaywm42012-11-161-4/+0
* options: rename --xineramascreen to --screen, remove magic valueswm42012-11-161-1/+2
* options: remove --osdlevel in favor of --osd-levelwm42012-11-161-1/+0
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-161-1/+0
* options: make --loop always per-filewm42012-11-141-1/+1
* cfg-mplayer: do not include encode options when encoding disabledwm42012-11-141-0/+2
* Rename directories, move files (step 2 of 2)wm42012-11-121-6/+6
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+750