| Commit message (Expand) | Author | Age | Files | Lines |
* | options: take care of propertly updating options on runtime changes | wm4 | 2016-09-17 | 2 | -5/+31 |
* | options: fix pseudo-options like -v | wm4 | 2016-09-17 | 1 | -1/+1 |
* | options: simplify M_OPT_EXIT | wm4 | 2016-09-17 | 4 | -21/+17 |
* | m_config: make option setting always call m_config_set_option_raw() | wm4 | 2016-09-17 | 1 | -14/+20 |
* | options: kill M_OPT_GLOBAL flag | wm4 | 2016-09-17 | 3 | -21/+7 |
* | options: add --hwdec=yes as alias for --hwdec=auto | wm4 | 2016-09-15 | 1 | -0/+1 |
* | player: move builtin profiles to a separate file | wm4 | 2016-09-15 | 1 | -0/+2 |
* | hwdec_cuda: Add trivial cuda-copy wrapper | Philip Langdale | 2016-09-11 | 1 | -0/+1 |
* | options: fix another minor regression | wm4 | 2016-09-11 | 1 | -1/+2 |
* | options: fix --list-options after previous commit | wm4 | 2016-09-10 | 2 | -3/+4 |
* | options: make --h list options according to a pattern passed to it | wm4 | 2016-09-10 | 3 | -9/+23 |
* | m_config: remove another unused leftover | wm4 | 2016-09-10 | 2 | -15/+0 |
* | stream, demux, config: remove some dead/unneeded option-related code | wm4 | 2016-09-09 | 2 | -72/+5 |
* | stream_dvd, stream_dvdnav: remove weird option parsing stuff | wm4 | 2016-09-08 | 2 | -9/+25 |
* | options: drop unreferenced --bluray-angle option | wm4 | 2016-09-08 | 2 | -2/+1 |
* | hwdec/opengl: Add support for CUDA and cuvid/NvDecode | Philip Langdale | 2016-09-08 | 1 | -0/+1 |
* | osdep: rename atomics.h to atomic.h | wm4 | 2016-09-07 | 1 | -1/+1 |
* | demux: do not access global options | wm4 | 2016-09-06 | 2 | -70/+38 |
* | m_config: avoid accidentally causing deprecation warnings | wm4 | 2016-09-05 | 1 | -41/+52 |
* | audio/out: deprecate "exclusive" sub-options | wm4 | 2016-09-05 | 2 | -0/+2 |
* | options: add automagic hack for handling sub-option deprecations | wm4 | 2016-09-05 | 2 | -5/+51 |
* | vo_image: move to global options | wm4 | 2016-09-05 | 1 | -2/+8 |
* | options: add a mechanism to make sub-option replacement slightly easier | wm4 | 2016-09-05 | 4 | -8/+20 |
* | m_config: move parts of m_config_add_option into its own function | wm4 | 2016-09-05 | 1 | -26/+36 |
* | sd_lavc: enable teletext | wm4 | 2016-09-03 | 2 | -0/+3 |
* | ao_alsa: change sub-options to global options | wm4 | 2016-09-02 | 2 | -0/+5 |
* | config: allow profile forward-references in default profile | wm4 | 2016-09-02 | 3 | -10/+19 |
* | m_config: make sure profile values are never NULL | wm4 | 2016-09-02 | 1 | -5/+4 |
* | options: deprecate --vo-defaults | wm4 | 2016-09-02 | 2 | -10/+12 |
* | vo_opengl: deprecate sub-options, add them as global options | wm4 | 2016-09-02 | 6 | -22/+78 |
* | m_config: add some convenience functions | wm4 | 2016-09-02 | 2 | -0/+35 |
* | vo: use new option update mechanism | wm4 | 2016-09-02 | 2 | -1/+2 |
* | m_config: introduce basic mechanism to synchronize global option updates | wm4 | 2016-09-02 | 2 | -4/+257 |
* | m_config: add helper function for initializing af/ao/vf/vo suboptions | wm4 | 2016-09-02 | 2 | -9/+22 |
* | command: fix or document some property/option consistency issues | wm4 | 2016-09-01 | 1 | -5/+5 |
* | command: add options to property list | wm4 | 2016-09-01 | 7 | -16/+39 |
* | m_config: fix "no-" option handling with sub-options | wm4 | 2016-09-01 | 1 | -1/+1 |
* | vo, ao: disable positional parameter suboptions | wm4 | 2016-09-01 | 2 | -7/+11 |
* | m_config: remove an unused function | wm4 | 2016-08-31 | 2 | -24/+6 |
* | m_config: remove some aliasing checks | wm4 | 2016-08-31 | 1 | -19/+2 |
* | m_option: replace --no-video-aspect alias | wm4 | 2016-08-31 | 4 | -62/+31 |
* | m_config: deprecate top-level suboptions | wm4 | 2016-08-31 | 2 | -0/+7 |
* | client API: deprecate "no-..." option handling | wm4 | 2016-08-31 | 1 | -0/+7 |
* | m_config: introduce and use OPT_ALIAS for some options | wm4 | 2016-08-31 | 3 | -17/+21 |
* | m_config: handle --no-... options differently | wm4 | 2016-08-31 | 1 | -53/+44 |
* | m_property: remove pointless explicitly clamping | wm4 | 2016-08-31 | 3 | -63/+0 |
* | options: make mp_vo_opts options an actual sub-option group | wm4 | 2016-08-30 | 2 | -69/+78 |
* | m_config: pass parent option in m_config_add_option() | wm4 | 2016-08-30 | 1 | -9/+10 |
* | m_config: rename is_generated to is_hidden | wm4 | 2016-08-30 | 2 | -7/+7 |
* | m_option: remove M_OPT_TYPE_DYNAMIC flag | wm4 | 2016-08-30 | 3 | -17/+4 |
* | m_config: profile option values can be NULL | wm4 | 2016-08-29 | 1 | -1/+2 |
* | command: export profile list as a property | wm4 | 2016-08-28 | 2 | -0/+29 |
* | player: add option to disable video OSD | wm4 | 2016-08-28 | 2 | -0/+5 |
* | aspect: add --video-unscaled=downscale-big | rr- | 2016-08-19 | 1 | -1/+2 |
* | player: add option to control duration of image display | wm4 | 2016-08-17 | 2 | -0/+5 |
* | m_option: add mechanism to allow inf/-inf float options | wm4 | 2016-08-17 | 1 | -1/+2 |
* | m_option: simplify float value range handling | wm4 | 2016-08-17 | 1 | -21/+3 |
* | player: add --no-autoload-files option | wm4 | 2016-08-10 | 2 | -0/+3 |
* | player: add --audio-wait-open options | wm4 | 2016-08-09 | 2 | -0/+2 |
* | player: add --audio-stream-silence | wm4 | 2016-08-09 | 2 | -0/+2 |
* | options: fix channels options copy/free operations | wm4 | 2016-08-05 | 1 | -0/+6 |
* | audio: use --audio-channels=auto behavior, except on ALSA | wm4 | 2016-08-04 | 4 | -33/+94 |
* | options: un-restrict --audio-delay | wm4 | 2016-08-04 | 1 | -1/+1 |
* | options: add vp9 to --hwdec-codecs | wm4 | 2016-07-30 | 1 | -1/+1 |
* | audio: refactor mixer code and delete mixer.c | wm4 | 2016-07-17 | 2 | -1/+2 |
* | videotoolbox: add --hwdec=videotoolbox-copy for h/w accelerated decoding with... | Aman Gupta | 2016-07-15 | 1 | -0/+1 |
* | audio: drop --softvol=no and --softvol=auto | wm4 | 2016-07-09 | 2 | -9/+9 |
* | options: deprecate --heartbeat-cmd | wm4 | 2016-06-29 | 1 | -1/+2 |
* | options: add a deprecation warning printing mechanism | wm4 | 2016-06-29 | 2 | -0/+11 |
* | Fix misspellings | stepshal | 2016-06-26 | 1 | -1/+1 |
* | vo_opengl: refactor performance data properties | Niklas Haas | 2016-06-08 | 1 | -0/+2 |
* | vo_opengl: somewhat simplify suboption handling mess | wm4 | 2016-06-04 | 1 | -14/+37 |
* | options: --geometry: center window position after applying size | maniak1349 | 2016-05-22 | 1 | -0/+4 |
* | video: add --hwdec=auto-copy mode | wm4 | 2016-05-11 | 1 | -0/+1 |
* | win32: make taskbar progress indication optional | maniak1349 | 2016-05-08 | 2 | -0/+3 |
* | x11: rename inappropriate --x11-bypass-compositor=never option | wm4 | 2016-05-07 | 1 | -1/+1 |
* | x11: add --x11-bypass-compositor=always | wm4 | 2016-05-06 | 1 | -1/+1 |
* | client API: access choices as flags if appropriate | wm4 | 2016-05-04 | 1 | -2/+15 |
* | x11: extend --x11-bypass-compositor with fs-only option | wm4 | 2016-05-02 | 1 | -2/+3 |
* | options: add --fit-border video option | maniak1349 | 2016-04-30 | 2 | -0/+3 |
* | sd_add: replace --sub-ass=no with --ass-style-override=strip | wm4 | 2016-04-30 | 1 | -1/+1 |
* | vo_opengl: D3D11VA + ANGLE interop | wm4 | 2016-04-27 | 1 | -0/+1 |
* | command: fix cycling certain properties | wm4 | 2016-04-15 | 1 | -1/+1 |
* | client API: improve mpv_set_property() handling of MPV_FORMAT_NODE | wm4 | 2016-04-15 | 3 | -12/+24 |
* | m_option: slightly improve --msg-level=help output | wm4 | 2016-04-13 | 1 | -1/+1 |
* | m_option: add string conversion for --audio-channels | wm4 | 2016-04-13 | 1 | -0/+8 |
* | x11: do not set _NET_WM_BYPASS_COMPOSITOR by default | wm4 | 2016-04-03 | 1 | -1/+1 |
* | vd_lavc: add d3d11va hwdec | Kevin Mitchell | 2016-03-30 | 1 | -0/+1 |
* | Add a mediacodec decoder hwdec wrapper | Jan Ekström | 2016-03-25 | 1 | -0/+1 |
* | ipc: rename --input-unix-socket to --input-ipc-server | James Ross-Gowan | 2016-03-23 | 1 | -1/+2 |
* | dxva2: add interop (non-copyback) hwdec_type | Kevin Mitchell | 2016-02-17 | 1 | -0/+1 |
* | player: add --external-file option | wm4 | 2016-02-08 | 2 | -0/+2 |
* | player: add complex filter graph support | wm4 | 2016-02-05 | 2 | -0/+3 |
* | options: set fs=yes by default on RPI, and change RPI defaults handling | wm4 | 2016-02-05 | 1 | -4/+0 |
* | audio: remove default preference for libdcadec | wm4 | 2016-02-01 | 1 | -1/+1 |
* | audio: change downmix behavior, add --audio-normalize-downmix | wm4 | 2016-01-20 | 2 | -0/+2 |
* | audio: change --audio-channels default back to stereo | wm4 | 2016-01-20 | 1 | -1/+1 |
* | options: add "service_name" as display tag. | Oliver Freyermuth | 2016-01-14 | 1 | -1/+1 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 4 | -4/+4 |
* | player: make watch later/resume work when "playing" directories | wm4 | 2016-01-06 | 2 | -0/+17 |
* | options: raise maximum value for --audio-samplerate | wm4 | 2016-01-05 | 1 | -1/+1 |
* | options: exclude 360 from --video-rotate range | wm4 | 2016-01-02 | 1 | -1/+1 |
* | options: add --audio-file-paths | wm4 | 2015-12-25 | 2 | -0/+2 |
* | stream: drop PVR support | wm4 | 2015-12-10 | 1 | -4/+0 |
* | win32: add option to set VO MMCSS profile | wm4 | 2015-12-06 | 2 | -0/+7 |
* | path: cosmetics | lzmths | 2015-12-02 | 1 | -3/+5 |
* | x11: request bypassing compositor | wm4 | 2015-11-18 | 2 | -0/+3 |
* | videotoolbox: make decoder format customizable | wm4 | 2015-11-17 | 2 | -0/+5 |
* | player: handle rebasing start time differently | wm4 | 2015-11-16 | 2 | -0/+4 |
* | Remove some VLAs | wm4 | 2015-11-06 | 2 | -18/+8 |
* | options: enable mpeg2 hw decoding by default if hw decoding is requested | wm4 | 2015-11-05 | 1 | -1/+1 |
* | options: handle terminal/logging settings eagerly | wm4 | 2015-11-04 | 4 | -19/+28 |
* | player: add audio drop/duplicate mode | wm4 | 2015-10-27 | 2 | -0/+5 |
* | options: remove --use-text-osd | wm4 | 2015-10-24 | 2 | -3/+0 |
* | options: add support for client certificate authentication | Joschka Tillmanns | 2015-10-20 | 2 | -0/+4 |
* | ytdl: Remove DASH hacks, use DASH by default | ChrisK2 | 2015-10-11 | 1 | -1/+1 |
* | video: remove user-controllable PTS sorting (--pts-association-mode) | wm4 | 2015-10-06 | 2 | -4/+0 |
* | audio: add option for falling back to ao_null | wm4 | 2015-10-05 | 2 | -0/+2 |
* | video: replace vf_format outputlevels option with global option | wm4 | 2015-09-29 | 2 | -0/+3 |
* | video: remove VDA support | wm4 | 2015-09-28 | 1 | -1/+0 |
* | player: prefer logical current directory path | wm4 | 2015-09-11 | 1 | -0/+4 |
* | options: fix --no-config | wm4 | 2015-09-05 | 2 | -2/+4 |
* | video: make container vs. bitstream aspect ratio configurable | wm4 | 2015-08-30 | 2 | -0/+3 |
* | player: add --playlist-pos option | wm4 | 2015-08-22 | 2 | -0/+4 |
* | options: sub-file replaces subfile, instead of sub | Stian Eikeland | 2015-08-21 | 1 | -1/+1 |
* | player: add display sync mode | wm4 | 2015-08-10 | 2 | -0/+17 |
* | options: remove the period at the end of "No file." | Niklas Haas | 2015-08-09 | 1 | -1/+1 |
* | options: move program name to end of window title | Martin Herkt | 2015-08-09 | 1 | -1/+1 |
* | demux: add options to control maximum queue size | wm4 | 2015-08-05 | 2 | -0/+6 |
* | demux: remove options to control minimum packet queue size | wm4 | 2015-08-05 | 2 | -6/+0 |
* | hwdec: add VideoToolbox support | Sebastien Zwickert | 2015-08-05 | 1 | -0/+1 |
* | command: add property indicating per-file options | wm4 | 2015-07-23 | 2 | -0/+3 |
* | cache: make backbuffer size configurable | wm4 | 2015-07-22 | 2 | -1/+4 |
* | sub: add option for stretching image subtitles to screen | wm4 | 2015-07-18 | 2 | -0/+2 |
* | player: extend --hls-bitrate option | wm4 | 2015-07-13 | 1 | -3/+3 |
* | player: disable seeking even if the cache is enabled | wm4 | 2015-07-08 | 2 | -0/+3 |
* | vo_opengl_cb, vo_opengl: add option for preloading hwdec context | wm4 | 2015-07-07 | 2 | -0/+4 |
* | options: cleanup hwdec name mappings | wm4 | 2015-07-07 | 1 | -9/+14 |
* | options: fix conversion of flags to strings | wm4 | 2015-07-01 | 1 | -2/+7 |
* | options: improve an error message | wm4 | 2015-06-27 | 1 | -2/+2 |
* | audio: replace format name table | wm4 | 2015-06-26 | 1 | -3/+7 |
* | Various spelling fixes | Marcin Kurczewski | 2015-06-18 | 1 | -1/+1 |
* | options: make keyvalue list parsing less strict | wm4 | 2015-06-10 | 1 | -7/+8 |
* | audio: add --audio-spdif as new method for enabling passthrough | wm4 | 2015-06-05 | 2 | -0/+3 |
* | options: remove --slave-broken | wm4 | 2015-05-27 | 2 | -4/+0 |
* | player: use an array for stream ID options and such | wm4 | 2015-05-22 | 2 | -28/+25 |
* | command: remove old property deprecation warning mechanism | wm4 | 2015-05-22 | 1 | -48/+1 |
* | options: rename --media-title option | wm4 | 2015-05-22 | 1 | -1/+2 |
* | audio: make softvol scale cubic | wm4 | 2015-05-22 | 1 | -3/+3 |
* | audio: change range of volume option/property | wm4 | 2015-05-22 | 1 | -2/+2 |
* | options: --loop without argument means looping forever | wm4 | 2015-05-22 | 1 | -1/+1 |
* | video: add hevc to whitelist of hwdec codecs | wm4 | 2015-05-14 | 1 | -1/+1 |
* | path: improve verbose logging | wm4 | 2015-05-09 | 1 | -8/+8 |
* | path: use mp_path_join in one more place | wm4 | 2015-05-09 | 1 | -1/+1 |
* | player: make resuming playlists less noisy in verbose mode | wm4 | 2015-05-09 | 2 | -8/+21 |
* | path: make mp_path_join accept normal C strings | wm4 | 2015-05-09 | 2 | -4/+10 |
* | path: unify the two config file lookup functions | wm4 | 2015-05-09 | 1 | -83/+60 |
* | player: add --force-window=immediate mode | wm4 | 2015-05-08 | 1 | -1/+2 |
* | m_config: make m_config_set_profile() use a name | wm4 | 2015-05-07 | 2 | -11/+16 |
* | path: start special espansion with ~~name instead of ~name | wm4 | 2015-05-03 | 1 | -1/+1 |
* | options: fix typo in variable name | wm4 | 2015-05-03 | 2 | -2/+2 |
* | options: remove --leak-report | wm4 | 2015-05-02 | 1 | -4/+0 |
* | path: fix user path resolution | wm4 | 2015-05-01 | 1 | -2/+2 |
* | screenshots: prefix default template with "mpv-" | wm4 | 2015-05-01 | 1 | -1/+1 |
* | path: expose platform-specific path resolvers | wm4 | 2015-05-01 | 1 | -0/+5 |
* | path: refactor | wm4 | 2015-05-01 | 1 | -43/+40 |
* | screenshots: add --screenshot-directory option | wm4 | 2015-05-01 | 2 | -0/+2 |
* | |