summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* stream_bluray: fix a minor memory leakwm42016-09-081-2/+3
* stream_bluray: remove weird option parsing stuffwm42016-09-081-51/+45
* vo: remove unused VOCTRL_GET_PANSCANwm42016-09-0812-25/+1
* vo: don't access global options unsynchronizedwm42016-09-082-6/+21
* vo_opengl: use dedicated image unref function in config casewm42016-09-081-1/+1
* vo_opengl: simplify a conditionwm42016-09-081-2/+1
* hwdec/opengl: Add support for CUDA and cuvid/NvDecodePhilip Langdale2016-09-0810-1/+430
* vo_opengl: fix incorrect video rendering after vdpau preemption recoverywm42016-09-071-0/+1
* vo_opengl: fix another potential vdpau preemption issuewm42016-09-071-1/+2
* ao_rsound: fix compilationwm42016-09-071-1/+1
* sub: fix previous commit with older libass releaseswm42016-09-071-0/+2
* sub: actually apply text alignment options to non-ASS subtitleswm42016-09-071-0/+2
* manpage: remove more references to deprecated sub-option syntaxwm42016-09-075-72/+54
* ao_pcm: remove some useless messageswm42016-09-071-2/+0
* osdep: rename atomics.h to atomic.hwm42016-09-0716-17/+16
* atomics: readd some emulationwm42016-09-063-2/+53
* DOCS/interface-changes.rst: list exact sub-option replacementswm42016-09-061-0/+2
* demux: do not access global optionswm42016-09-0613-168/+241
* input, demux_tv: remove some older option access methodswm42016-09-062-7/+8
* demux_mkv: don't crash if --ordered-chapters-files failswm42016-09-061-1/+1
* vo_vdpau: rename some sub-optionswm42016-09-062-5/+8
* common: use char array for version stringwm42016-09-062-4/+4
* vo_opengl: simplify option handlingwm42016-09-063-45/+37
* vo_opengl: fix --icc-profile initial behaviorwm42016-09-061-0/+1
* wscript: fix typopavelxdd2016-09-061-1/+1
* m_config: avoid accidentally causing deprecation warningswm42016-09-051-41/+52
* audio/out: deprecate "exclusive" sub-optionswm42016-09-059-2/+29
* audio/out: deprecate device sub-optionswm42016-09-0511-24/+32
* options: deprecate suboptions for the remaining AO/VOswm42016-09-0523-74/+136
* options: add automagic hack for handling sub-option deprecationswm42016-09-056-5/+60
* vo_direct3d: deprecate direct3d_shaders aliaswm42016-09-054-32/+13
* vo_image: move to global optionswm42016-09-055-37/+72
* ao_jack: move to global optionswm42016-09-052-28/+50
* options: add a mechanism to make sub-option replacement slightly easierwm42016-09-0511-16/+33
* m_config: move parts of m_config_add_option into its own functionwm42016-09-051-26/+36
* dispatch: improve recent locking changes slightlywm42016-09-051-14/+20
* dispatch: redo locking, and allow reentrant processingwm42016-09-041-70/+101
* client API: implement mpv_suspend/resume slightly differentlywm42016-09-045-10/+20
* travis: trigger website rebuild only on docs changesRicardo Constantino2016-09-041-0/+5
* travis: rebuild website for updated docs on pushStefano Pigozzi2016-09-042-0/+27
* client API: more option/property updateswm42016-09-031-2/+11
* sd_lavc: enable teletextwm42016-09-034-0/+18
* command: try selecting the next track if track switching failswm42016-09-031-3/+4
* player: remove opengl-es=no flag from opengl-hq profilewm42016-09-031-1/+0
* manpage: document another option/property inconsistencewm42016-09-031-0/+13
* config: deprecate ao and vo auto-profileswm42016-09-032-0/+3
* manpage: mention how to apply/view opengl-hq profilewm42016-09-021-1/+2
* ao_alsa: change sub-options to global optionswm42016-09-028-99/+117
* config: allow profile forward-references in default profilewm42016-09-023-10/+19
* m_config: make sure profile values are never NULLwm42016-09-021-5/+4
* w32_common: initialize playback status as soon as possiblewm42016-09-021-16/+25
* command: remove vo-cmdlinewm42016-09-026-26/+2
* options: deprecate --vo-defaultswm42016-09-024-10/+15
* vo_opengl: deprecate sub-options, add them as global optionswm42016-09-0217-1101/+1139
* vo_opengl: rename 3dlut-size to icc-3dlut-sizewm42016-09-021-1/+2
* m_config: add some convenience functionswm42016-09-022-0/+35
* vo: use new option update mechanismwm42016-09-025-4/+25
* m_config: introduce basic mechanism to synchronize global option updateswm42016-09-025-5/+264
* player: don't send win32 taskbar update before window is createdwm42016-09-021-1/+1
* vo_opengl: minor renderer option access refactorwm42016-09-023-5/+17
* m_config: add helper function for initializing af/ao/vf/vo suboptionswm42016-09-026-25/+37
* charset_conv: Use CP949 instead of EUC-KRJeong Woon Choi2016-09-021-0/+5
* DOCS: move libmpv stub to manpagewm42016-09-023-22/+17
* manpage: mention the client API/interface change logswm42016-09-022-3/+8
* command: deprecate "cache" property, replace with "cache-percent"wm42016-09-023-7/+6
* vo_opengl: remove pre/post/scale-shadersNiklas Haas2016-09-024-133/+20
* client API: create core thread at an earlier timewm42016-09-014-55/+50
* command: fix or document some property/option consistency issueswm42016-09-015-26/+61
* command: remove 2 deprecated propertieswm42016-09-013-68/+1
* command: rename/deprecate some conflicting property nameswm42016-09-013-6/+21
* command: add options to property listwm42016-09-0114-216/+160
* m_config: fix "no-" option handling with sub-optionswm42016-09-011-1/+1
* vo, ao: disable positional parameter suboptionswm42016-09-015-8/+14
* stream_cb: remove broken castwm42016-08-311-1/+1
* m_config: remove an unused functionwm42016-08-312-24/+6
* vo: update w32_common left out by 4d75514quilloss2016-08-311-3/+0
* m_config: remove some aliasing checkswm42016-08-311-19/+2
* m_option: replace --no-video-aspect aliaswm42016-08-315-68/+35
* m_config: deprecate top-level suboptionswm42016-08-312-0/+7
* client API: deprecate "no-..." option handlingwm42016-08-315-18/+31
* m_config: introduce and use OPT_ALIAS for some optionswm42016-08-313-17/+21
* m_config: handle --no-... options differentlywm42016-08-312-53/+49
* m_property: remove pointless explicitly clampingwm42016-08-313-63/+0
* input: use OPT_REPLACED for an old option aliaswm42016-08-311-1/+1
* vo_xv: remove an aliased optionwm42016-08-312-8/+10
* vo: change messy handling of fullscreen and other flagswm42016-08-306-20/+7
* options: make mp_vo_opts options an actual sub-option groupwm42016-08-309-85/+94
* m_config: pass parent option in m_config_add_option()wm42016-08-301-9/+10
* m_config: rename is_generated to is_hiddenwm42016-08-302-7/+7
* m_option: remove M_OPT_TYPE_DYNAMIC flagwm42016-08-303-17/+4
* command: cosmetics: fix some minor whitespace mistakeswm42016-08-301-2/+2
* player: make --force-window work with opengl-cbwm42016-08-301-0/+1
* player: slightly adjust framerate guessing heuristicwm42016-08-291-6/+8
* Merge pull request #3467 from atomnuker/masterRostislav Pehlivanov2016-08-291-0/+2
|\
| * wayland: reject resize events with either dimension being 0Rostislav Pehlivanov2016-08-291-0/+2
|/
* vo_opengl: explicitly check for GL errors around framebuffer depth checkwm42016-08-291-0/+4
* sd_lavc: always set decoder timebasewm42016-08-291-18/+2
* vd_lavc: always force milliseconds for MMALwm42016-08-291-0/+5
* vd_lavc, ad_lavc: set pkt_timebase, not time_basewm42016-08-292-2/+8
* m_config: profile option values can be NULLwm42016-08-291-1/+2
* command: export profile list as a propertywm42016-08-284-0/+54
* misc: add some annoying mpv_node helperswm42016-08-283-0/+77
* common: add assert.h includewm42016-08-281-0/+1
* player: add option to disable video OSDwm42016-08-284-8/+33
* command: add property for current subtitle textwm42016-08-272-1/+28
* player: fix minor spelling mistake in osc.luaJames Cowgill2016-08-271-1/+1
* TOOLS/zsh.pl: add m4a to zsh completion filetype listwgmk2016-08-261-1/+1
* player: avoid some redundant terminal status updateswm42016-08-261-11/+9
* x11, wayland: always round up wait timeswm42016-08-262-2/+2
* vo: remove redundant wakeupwm42016-08-261-1/+3
* demux: close underlying stream if it's fully read anywaywm42016-08-263-3/+34
* player: don't directly access demuxer->streamwm42016-08-264-6/+7
* cache: don't use a backbuffer if the cache is as large as the filewm42016-08-261-10/+14
*