| Commit message (Expand) | Author | Age | Files | Lines |
* | player: add --screen-name and --fs-screen-name | Dudemanguy | 2020-12-06 | 2 | -0/+4 |
* | Revert "options: disable vsfilter blur compat by default" | rcombs | 2020-11-22 | 1 | -1/+1 |
* | path: do not use old_home for win32 exe dir | wm4 | 2020-11-16 | 1 | -0/+1 |
* | Revert "path: do not use old_home for win32 exe dir" | Philip Langdale | 2020-10-16 | 1 | -1/+0 |
* | screenshot: add --screenshot-sw option | wm4 | 2020-10-05 | 2 | -0/+2 |
* | options: fix --cover-art-file typo | Guido Cella | 2020-09-30 | 1 | -1/+1 |
* | player: add automatic loading of external cover art files | wm4 | 2020-09-28 | 2 | -2/+12 |
* | mac: add an option to prevent focusing of the window on open | der richter | 2020-09-25 | 2 | -0/+3 |
* | mac: add ontop window level for desktop | der richter | 2020-09-20 | 1 | -2/+2 |
* | options: simplify --android-surface-size handling | sfan5 | 2020-09-20 | 3 | -7/+5 |
* | options: fix a flags field | wm4 | 2020-09-04 | 1 | -2/+2 |
* | options: do not accept ":" as separator anymore in key/value lists | wm4 | 2020-08-22 | 1 | -1/+1 |
* | player: add --subs-with-matching-audio option | rcombs | 2020-08-19 | 2 | -1/+7 |
* | wayland: expose wayland-app-id as a user option | Dudemanguy | 2020-08-14 | 2 | -0/+2 |
* | sub: extend range of --sub-pos option | wm4 | 2020-08-12 | 1 | -1/+1 |
* | sd_ass: force full reinit if certain options change at runtime | wm4 | 2020-08-12 | 2 | -5/+8 |
* | options: add some way to more or less "unapply" profiles | wm4 | 2020-08-07 | 3 | -55/+124 |
* | auto_profiles: add this script | wm4 | 2020-08-05 | 5 | -0/+27 |
* | x11: add option to make window appear on a specific workspace | wm4 | 2020-07-12 | 2 | -2/+14 |
* | path: fix broken exe-dir[/mpv] config locations | Avi Halachmi (:avih) | 2020-07-08 | 1 | -1/+1 |
* | path: do not use old_home for win32 exe dir | wm4 | 2020-06-25 | 1 | -0/+1 |
* | options: add --video-scale-x/y | wm4 | 2020-06-03 | 2 | -0/+5 |
* | player: add --term-title option | wm4 | 2020-05-25 | 2 | -0/+2 |
* | player: remove some display-adrop leftovers | wm4 | 2020-05-23 | 2 | -4/+0 |
* | options: add option to control display-sync factor | wm4 | 2020-05-23 | 2 | -0/+3 |
* | options: update OSD when writing some OSD-related options | wm4 | 2020-05-09 | 1 | -9/+9 |
* | options: don't trigger bool "compact" path for --loop-file | wm4 | 2020-05-06 | 1 | -2/+2 |
* | player: slightly improve use of secondary track selection limits | wm4 | 2020-04-15 | 1 | -0/+1 |
* | options: cleanup .min use for OPT_CHANNELS | wm4 | 2020-04-09 | 2 | -5/+4 |
* | options: make imgfmt options always accept "no" | wm4 | 2020-04-09 | 1 | -5/+2 |
* | options: fix ab-loop-* properties | wm4 | 2020-04-09 | 3 | -4/+7 |
* | ipc: add --input-ipc-client option | wm4 | 2020-04-09 | 2 | -0/+4 |
* | input: remove deprecated --input-file option | wm4 | 2020-03-28 | 2 | -3/+0 |
* | options: fix OPT_BYTE_SIZE upper limits | wm4 | 2020-03-18 | 1 | -0/+3 |
* | m_option: attempt to fix two rounding issues | wm4 | 2020-03-18 | 1 | -5/+5 |
* | options: change option macros and all option declarations | wm4 | 2020-03-18 | 2 | -672/+651 |
* | m_option: remove debug code | wm4 | 2020-03-14 | 1 | -3/+0 |
* | options: introduce bool option type, use it for --fullscreen | wm4 | 2020-03-14 | 4 | -9/+78 |
* | command: disable edition switching if there are no editions | wm4 | 2020-03-14 | 1 | -1/+2 |
* | options: change how option range min/max is handled | wm4 | 2020-03-13 | 4 | -78/+103 |
* | options: more pushing code around | wm4 | 2020-03-13 | 4 | -151/+245 |
* | options: split m_config.c/h | wm4 | 2020-03-13 | 8 | -1233/+1330 |
* | options: remove intpair option type | wm4 | 2020-03-13 | 2 | -59/+0 |
* | options: remove min/max support from strings and string lists | wm4 | 2020-03-13 | 2 | -29/+2 |
* | options: make decoder options local to decoder wrapper | wm4 | 2020-03-01 | 2 | -43/+3 |
* | player: add optional separate video decoding thread | wm4 | 2020-02-29 | 2 | -0/+7 |
* | player: dumb seeking related stuff, make audio hr-seek default | wm4 | 2020-02-28 | 1 | -1/+3 |
* | options: remove deprecation warning for "-foo bar" syntax | wm4 | 2020-02-17 | 1 | -3/+0 |
* | sub: add an option to filter subtitles by regex | wm4 | 2020-02-16 | 2 | -0/+9 |
* | sub: make filter_sdh a "proper" filter, allow runtime changes | wm4 | 2020-02-16 | 3 | -4/+22 |
* | mac: always include the macOS config when cocoa is available | der richter | 2020-02-09 | 1 | -1/+1 |
* | player: add ab-loop-count option/property | wm4 | 2020-02-08 | 2 | -0/+4 |
* | options: disable vsfilter blur compat by default | wm4 | 2020-02-07 | 1 | -1/+1 |
* | path: add mp_path_is_absolute() | wm4 | 2020-02-06 | 2 | -10/+21 |
* | path: change win32 semantics for joining drive-relative paths | wm4 | 2020-02-06 | 1 | -13/+13 |
* | options: stop hiding deprecated options | wm4 | 2020-02-04 | 2 | -7/+3 |
* | options: remove unused set_defaults callback | wm4 | 2020-02-01 | 2 | -6/+0 |
* | options: merge split_opt functions | wm4 | 2020-01-29 | 1 | -30/+18 |
* | options: suggest not using the syntax that was recently disabled | wm4 | 2020-01-29 | 1 | -0/+4 |
* | Revert "options: move cursor autohiding opts to mp_vo_opts" | dudemanguy | 2020-01-12 | 2 | -7/+6 |
* | options: change option parsing when using a single dash | wm4 | 2020-01-07 | 1 | -3/+9 |
* | command: make sub-step command actually apply sub-delay change properly | wm4 | 2020-01-04 | 2 | -2/+18 |
* | options: add mechanism to add sub-options from component lists | wm4 | 2020-01-04 | 2 | -0/+15 |
* | playlist: change from linked list to an array | wm4 | 2019-12-28 | 1 | -4/+5 |
* | m_option: fix runtime changing of --audio-channels | wm4 | 2019-12-27 | 1 | -3/+14 |
* | stream, demux: redo origin policy thing | wm4 | 2019-12-20 | 2 | -2/+0 |
* | options: fix incorrect deprecation message | wm4 | 2019-12-19 | 1 | -2/+4 |
* | options: fix UB/crash in key/values parser | wm4 | 2019-12-18 | 1 | -2/+2 |
* | options: deprecate -del for list options | wm4 | 2019-12-18 | 1 | -0/+6 |
* | options: fix filter list comparison (again) | wm4 | 2019-12-18 | 2 | -17/+17 |
* | options: add -remove action to list options | wm4 | 2019-12-18 | 1 | -7/+36 |
* | options: make keys in key/value lists unique | wm4 | 2019-12-18 | 1 | -0/+27 |
* | options: increase consistency between list options and document them | wm4 | 2019-12-18 | 1 | -3/+16 |
* | command: slightly simplify input-ipc-server change detection/init | wm4 | 2019-12-17 | 1 | -2/+2 |
* | m_option: clamp integer before adding a value | wm4 | 2019-12-16 | 1 | -0/+2 |
* | console.lua: add this script | James Ross-Gowan | 2019-12-08 | 2 | -0/+3 |
* | options: move cursor autohiding opts to mp_vo_opts | dudemanguy | 2019-12-04 | 2 | -6/+7 |
* | m_config: remove change callback before unintialization | wm4 | 2019-11-30 | 1 | -0/+1 |
* | command: change window-minimized/window-maximized to options | wm4 | 2019-11-29 | 2 | -0/+4 |
* | player: change m_config to use new option handling mechanisms | wm4 | 2019-11-29 | 2 | -67/+95 |
* | m_config: make m_config_cache_write_opt() check/return changes | wm4 | 2019-11-29 | 2 | -8/+14 |
* | options: get rid of GLOBAL_CONFIG hack | wm4 | 2019-11-29 | 4 | -36/+28 |
* | m_config: untangle new and old code somewhat | wm4 | 2019-11-29 | 1 | -75/+177 |
* | m_config: allow writing options through m_config_cache | wm4 | 2019-11-29 | 2 | -0/+74 |
* | m_config: add fine-grained option reporting mechanism | wm4 | 2019-11-29 | 2 | -34/+135 |
* | m_config: move stuff around | wm4 | 2019-11-29 | 2 | -53/+77 |
* | m_option: remove an outdated ancient comment | wm4 | 2019-11-29 | 1 | -7/+1 |
* | m_option: add option comparison | wm4 | 2019-11-29 | 2 | -1/+156 |
* | options: remove options-to-property bridge | wm4 | 2019-11-25 | 2 | -32/+3 |
* | options: pre-check filter names when using vf/af libavfilter bridge | wm4 | 2019-11-25 | 2 | -1/+8 |
* | m_config: discourage mp_read_option_raw() | wm4 | 2019-11-25 | 1 | -0/+1 |
* | command, options: deprecate old --display-fps behavior | wm4 | 2019-11-25 | 1 | -1/+2 |
* | command: shuffle some crap around | wm4 | 2019-11-25 | 1 | -1/+3 |
* | options: remove deprecated --playlist-pos alias | wm4 | 2019-11-24 | 1 | -1/+0 |
* | player: Optionally validate st_mtime when restoring playback state | Chris Down | 2019-11-20 | 2 | -0/+2 |
* | options: deprecate --input-file | wm4 | 2019-11-16 | 1 | -1/+2 |
* | options: remove M_SETOPT_RUNTIME | wm4 | 2019-11-10 | 1 | -3/+0 |
* | options: remove M_OPT_FIXED | wm4 | 2019-11-10 | 4 | -33/+20 |
* | test: make tests part of the mpv binary | wm4 | 2019-11-08 | 2 | -0/+5 |
* | stream: turn into a ring buffer, make size configurable | wm4 | 2019-11-06 | 2 | -0/+3 |
* | m_config: log applying profiles | wm4 | 2019-11-01 | 1 | -0/+1 |
* | m_config: raise log level of setting options to verbose | wm4 | 2019-11-01 | 1 | -2/+2 |
* | m_option: remove an unused function | wm4 | 2019-10-31 | 2 | -12/+0 |
* | options: make --show-profile without parameters list all profiles | wm4 | 2019-10-31 | 2 | -8/+15 |
* | sws_utils: shuffle around some shit | wm4 | 2019-10-31 | 2 | -7/+8 |
* | Replace uses of FFMIN/MAX with MPMIN/MAX | wm4 | 2019-10-31 | 1 | -5/+4 |
* | options: set correct range for --video-aspect-override | wm4 | 2019-10-25 | 1 | -3/+2 |
* | vo_gpu, options: don't return NaN through API | wm4 | 2019-10-25 | 2 | -9/+31 |
* | wayland: add various render-related options | dudemanguy | 2019-10-20 | 2 | -0/+6 |
* | video: add zimg wrapper | wm4 | 2019-10-20 | 2 | -1/+6 |
* | options: rename --video-aspect to --video-aspect-override | Niklas Haas | 2019-10-04 | 1 | -2/+3 |
* | vo: make swapchain-depth option generic for all VOs | Anton Kindestam | 2019-09-28 | 2 | -0/+4 |
* | options: add M_OPT_FILE to some more options that take files | Philip Sequeira | 2019-09-27 | 1 | -7/+7 |
* | demux_cue: auto-detect CUE sheet charset | wnoun | 2019-09-21 | 2 | -0/+3 |
* | m_config: add assertion to a specific case | wm4 | 2019-09-19 | 1 | -2/+4 |
* | options: deprecate --stream-record | wm4 | 2019-09-19 | 1 | -1/+2 |
* | m_config: remove m_config_create_shadow | wm4 | 2019-09-19 | 2 | -12/+0 |
* | m_config: further minor simplifications | wm4 | 2019-09-19 | 1 | -35/+26 |
* | m_config: simplify some minor crap | wm4 | 2019-09-19 | 1 | -24/+20 |
* | m_config: move group list to internal context | wm4 | 2019-09-19 | 2 | -42/+53 |
* | m_config: add/move some comments | wm4 | 2019-09-19 | 2 | -21/+33 |
* | m_config: remove an unused function | wm4 | 2019-09-19 | 2 | -7/+0 |
* | m_config: fix typo in comment | wm4 | 2019-09-19 | 1 | -1/+1 |
* | m_config: add an assert for a theoretical issue | wm4 | 2019-09-19 | 1 | -1/+6 |
* | aspect: add video margin options | wm4 | 2019-09-19 | 2 | -0/+6 |
* | demux: add a on-disk cache | wm4 | 2019-09-19 | 2 | -0/+3 |
* | m_option: add "B" suffix to human-readable byte numbers | wm4 | 2019-09-19 | 1 | -3/+5 |
* | options: rename --play-direction to --play-dir | wm4 | 2019-09-19 | 1 | -2/+2 |
* | options: remove --chapter | wm4 | 2019-09-19 | 2 | -4/+1 |
* | Implement backwards playback | wm4 | 2019-09-19 | 2 | -0/+11 |
* | player: add --demuxer-cache-wait option | wm4 | 2019-09-19 | 2 | -0/+2 |
* | DOCS: remove references to --video-stereo-mode | Niklas Haas | 2019-09-14 | 1 | -0/+1 |
* | Remove classic Linux analog TV support, and DVB runtime controls | wm4 | 2019-09-13 | 2 | -5/+0 |
* | Remove optical disc fancification layers | wm4 | 2019-09-13 | 1 | -35/+0 |
* | Remove libdvdread support in favor of libdvdnav | wm4 | 2019-09-13 | 1 | -2/+2 |
* | options/path: fix url detection per RFC3986 | john | 2019-04-05 | 1 | -3/+7 |
* | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer... | Anton Kindestam | 2018-12-05 | 9 | -382/+394 |
|\ |
|
| * | demux, stream: rip out the classic stream cache | wm4 | 2018-08-31 | 2 | -15/+0 |
| * | m_config: remove a redundant condition | wm4 | 2018-05-24 | 1 | -3/+1 |
| * | m_config: fix build with emulated stdatomic | wm4 | 2018-05-24 | 1 | -2/+3 |
| * | m_config: make m_config_cache_update() return more fine grained | wm4 | 2018-05-24 | 1 | -3/+7 |
| * | player: get rid of mpv_global.opts | wm4 | 2018-05-24 | 2 | -5/+3 |
| * | vd_lavc: move hwdec opts to local config, don't use global MPOpts | wm4 | 2018-05-24 | 2 | -16/+1 |
| * | path: don't access global option struct | wm4 | 2018-05-24 | 2 | -7/+18 |
| * | m_config: add a special define to access main config | wm4 | 2018-05-24 | 1 | -4/+6 |
| * | ao: use a local option struct | wm4 | 2018-05-24 | 2 | -14/+4 |
| * | m_config: optimize initialization of each option | wm4 | 2018-05-24 | 1 | -5/+9 |
| * | m_config: remove extra default_data field | wm4 | 2018-05-24 | 2 | -17/+25 |
| * | m_config: remove unused fields | wm4 | 2018-05-24 | 2 | -8/+2 |
| * | m_config: reduce redundant option change notifications | wm4 | 2018-05-24 | 1 | -1/+1 |
| * | m_config: remove an old temporary hack | wm4 | 2018-05-24 | 2 | -308/+336 |
| * | m_config: remove outdated comment | wm4 | 2018-05-24 | 1 | -1/+0 |
| * | m_config: check for int16_t offset overflow | wm4 | 2018-05-24 | 1 | -1/+3 |
| * | m_config: remove an unused function | wm4 | 2018-05-24 | 2 | -15/+0 |
| * | m_option: remove an unused field | wm4 | 2018-05-24 | 2 | -13/+0 |
| * | m_config: cosmetics: fix 2 typos | wm4 | 2018-05-24 | 1 | -2/+2 |
| * | player: make playback termination asynchronous | wm4 | 2018-05-24 | 2 | -0/+3 |
| * | command: make loadlist command async and abortable | wm4 | 2018-05-24 | 1 | -1/+1 |
| * | command: add a subprocess command | wm4 | 2018-05-24 | 1 | -0/+1 |
* | | wscript: split egl-android from android | Tom Yan | 2018-08-20 | 1 | -1/+1 |
* | | options.c: display additional metadata tags during video playback | Stephen Hutchinson | 2018-06-11 | 1 | -2/+3 |
* | | m_config: remove outdated comment | wm4 | 2018-05-31 | 1 | -1/+0 |
* | | m_config: check for int16_t offset overflow | wm4 | 2018-05-31 | 1 | -1/+3 |
* | | m_config: remove an unused function | wm4 | 2018-05-31 | 2 | -15/+0 |
* | | m_option: remove an unused field | wm4 | 2018-05-31 | 2 | -13/+0 |
* | | m_config: cosmetics: fix 2 typos | wm4 | 2018-05-31 | 1 | -2/+2 |
|/ |
|
* | m_option: fix duplicate flag value | Philip Sequeira | 2018-05-13 | 1 | -2/+2 |
* | build: make encoding mode non-optional | wm4 | 2018-05-03 | 1 | -2/+0 |
* | encode: get rid of AVDictionary setter helper | wm4 | 2018-04-29 | 2 | -0/+6 |
* | options: remove broken --video-stereo-mode option | wm4 | 2018-04-29 | 2 | -4/+0 |
* | vaapi: add option to select a non-default device path | Rostislav Pehlivanov | 2018-03-30 | 2 | -0/+6 |
* | command: move property multiply code to m_property.c | wm4 | 2018-03-26 | 2 | -0/+33 |
* | vo: move display-fps internal option value to VO opts | wm4 | 2018-03-15 | 2 | -3/+2 |
* | video: add an option to tune waiting for video timing | wm4 | 2018-03-15 | 3 | -0/+7 |
* | video: add option to reduce latency by 1 or 2 frames | wm4 | 2018-03-03 | 2 | -0/+2 |
* | m_option: remove unneded compatibility features | wm4 | 2018-02-28 | 2 | -9/+2 |
* | cocoa-cb: change border and borderless window styling | Akemi | 2018-02-28 | 2 | -0/+6 |
* | options: minor cleanup to --no-... handling | wm4 | 2018-02-13 | 3 | -7/+14 |
* | options: prefix option with "--" in one case in help output | wm4 | 2018-02-13 | 1 | -1/+1 |
* | options: slightly improve filter help output for lavfi bridge | wm4 | 2018-02-03 | 2 | -2/+14 |
* | options: pretty print default values with --list-options | wm4 | 2018-02-01 | 1 | -1/+1 |
* | audio: move to decoder wrapper | wm4 | 2018-01-30 | 1 | -1/+0 |
* | audio: rewrite filtering glue code | wm4 | 2018-01-30 | 2 | -10/+3 |
* | video: rewrite filtering glue code | wm4 | 2018-01-30 | 3 | -3/+19 |
* | command: add --osd-on-seek option defaulting to bar | Kevin Mitchell | 2018-01-26 | 2 | -0/+7 |
* | options: add string list -toggle action | wm4 | 2018-01-25 | 1 | -0/+24 |
* | m_option: remove string list -append action code duplication | wm4 | 2018-01-25 | 1 | -15/+6 |
* | options: add an option type for byte sizes | wm4 | 2018-01-25 | 2 | -0/+100 |
* | m_option: add missing print callbacks | wm4 | 2018-01-25 | 1 | -5/+35 |
* | m_option: add print callback to color type | Olivier Perret | 2018-01-22 | 1 | -0/+7 |
* | options: simplify mp_get_config_group() memory management | wm4 | 2018-01-18 | 2 | -4/+4 |
* | options: don't warn when reading deprecated option as raw value | wm4 | 2018-01-18 | 1 | -1/+1 |
* | options: deprecate --vf-defaults and --af-defaults | wm4 | 2018-01-13 | 1 | -2/+4 |
* | audio: add global options for resampler defaults | wm4 | 2018-01-13 | 5 | -10/+23 |
* | player: cosmetics: rename internal variable for consistency | wm4 | 2018-01-03 | 2 | -3/+3 |
* | player: add --cache-pause-initial option to start in buffering state | wm4 | 2018-01-03 | 2 | -0/+2 |
* | player: use fixed timeout for cache pausing (buffering) duration | wm4 | 2018-01-03 | 2 | -0/+3 |
* | m_option: add print callback to start/end/length | Ricardo Constantino | 2018-01-03 | 1 | -0/+18 |
* | vo_gpu/context_android: replace both options with android-surface-size | sfan5 | 2018-01-02 | 1 | -1/+2 |
* | options: move most subtitle and OSD rendering options to sub structs | wm4 | 2018-01-02 | 4 | -116/+172 |
* | vo_gpu/context: Let embedding application handle surface resizes | sfan5 | 2017-12-27 | 2 | -0/+6 |
* | encode: rename option --ometadata to --ocopy-metadata | TheAMM | 2017-12-26 | 1 | -0/+1 |
* | options: add -add/-append actions to key/value lists | wm4 | 2017-12-26 | 1 | -4/+30 |
* | options: drop some previously deprecated options | wm4 | 2017-12-25 | 2 | -29/+0 |
* | options: deprecate --ff- options and properties | wm4 | 2017-12-21 | 2 | -5/+9 |
* | msg: reinterpret a bunch of message levels | Niklas Haas | 2017-12-15 | 2 | -10/+10 |
* | options: rename 'error' labels to 'exit' where appropriate | pavelxdd | 2017-12-16 | 1 | -13/+13 |
* | options: don't report errors on help value for OPT_SIZE_BOX | pavelxdd | 2017-12-16 | 1 | -4/+10 |
* | options: don't report errors on help value for OPT_GEOMETRY | pavelxdd | 2017-12-11 | 1 | -4/+11 |
* | options: don't report errors on help value for OPT_COLOR | pavelxdd | 2017-12-11 | 1 | -6/+12 |
* | options: don't report errors on help value for OPT_FLAG | pavelxdd | 2017-12-11 | 1 | -4/+9 |
* | options: don't report errors on help value for OPT_CHOICE | pavelxdd | 2017-12-08 | 1 | -4/+15 |
* | options: add --start=none to reset previously set start time | Aman Gupta | 2017-12-06 | 1 | -0/+5 |
* | vd_lavc: rewrite how --hwdec is handled | wm4 | 2017-12-01 | 2 | -31/+7 |
* | options: rename empty string special case for option values | wm4 | 2017-12-01 | 1 | -3/+0 |
* | vo_gpu: make it possible to load multiple hwdec interop drivers | wm4 | 2017-12-01 | 2 | -8/+1 |
* | af: remove deprecated audio filters | wm4 | 2017-11-29 | 2 | -2/+0 |
* | video: remove automatic stereo3d filter insertion | wm4 | 2017-11-29 | 2 | -3/+4 |
* | vo_gpu: hwdec_d3d11va: allow zero-copy video decoding | James Ross-Gowan | 2017-11-07 | 2 | -0/+5 |
* | vo_gpu: d3d11: initial implementation | James Ross-Gowan | 2017-11-07 | 2 | -0/+6 |
* | player: change license of some code surrounding --frames to LGPL | wm4 | 2017-11-06 | 1 | -5/+0 |
* | m_option: pretty print mpv_node for OSD | wm4 | 2017-10-30 | 1 | -0/+11 |
* | vd_lavc: add support for nvdec hwaccel | wm4 | 2017-10-28 | 1 | -0/+2 |
* | video : Move drm options to substruct. | Lionel CHAZALLON | 2017-10-23 | 2 | -7/+3 |
* | Add DRM_PRIME Format Handling and Display for RockChip MPP decoders | Lionel CHAZALLON | 2017-10-23 | 2 | -0/+3 |
* | command: read the diff if you want to know | wm4 | 2017-10-21 | 1 | -0/+2 |
* | video: make it possible to always override hardware decoding format | wm4 | 2017-10-16 | 2 | -1/+4 |
* | options: add --vlang switch | wm4 | 2017-10-13 | 1 | -0/+1 |
* | lua: integrate stats.lua script | Julian | 2017-10-09 | 3 | -1/+4 |
* | hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC frames | Aman Gupta | 2017-10-09 | 1 | -0/+1 |
* | hwdec: rename mediacodec to mediacodec-copy | Aman Gupta | 2017-10-09 | 1 | -1/+1 |
* | vo_gpu: vulkan: generalize SPIR-V compiler | Niklas Haas | 2017-09-26 | 2 | -0/+3 |
* | vo_gpu: vulkan: initial implementation | Niklas Haas | 2017-09-26 | 2 | -0/+6 |
* | m_config: better variable name | wm4 | 2017-09-22 | 1 | -5/+5 |
* | options: properly handle deprecated options with CLI actions | wm4 | 2017-09-22 | 1 | -8/+23 |
* | build: make vo_gpu + infrastructure non-optional | wm4 | 2017-09-22 | 1 | -6/+0 |
* | vo_opengl: refactor into vo_gpu | Niklas Haas | 2017-09-21 | 2 | -3/+9 |
* | build: add preliminary LGPL mode | wm4 | 2017-09-21 | 1 | -9/+7 |
* | audio: make libaf derived code optional | wm4 | 2017-09-21 | 1 | -1/+6 |
* | options: remove --heartbeat-cmd and --heartbeat--interval | wm4 | 2017-09-18 | 2 | -7/+1 |
* | video: increase --monitorpixelaspect range | James Ross-Gowan | 2017-08-26 | 1 | -1/+1 |
* | command: restore OSD marker for video equalizer properties | wm4 | 2017-08-23 | 1 | -5/+0 |
* | video: change --deinterlace behavior | wm4 | 2017-08-22 | 2 | -6/+3 |
* | video: redo video equalizer option handling | wm4 | 2017-08-22 | 2 | -21/+2 |
* | options: add a thread-safe way to notify option updates | wm4 | 2017-08-22 | 4 | -13/+127 |
* | options: change --loop semantics | wm4 | 2017-08-14 | 1 | -2/+1 |
* | player: add --track-auto-selection option | wm4 | 2017-08-12 | 2 | -0/+3 |
* | player: make --lavfi-complex changeable at runtime | wm4 | 2017-08-12 | 2 | -2/+3 |
* | vo_opengl: separate hwdec context and mapping, port it to use ra | wm4 | 2017-08-10 | 1 | -1/+1 |
* | options: fix --include | wm4 | 2017-08-08 | 1 | -0/+2 |
* | cocoa: add an option to disable the native macOS fullscreen | Akemi | 2017-08-06 | 2 | -0/+3 |
* | options: --priority can be LGPL | wm4 | 2017-08-03 | 1 | -1/+1 |
* | options: fix --external-file alias typo | Martin Herkt | 2017-07-29 | 1 | -1/+1 |
* | options: drop --video-aspect-method=hybrid | wm4 | 2017-07-21 | 1 | -1/+1 |
* | client API: drop some compatibility handling | wm4 | 2017-07-21 | 1 | -13/+2 |
* | options: kill --field-dominance | wm4 | 2017-07-21 | 2 | -8/+0 |
* | options/path: fallback to USERPROFILE if HOME isn't set | Ricardo Constantino | 2017-07-06 | 1 | -1/+4 |
* | m_option: deprecate multiple items for -add etc. | wm4 | 2017-07-02 | 1 | -2/+10 |
* | options: change everything again | wm4 | 2017-07-02 | 4 | -43/+50 |
* | m_option: remove unused error code | wm4 | 2017-07-02 | 2 | -9/+1 |
* | m_option: remove redundant indirections | wm4 | 2017-07-02 | 4 | -51/+28 |
* | d3d: make DXVA2 support optional | wm4 | 2017-06-30 | 1 | -1/+1 |
* | options: change path list options, and document list options | wm4 | 2017-06-30 | 3 | -13/+14 |
* | video: change --video-aspect-method default value again | wm4 | 2017-06-29 | 1 | -1/+1 |
* | Universal Windows Plaform (UWP) support | Pedro Pombeiro | 2017-06-29 | 1 | -1/+3 |
* | build: change how some OS specific source files are selected | wm4 | 2017-06-29 | 1 | -2/+2 |
* | build: replace glob() check and assume it's always in POSIX | wm4 | 2017-06-29 | 1 | -1/+1 |
* | options: sort action list alphabetically | wm4 | 2017-06-27 | 1 | -11/+11 |
* | options: expose string list actions for --sub-file option | wm4 | 2017-06-27 | 1 | -23/+38 |
* | options: list suffix actions as options too | wm4 | 2017-06-27 | 1 | -2/+7 |
* | options: handle suffixes like -add in a more generic way | wm4 | 2017-06-26 | 4 | -125/+148 |
* | client API: drop old "no-" option emulation | wm4 | 2017-06-26 | 1 | -22/+2 |
* | options: suggest a replacement for --field-dominance | wm4 | 2017-06-25 | 1 | -1/+1 |
* | Revert "parse_commandline: fail gracefully on bad args" | wm4 | 2017-06-24 | 2 | -6/+3 |
* | options: simplify and rename m_option_type_store | wm4 | 2017-06-23 | 3 | -50/+27 |
* | options: remove weird --really-quiet special behavior | wm4 | 2017-06-23 | 2 | -2/+2 |
* | options: unbreak -h | wm4 | 2017-06-23 | 3 | -4/+9 |
* | player: change license of most core files to LGPL | wm4 | 2017-06-23 | 1 | -7/+9 |
* | player: disable --frames in WIP LGPL mode | wm4 | 2017-06-23 | 1 | -0/+3 |
* | player: disable video equalizer frontend code for WIP LGPL mode | wm4 | 2017-06-23 | 1 | -0/+2 |
* | options: disable --field-dominance for WIP LGPL mode, also deprecate | wm4 | 2017-06-23 | 1 | -1/+4 |
* | player: disable --priority for WIP LGPL mode | wm4 | 2017-06-23 | 1 | -1/+1 |
* | stream: move cache option declarations to cache.c | wm4 | 2017-06-23 | 1 | -28/+1 |
* | Revert "m_option: make geometry code GPL-only" | wm4 | 2017-06-22 | 1 | -32/+0 |
* | m_option: make geometry code GPL-only | wm4 | 2017-06-21 | 1 | -0/+32 |
* | dec_video: change license to LGPL (almost) | wm4 | 2017-06-18 | 1 | -0/+1 |
* | img_format: minor simplification | wm4 | 2017-06-18 | 1 | -1/+1 |
* | command: avoid going through prop->opt bridge from opt->prop bridge | wm4 | 2017-06-16 | 1 | -0/+2 |
* | command: add all options to property->option bridge | wm4 | 2017-06-15 | 2 | -9/+13 |
* | options: make mess to allow setting profile option with libmpv | wm4 | 2017-06-15 | 2 | -94/+87 |
* | js: add javascript scripting support using MuJS | Avi Halachmi (:avih) | 2017-06-14 | 1 | -2/+4 |
* | options: change license of most files to LGPL (except options.c/.h) | wm4 | 2017-06-12 | 8 | -52/+58 |
* | m_option: revert commit 2793a70e0fb3 | wm4 | 2017-06-12 | 1 | -3/+2 |
* | m_property: change license to LGPL | wm4 | 2017-06-12 | 2 | -14/+14 |
* | path: change license to LGPL | wm4 | 2017-06-12 | 2 | -21/+16 |
* | m_option: fix leaks with OPT_KEYVALUELIST options | wm4 | 2017-06-08 | 1 | -0/+3 |
* | options: slight cleanup of --sub-ass-style-override | Niklas Haas | 2017-06-07 | 1 | -2/+3 |
* | options: change --sub-fix-timing default | wm4 | 2017-06-06 | 1 | -1/+0 |
* | vo_opengl: hwdec_cuda: Support separate decode and display devices | Philip Langdale | 2017-06-03 | 2 | -0/+9 |
* | audio: merge --replaygain-track and --replaygain-album into one option | wm4 | 2017-04-27 | 2 | -4/+5 |
* | audio: move replaygain control to top-level options | wm4 | 2017-04-26 | 3 | -3/+14 |
* | options: change --audio-file-auto default to not to load any files | wm4 | 2017-04-20 | 1 | -1/+1 |
* | player: add --keep-open-pause=no option | Dan Oscarsson | 2017-04-14 | 2 | -0/+3 |
* | options: deprecate --loop | wm4 | 2017-04-10 | 3 | -8/+17 |
* | options: assing proper default value for --audio-channels | wm4 | 2017-04-05 | 1 | -0/+5 |
* | parse_commandline: guard glob() use | wm4 | 2017-04-04 | 1 | -1/+1 |
* | video: support positional arguments for automatic lavfi option bridge | wm4 | 2017-04-03 | 1 | -5/+22 |
* | command: change and simplify filter toggle syntax | wm4 | 2017-03-26 | 1 | -5/+23 |
* | m_option: consistent af/vf filter entry "enabled" flag default value | wm4 | 2017-03-25 | 1 | -0/+1 |
* | command: add better runtime filter toggling method | wm4 | 2017-03-25 | 2 | -7/+42 |
* | sub: add SDH subtitle filter | Dan Oscarsson | 2017-03-25 | 2 | -0/+4 |
* | options: add M_OPT_FILE to some more file options | Philip Sequeira | 2017-03-06 | 1 | -3/+3 |
* | hw_videotoolbox: allow using native decoder output format | wm4 | 2017-03-02 | 1 | -1/+1 |
* | m_option: optionally allow passing "no" to imgfmt option types | wm4 | 2017-03-02 | 1 | -4/+7 |
* | cocoa: add option to force dedicated GPU | Akemi | 2017-02-27 | 2 | -0/+6 |
* | cocoa: add --ontop-level option for modifying ontop window level | Akemi | 2017-02-13 | 2 | -0/+4 |
* | Fix build with HAVE_GL==0 | Michael Forney | 2017-02-13 | 1 | -1/+4 |
* | player: add experimental stream recording feature | wm4 | 2017-02-07 | 2 | -0/+3 |
* | sub: add justify of subtitles | Dan Oscarsson | 2017-02-01 | 2 | -0/+2 |
* | win32: snap to screen edges | pavelxdd | 2017-01-27 | 2 | -0/+3 |
* | sub: add option to force using video resolution for image subtitles | wm4 | 2017-01-23 | 2 | -0/+2 |
* | player: remove --stream-capture option/property | wm4 | 2017-01-21 | 2 | -3/+2 |
* | options: refacactor how --opengl-dwmflush is declared | wm4 | 2017-01-20 | 2 | -0/+7 |
* | options: refactor how --opengl-dcomposition is declared | wm4 | 2017-01-20 | 2 | -0/+7 |
* | player: add prefetching of the next playlist entry | wm4 | 2017-01-18 | 2 | -0/+2 |
* | vo_opengl, vo_opengl_cb: better hwdec interop backend selection | wm4 | 2017-01-17 | 2 | -3/+7 |
* | config: do not resolve default profile during "include" processing | wm4 | 2017-01-13 | 1 | -1/+2 |
* | options: explicitly deprecate --ad-spdif-dtshd | wm4 | 2016-12-23 | 1 | -1/+2 |
* | audio: change how spdif codecs are selected | wm4 | 2016-12-23 | 1 | -1/+1 |
* | options: change --h=... behavior | wm4 | 2016-12-16 | 1 | -7/+1 |
* | cocoa: fullscreen refactoring | Akemi | 2016-12-15 | 2 | -2/+1 |
* | options: remove weird RPI-only fullscreen default | wm4 | 2016-12-08 | 1 | -1/+0 |
* | options: some simplifications | wm4 | 2016-11-29 | 3 | -110/+20 |
* | options: remove deprecated sub-option handling for --vo and --ao | wm4 | 2016-11-25 | 6 | -84/+124 |
* | options: remove legacy global sub-option syntax | wm4 | 2016-11-22 | 2 | -60/+3 |
* | options: clarify --softvol deprecation message and manpage entry | wm4 | 2016-11-19 | 1 | -1/+2 |
* | cocoa: option to scale window by HiDPI scale factor | Akemi | 2016-11-11 | 2 | -0/+3 |
* | options: fnmatch: check existence instead of posix | Avi Halachmi (:avih) | 2016-11-08 | 1 | -1/+0 |
* | options: make --load-scripts runtime changeable | wm4 | 2016-10-22 | 1 | -1/+1 |
* | options: handle legacy no-* sub-options | wm4 | 2016-10-21 | 1 | -8/+21 |
* | video: add --hwdec=vdpau-copy mode | wm4 | 2016-10-20 | 1 | -0/+1 |
* | vd_lavc: Add hwdec wrapper for crystalhd | Philip Langdale | 2016-10-15 | 1 | -0/+1 |
* | vo_drm: change CLI options + refactors | rr- | 2016-10-07 | 2 | -0/+12 |
* | options: handle --audio-device changes like the other options | wm4 | 2016-10-05 | 1 | -2/+2 |
* | audio: make setting audio-exclusive update the audio chain | Kevin Mitchell | 2016-10-04 | 1 | -1/+1 |
* | options: rename subtitle options | Dan Oscarsson | 2016-10-03 | 2 | -13/+40 |
* | player: make --stop-screensaver runtime-changeable | wm4 | 2016-10-02 | 2 | -2/+3 |
* | rpi: add --hwdec=rpi-copy | wm4 | 2016-09-30 | 1 | -0/+1 |
* | path: default ~~ paths to home directory | wm4 | 2016-09-29 | 1 | -0/+6 |
* | win32: make --priority runtime-settable | James Ross-Gowan | 2016-09-28 | 2 | -2/+3 |
* | options: do not mark --profile/--include as M_OPT_FIXED | wm4 | 2016-09-24 | 1 | -2/+2 |
* | player: do not let pseudo-gui override user config settings | wm4 | 2016-09-23 | 4 | -0/+15 |
* | m_config, command: remove some minor code duplication | wm4 | 2016-09-23 | 2 | -3/+9 |
* | player: make audio-channels etc. runtime settable | wm4 | 2016-09-22 | 2 | -5/+6 |
* | player: add --watch-later-directory option | David Logie | 2016-09-22 | 2 | -0/+2 |
* | client API: more or less deprecate mpv_set_option() | wm4 | 2016-09-21 | 3 | -15/+14 |
* | options: make input options generally runtime-settable | wm4 | 2016-09-21 | 3 | -8/+5 |
* | command: change update handling of some video-related properties | wm4 | 2016-09-20 | 2 | -6/+8 |
* | options: fix window-scale property | wm4 | 2016-09-20 | 2 | -2/+2 |
* | m_option: resort M_OPT_ flag values | wm4 | 2016-09-20 | 1 | -11/+11 |
* | player: make --osc/--ytdl settable during playback | wm4 | 2016-09-20 | 2 | -3/+4 |
* | options, command: simplify some option updates | wm4 | 2016-09-19 | 2 | -39/+41 |
* | player: make --terminal freetly settable at runtime | wm4 | 2016-09-19 | 1 | -2/+2 |
* | options: slightly better option update mechanism | wm4 | 2016-09-19 | 4 | -17/+45 |
* | options: remove some M_OPT_FIXED flags | wm4 | 2016-09-19 | 1 | -9/+9 |
* | command: fix "cycle"/"add" not working on most properties | wm4 | 2016-09-18 | 1 | -1/+2 |
* | player: more option/property consistency fixes | wm4 | 2016-09-18 | 5 | -6/+23 |
* | options: rename/deprecate --playlist-pos | wm4 | 2016-09-18 | 1 | -1/+3 |
* | options: actually deprecate --mute=auto | wm4 | 2016-09-18 | 1 | -2/+2 |
* | 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 |