aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* af_rubberband: add af-command and option to change the pitchGravatar Hector Martin2016-09-19
* af_pan: add af-command support to change the matrixGravatar Hector Martin2016-09-19
* af_pan: coding style fixesGravatar Hector Martin2016-09-19
* command: fix "cycle"/"add" not working on most propertiesGravatar wm42016-09-18
* player: more option/property consistency fixesGravatar wm42016-09-18
* command: fix window-scale option/property inconsistenciesGravatar wm42016-09-18
* options: rename/deprecate --playlist-posGravatar wm42016-09-18
* command: minor fixes to video-aspect propertyGravatar wm42016-09-18
* options: actually deprecate --mute=autoGravatar wm42016-09-18
* command: fix --quiet, --really-quiet optionsGravatar wm42016-09-18
* displayconfig: treat a refresh rate of 1 as invalidGravatar James Ross-Gowan2016-09-18
* stream/stream_lavf: user-agent option is deprecatedGravatar RiCON2016-09-18
* command: add an apply-profile commandGravatar wm42016-09-17
* options: take care of propertly updating options on runtime changesGravatar wm42016-09-17
* options: fix pseudo-options like -vGravatar wm42016-09-17
* manpage: document some more property/options inconsistenciesGravatar wm42016-09-17
* command: make window-scale redirect to option if no window createdGravatar wm42016-09-17
* DOCS: vo/ao auto profiles are deprecatedGravatar RiCON2016-09-17
* options: simplify M_OPT_EXITGravatar wm42016-09-17
* m_config: make option setting always call m_config_set_option_raw()Gravatar wm42016-09-17
* options: kill M_OPT_GLOBAL flagGravatar wm42016-09-17
* player: don't enter playloop for client API requestsGravatar wm42016-09-16
* osd: fix OSD getting stuck with --blend-subtitles=yesGravatar wm42016-09-16
* dispatch: fix a race condition triggering an assert()Gravatar wm42016-09-16
* player: fix a missed wakeupGravatar wm42016-09-16
* vo_opengl: don't pass negative height to overlay_adjust()Gravatar wm42016-09-16
* player: use better way to wait for input and dispatching commandsGravatar wm42016-09-16
* client API: declare mpv_suspend/mpv_resume deprecatedGravatar wm42016-09-16
* player: litter code with explicit wakeup callsGravatar wm42016-09-16
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* osd: fix subtitle/overlay update problemsGravatar wm42016-09-16
* hwdec_cuda: Rename config variable to be more consistentGravatar Philip Langdale2016-09-16
* vo_opengl: rpi: cosmetic changeGravatar wm42016-09-15
* audio: fix missed wakeup when changing audio output deviceGravatar wm42016-09-15
* osd: slightly simplify update logicGravatar wm42016-09-15
* options: add --hwdec=yes as alias for --hwdec=autoGravatar wm42016-09-15
* etc/builtin.conf: minor editsGravatar wm42016-09-15
* player: move builtin profiles to a separate fileGravatar wm42016-09-15
* player: remove unintended !mingw ifdef for IPC uninitGravatar wm42016-09-15
* client API: remove SIGPIPE overriding codeGravatar wm42016-09-15
* manpage: explain "speed-adjusted" FPS for --interpolation-thresholdGravatar wm42016-09-15
* vo_opengl: fix OSD with icc-profile after previous commitGravatar wm42016-09-14
* vo_opengl: dynamically manage texture unitsGravatar wm42016-09-14
* vo_opengl: require explicit reset on shader cache after renderingGravatar wm42016-09-14
* vo_opengl: remove a redundant glActiveTexture() callGravatar wm42016-09-14
* vo_opengl: make the number of PBOs tunableGravatar Niklas Haas2016-09-14
* vo_opengl: drm: use new EGL context creation codeGravatar wm42016-09-14
* vo_opengl: wayland: use new EGL context creation codeGravatar wm42016-09-14
* vo_opengl: EGL: dump some version infoGravatar wm42016-09-14
* vo_opengl: EGL: better desktop-GL context creationGravatar wm42016-09-14