summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* stream_memory: disable stream cachewm42016-08-261-0/+1
* w32_common: use hooks to detect parent window resizeJames Ross-Gowan2016-08-261-35/+117
* vo_opengl: angle: new opengl flag to control DirectCompositionAvi Halachmi (:avih)2016-08-254-2/+23
* x11: work around mutter fullscreen issuewm42016-08-251-3/+11
* audio: avoid missed wakeups with ab-loopswm42016-08-241-1/+5
* vd_lavc: minor simplificationwm42016-08-231-3/+1
* ad_lavc: actually tell decoder about the timebasewm42016-08-231-0/+1
* ao_alsa: log if retrieving supported channel maps failswm42016-08-221-1/+3
* audio: do not apply --audio-channels if spdif passthrough is in usewm42016-08-221-5/+9
* demux: demote packet queue overflow to a warningwm42016-08-221-3/+3
* player: log if video is considered an imagewm42016-08-211-0/+1
* manpage: fix typowm42016-08-201-1/+1
* vo: be more trusting to estimated display FPSwm42016-08-201-8/+5
* player: update Windows playback state asynchronouslywm42016-08-203-8/+33
* ta: add a helper macrowm42016-08-201-0/+4
* vo: fix mismatching types in pointer operationwm42016-08-202-3/+3
* af_lavrresample: better swr reinitializationPaul B Mahol2016-08-201-4/+5
* manpage: info about --panscan vs. --video-unscaledrr-2016-08-191-1/+4
* aspect: add --video-unscaled=downscale-bigrr-2016-08-193-7/+13
* af_lavrresample: fix error if resampler could not be recreatedwm42016-08-191-4/+5
* command: prevent O(n^2) behaviour for playlist propertyJames Ross-Gowan2016-08-201-3/+25
* vd_lavc: remove unnecessary initializationwm42016-08-191-1/+0
* demux: change fps field to doublewm42016-08-191-1/+1
* video/audio: always provide "proper" timestamps to libavcodecwm42016-08-198-5/+39
* av_common: improve rounding for float->int timestamp conversionswm42016-08-191-2/+4
* player: refresh very low framerate video on filter changeswm42016-08-191-1/+3
* vf_rotate: allow arbitrary rotationwm42016-08-192-4/+11
* github: fix typowm42016-08-181-1/+1
* github: encourage bug reportswm42016-08-181-1/+3
* demux_lavf: don't report start time for oggwm42016-08-181-2/+6
* player: make looping slightly more seamlesswm42016-08-185-42/+38
* audio: improve aspects of EOF handlingwm42016-08-183-19/+47
* video: don't discard video frames after endptswm42016-08-183-3/+13
* build: make avutil-mastering-metadata check slightly more robustwm42016-08-181-1/+1
* manpage: input: fix define-section syntaxjaseg2016-08-171-2/+2
* player: add option to control duration of image displaywm42016-08-175-12/+48
* m_option: add mechanism to allow inf/-inf float optionswm42016-08-171-1/+2
* m_option: simplify float value range handlingwm42016-08-171-21/+3
* demux: fix undefined behavior with ogg metadata updatewm42016-08-161-1/+1
* af_lavrresample: work around libswresample misbehaviorwm42016-08-161-10/+10
* player: allow passing flags to queue_seek()wm42016-08-156-24/+31
* DOCS: Update versionMartin Herkt2016-08-152-2/+2
* vo_direct3d: add missing headerPaul B Mahol2016-08-141-0/+1
* sub: don't potentially discard too many subtitles on seekwm42016-08-143-3/+13
* command: add replaygain information properties to track-listwm42016-08-132-0/+26
* demux: minor cleanup to replaygain error handlingwm42016-08-131-12/+9
* demux: make ALBUM replaygain tags optionalwm42016-08-131-3/+7
* audio: log replaygain values in af_volume instead demuxerwm42016-08-132-12/+11
* demux: add per-track metadatawm42016-08-125-59/+143
* audio/filter: remove delay audio filterPaul B Mahol2016-08-124-225/+0
* github: encourage providing sample fileswm42016-08-111-2/+6
* command: add a property that returns filename without extensionwm42016-08-112-1/+19
* manpage: remove the word "slave"wm42016-08-111-6/+6
* stream/stream_bluray: display list of available titles on verboseRicardo Constantino2016-08-111-0/+6
* player: add --no-autoload-files optionwm42016-08-104-0/+19
* ao_alsa: make pause state more robust, reduce minor code duplicationwm42016-08-091-22/+25
* ao_alsa: handle --audio-stream-silencewm42016-08-091-9/+51
* player: add --audio-wait-open optionswm42016-08-095-0/+20
* player: add --audio-stream-silencewm42016-08-098-2/+27
* ao_coreaudio: actually use stop callbackwm42016-08-092-2/+2
* af_lavcac3enc: allow passing options to libavcodecwm42016-08-091-0/+7
* wscript: improve stdatomic checkThomas Petazzoni2016-08-091-1/+1
* stream: fix double-free if cache init failswm42016-08-081-1/+3
* demux: do not add packets between refresh seek requested and donewm42016-08-081-1/+1
* stream_cb: fix stale commentwm42016-08-081-1/+1
* DOCS/release-policy.md: reminder to update certain version numberswm42016-08-071-1/+2
* client API: bump API for stream_cbwm42016-08-072-2/+4
* client API: add stream_cb API for user-defined stream implementationsAman Gupta2016-08-079-3/+428
* client API: fix indentationwm42016-08-071-1/+1
* client API: add MPV_ERROR_GENERICwm42016-08-072-1/+6
* w32_common: update window size on resize eventswm42016-08-071-0/+6
* player: gross hack to improve non-hr seeking with external audio trackswm42016-08-073-0/+30
* player: fix mid-stream audio sync conditionwm42016-08-071-3/+3
* player: fix display-sync timing if audio take long on resumewm42016-08-073-0/+15
* demux_timeline: enable refresh seeks in some situationswm42016-08-071-0/+5
* demux: make refresh seek handling more genericwm42016-08-064-19/+34
* player: sync audio as well when enabling it mid-streamwm42016-08-061-0/+3
* demux: fix a minor race conditionwm42016-08-061-10/+12
* player: improve instant track switchingwm42016-08-065-87/+80
* build: always require atomicswm42016-08-052-26/+10
* ao_wasapi: in exclusive mode do not output multichannel by defaultwm42016-08-051-1/+1
* w32_common: don't wait for GUI thread when polling for eventswm42016-08-051-8/+12
* ao_null: use channel list option type for channel-layouts suboptionwm42016-08-051-11/+5
* options: fix channels options copy/free operationswm42016-08-051-0/+6
* tvi_v4l2: fix style in the uninit functionBen Boeckel2016-08-051-4/+6
* tvi_v4l2: explicitly brace the codeBen Boeckel2016-08-051-1/+4
* github: discourage bug reportswm42016-08-051-0/+3
* audio: use --audio-channels=auto behavior, except on ALSAwm42016-08-0417