summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * sd_ass: fix top alignment of secondary subtitleswm42016-09-251-3/+4
| * lua: complain loudly if Lua state creation failswm42016-09-251-1/+3
| * options: do not mark --profile/--include as M_OPT_FIXEDwm42016-09-241-2/+2
| * player: fix instant subtitle refresh on track switcheswm42016-09-242-4/+9
| * lua: fix array detectionwm42016-09-241-2/+2
| * command: some minor corrections to previous commitwm42016-09-241-20/+19
| * command: make it possible to set chapters via lua pluginsMaurycy Skier2016-09-241-1/+70
| * vo_opengl: hwdec_cuda: get the cuda device from the GL contextPhilip Langdale2016-09-241-3/+3
| * vo_opengl: hwdec_cuda: directly map GL textures and skip using PBOsPhilip Langdale2016-09-241-65/+20
| * manpage: hwdec_cuda: update docs to say 10bit hevc is supportedPhilip Langdale2016-09-241-2/+2
| * player: fix intended pseudo-gui behaviorwm42016-09-231-3/+3
| * player: do not let pseudo-gui override user config settingswm42016-09-2311-11/+42
| * m_config, command: remove some minor code duplicationwm42016-09-233-6/+11
| * TOOLS/lua/observe-all: explicitly observe all optionswm42016-09-231-1/+9
| * command: make most options observablewm42016-09-231-0/+6
| * vo_opengl: hwdec_rpi: remove copy&paste errorwm42016-09-231-1/+0
| * vo: log framedropswm42016-09-231-1/+3
| * command: fix potential UBwm42016-09-231-5/+5
| * x11: fix external fullscreen updatewm42016-09-233-13/+19
| * aspect: use nominal width instead of actual width for video-unscaledNiklas Haas2016-09-221-3/+3
| * player: make audio-channels etc. runtime settablewm42016-09-223-5/+13
| * command: add a load-script commandwm42016-09-226-5/+20
| * player: remove some explicit options accesses when saving resume filewm42016-09-221-29/+26
| * command: fix missing update notifications in some caseswm42016-09-221-0/+1
| * player: some M_SETOPT_RUNTIME cleanupswm42016-09-223-21/+9
| * ytdl_hook: temporarily force disable dash segments formatsRicardo Constantino2016-09-221-4/+5
| * vo: add a unique frame_id to vo_framewm42016-09-222-0/+9
| * vo_opengl: apply 90° rotation to chroma texture sizewm42016-09-221-0/+3
| * hwdec/cuda: Document how to activate cuda deinterlacingPhilip Langdale2016-09-221-8/+11
| * cocoa: fix macOS 10.12 deprecation warningsAkemi2016-09-224-12/+45
| * player: add --watch-later-directory optionDavid Logie2016-09-224-2/+19
| * client API: more or less deprecate mpv_set_option()wm42016-09-218-56/+101
| * options: make input options generally runtime-settablewm42016-09-217-71/+105
| * client API: fix init/destruction race conditionswm42016-09-213-8/+19
| * lua: add API for registering idle handlerswm42016-09-212-0/+17
| * lua: run timers only after draining the event queuewm42016-09-211-12/+11
| * manpage: lua: mention recent deprecationswm42016-09-211-4/+6
| * lua: expose subprocess_detachedrr-2016-09-212-0/+45
| * ao_openal: enable building on OSXJosh de Kock2016-09-213-2/+27
| * command: make bitrate properties observablewm42016-09-211-1/+2
| * client API: revert unintended mpv_wait_event() behavior changewm42016-09-211-3/+0
| * command: add a video-dec-params propertywm42016-09-204-2/+27
| * video: handle override video parameters in a better placewm42016-09-202-8/+7
| * command: change update handling of some video-related propertieswm42016-09-205-32/+19
| * player: kill associated OSD and key bindings when removing a scriptwm42016-09-205-4/+35
| * osd: fix OSD redrawing after removing external overlayswm42016-09-201-0/+2
| * man/options.rst: fix typo and layoutKranky K. Krackpot2016-09-201-6/+8
| * audio: fix segfault when yanking USB DACKevin Mitchell2016-09-201-0/+1
| * options: fix window-scale propertywm42016-09-202-2/+2
| * m_option: resort M_OPT_ flag valueswm42016-09-201-11/+11
| * player: make --osc/--ytdl settable during playbackwm42016-09-206-7/+44
| * options, command: simplify some option updateswm42016-09-194-86/+56
| * client API: revert some relaxations about calling mpv_initialize()wm42016-09-192-2/+16
| * player: minor changes in init codewm42016-09-194-19/+11
| * player: make --log-file and --dump-stats freely settable at runtimewm42016-09-193-25/+37
| * player: make --terminal freetly settable at runtimewm42016-09-196-28/+35
| * terminal-unix: don't send quit command on terminal_uninit()wm42016-09-191-4/+8
| * options: slightly better option update mechanismwm42016-09-198-26/+62
| * options: remove some M_OPT_FIXED flagswm42016-09-191-9/+9
| * command: add audio-pts property to get the audio ptsHector Martin2016-09-192-1/+20
| * af_pan: fix typoHector Martin2016-09-191-2/+3
| * af_rubberband: default to channels=togetherHector Martin2016-09-191-0/+1
| * af_rubberband: add af-command and option to change the pitchHector Martin2016-09-192-2/+38
| * af_pan: add af-command support to change the matrixHector Martin2016-09-192-19/+38
| * af_pan: coding style fixesHector Martin2016-09-191-103/+104
| * command: fix "cycle"/"add" not working on most propertieswm42016-09-181-1/+2
| * player: more option/property consistency fixeswm42016-09-1810-58/+75
| * command: fix window-scale option/property inconsistencieswm42016-09-182-7/+7
| * options: rename/deprecate --playlist-poswm42016-09-185-13/+11
| * command: minor fixes to video-aspect propertywm42016-09-181-8/+2
| * options: actually deprecate --mute=autowm42016-09-184-5/+10
| * command: fix --quiet, --really-quiet optionswm42016-09-181-0/+2
| * displayconfig: treat a refresh rate of 1 as invalidJames Ross-Gowan2016-09-181-2/+8
| * stream/stream_lavf: user-agent option is deprecatedRiCON2016-09-181-1/+1
| * command: add an apply-profile commandwm42016-09-174-0/+20
| * options: take care of propertly updating options on runtime changeswm42016-09-177-8/+125
| * options: fix pseudo-options like -vwm42016-09-171-1/+1
| * manpage: document some more property/options inconsistencieswm42016-09-171-0/+27
| * command: make window-scale redirect to option if no window createdwm42016-09-171-1/+1
| * DOCS: vo/ao auto profiles are deprecatedRiCON2016-09-171-2/+1
| * options: simplify M_OPT_EXITwm42016-09-178-26/+22
| * m_config: make option setting always call m_config_set_option_raw()wm42016-09-171-14/+20
| * options: kill M_OPT_GLOBAL flagwm42016-09-173-21/+7
| * player: don't enter playloop for client API requestswm42016-09-162-2/+4
| * osd: fix OSD getting stuck with --blend-subtitles=yeswm42016-09-163-19/+18
| * dispatch: fix a race condition triggering an assert()wm42016-09-161-1/+1
| * player: fix a missed wakeupwm42016-09-161-0/+1
| * vo_opengl: don't pass negative height to overlay_adjust()wm42016-09-161-1/+1
| * player: use better way to wait for input and dispatching commandswm42016-09-169-57/+80
| * client API: declare mpv_suspend/mpv_resume deprecatedwm42016-09-168-10/+22
| * player: litter code with explicit wakeup callswm42016-09-169-39/+76
| * player, ao, vo: don't call mp_input_wakeup() directlywm42016-09-1617-47/+97
| * osd: fix subtitle/overlay update problemswm42016-09-161-2/+6
| * hwdec_cuda: Rename config variable to be more consistentPhilip Langdale2016-09-165-8/+8
| * vo_opengl: rpi: cosmetic changewm42016-09-151-2/+2
| * audio: fix missed wakeup when changing audio output devicewm42016-09-151-1/+1
| * osd: slightly simplify update logicwm42016-09-156-30/+21
| * options: add --hwdec=yes as alias for --hwdec=autowm42016-09-152-2/+4
| * etc/builtin.conf: minor editswm42016-09-151-2/+6
| * player: move builtin profiles to a separate filewm42016-09-155-50/+51
| * player: remove unintended !mingw ifdef for IPC uninitwm42016-09-151-2/+0
| * client API: remove SIGPIPE overriding codewm42016-09-154-11/+8
| * manpage: explain "speed-adjusted" FPS for --interpolation-thresholdwm42016-09-151-2/+5
| * vo_opengl: fix OSD with icc-profile after previous commitwm42016-09-141-0/+2
| * vo_opengl: dynamically manage texture unitswm42016-09-145-30/+54
| * vo_opengl: require explicit reset on shader cache after renderingwm42016-09-144-8/+30
| * vo_opengl: remove a redundant glActiveTexture() callwm42016-09-141-2/+2
| * vo_opengl: make the number of PBOs tunableNiklas Haas2016-09-142-5/+7
| * vo_opengl: drm: use new EGL context creation codewm42016-09-142-43/+8
| * vo_opengl: wayland: use new EGL context creation codewm42016-09-142-50/+9
| * vo_opengl: EGL: dump some version infowm42016-09-141-0/+8
| * vo_opengl: EGL: better desktop-GL context creationwm42016-09-141-19/+65
| * vo_opengl: EGL: silence eglBindAPI() error messagewm42016-09-131-1/+1
| * vo_rpi, vo_opengl: separate RPI/EGL-specific code for both VOswm42016-09-133-220/+200
| * vo_opengl: rpi: use new egl context creation helper functionwm42016-09-132-27/+14
| * vo_x11: fix some ifdefferywm42016-09-131-2/+2
| * vo_opengl: mali fbdev supportwm42016-09-135-3/+188
| * vo_opengl: factor some EGL context creation codewm42016-09-135-74/+122
| * DOCS/interface-changes.rst: minor cleanupwm42016-09-131-19/+16
| * manpage: vo_rpi -> vo_openglwm42016-09-131-1/+1
| * vo_opengl: fix typo in bt.601 auto-guessing logicNiklas Haas2016-09-131-1/+1
| * player: Save sub-speed value when resuming playbackVladimir Panteleev2016-09-131-0/+1
| * player: Improve OSD formatting of sub-speed optionVladimir Panteleev2016-09-131-0/+4
| * player: Apply new sub-speed values during playbackVladimir Panteleev2016-09-132-0/+22
| * sub: Add SD_CTRL_UPDATE_SPEEDVladimir Panteleev2016-09-132-0/+4
| * ytdl_hook: don't bother adding subtitles if duration isn't knownRicardo Constantino2016-09-131-5/+3
| * ytdl_hook: Support playlist entries without subtitlesRicardo Constantino2016-09-131-3/+17
| * vo_rpi: deprecate this VOwm42016-09-124-4/+19
| * vo: change defines to an enumwm42016-09-121-15/+17
| * vo_opengl: fix non-C11 TLS fallback for gccwm42016-09-121-1/+1
| * vo_opengl: better behavior in GL error corner caseswm42016-09-121-4/+5
| * vo_opengl: rpi: merge vo_rpi featureswm42016-09-122-20/+255
| * vo_opengl: redirect window screenshot requests to backendwm42016-09-121-5/+5
| * vo_opengl: add hw overlay support and use it for RPIwm42016-09-129-3/+478
| * man: fix building pdfshinchiro2016-09-121-4/+6
| * command: don't log "ignore" command with -v verbositywm42016-09-111-1/+2
| * client API: don't miss property changes after updatesJames Ross-Gowan2016-09-111-5/+3
| * hwdec_cuda: Add trivial cuda-copy wrapperPhilip Langdale2016-09-114-4/+20
| * options: fix another minor regressionwm42016-09-111-1/+2
| * hwdec_cuda: Implement download_image for screenshotsPhilip Langdale2016-09-101-0/+53
| * build: recompile zsh completion if zsh.pl changesPhilip Sequeira2016-09-101-1/+1
| * TOOLS/zsh.pl: don't filter files by extensionPhilip Sequeira2016-09-101-2/+1
| * TOOLS/zsh.pl: die if we can't parse main optionsPhilip Sequeira2016-09-101-0/+3
| * options: fix --list-options after previous commitwm42016-09-102-3/+4
| * options: make --h list options according to a pattern passed to itwm42016-09-105-10/+29
| * m_config: remove another unused leftoverwm42016-09-102-15/+0
| * stream_cb: don't add "*://" to protocol listwm42016-09-102-5/+1
| * command: do not call mp_switch_track() before proper initializationwm42016-09-101-7/+17
| * man: fix typobugdone2016-09-101-1/+1
| * hwdec_cuda: Use the non-deprecated CUDA-GL interop APIPhilip Langdale2016-09-101-12/+26
| * player: fix average frame duration calculationsda89ha92016-09-091-1/+1
| * stream, demux, config: remove some dead/unneeded option-related codewm42016-09-098-186/+6
| * stream_cdda: remove weird option parsing stuffwm42016-09-093-30/+17
| * tv: remove weird option parsing stuffwm42016-09-092-23/+14
| * stream_dvb: remove weird option parsing stuffwm42016-09-091-24/+24
| * man/options: Document cuda hwdec.Philip Langdale2016-09-091-0/+6
| * client API: fix error code stringwm42016-09-091-1/+1
| * client API: make mpv_opengl_cb_uninit_gl() behavior slightly nicerwm42016-09-092-1/+9
| * stream_dvd, stream_dvdnav: remove weird option parsing stuffwm42016-09-087-77/+120
| * options: drop unreferenced --bluray-angle optionwm42016-09-083-6/+1
<