summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ytdl_hook: support native dash demuxer, if presentRicardo Constantino2018-01-151-1/+44
* libmpv/opengl_cb.h: mention OpenGL ES 2.0 supportLeo Izen2018-01-141-3/+4
* osc: leave only demuxer cache duration and limit its refresh rateRicardo Constantino2018-01-141-19/+16
* osd: treat user provided term-status-msg the same as the defaultKevin Mitchell2018-01-141-20/+24
* osd: reference local pointer to mpctx->optsKevin Mitchell2018-01-131-2/+2
* af_lavrresample: deprecate this filterwm42018-01-135-5/+27
* options: deprecate --vf-defaults and --af-defaultswm42018-01-132-2/+10
* audio: add global options for resampler defaultswm42018-01-1312-30/+116
* audio/aframe: add missing include statementswm42018-01-131-0/+2
* video: change some mp_image_pool semanticswm42018-01-136-14/+16
* player: silence config file loading message on resumingwm42018-01-131-6/+7
* client API: remove ytdl=no defaultwm42018-01-134-3/+4
* manpage: remove stale vo_wayland entrywm42018-01-131-19/+0
* ytdl_hook: look for the right ytdl binary according to systemRicardo Constantino2018-01-121-1/+2
* ytdl_hook: be more informative when youtube-dl failsRicardo Constantino2018-01-121-2/+8
* build: rpi: add missing linker flags to fix buildIlya Tumaykin2018-01-101-1/+1
* manpage: update references to gpu VOdaschiller2018-01-103-12/+12
* demux: include beginning of stream state in cached seekable rangewm42018-01-101-5/+19
* demux: fight libavformat cover art hack harderwm42018-01-101-1/+1
* demux: add missing seekpoint when cached ranges are joinedwm42018-01-101-0/+8
* input: make command argument list a dynamic arraywm42018-01-105-55/+63
* stream_bluray: support detecting UHD BD directoriesRicardo Constantino2018-01-111-10/+7
* ytdl_hook: don't try to use webpage_url if non-existentRicardo Constantino2018-01-111-1/+1
* video, audio: don't actively wait for demuxer inputwm42018-01-092-0/+4
* command: make pause display the same osd-msg-bar as seekKevin Mitchell2018-01-072-4/+6
* command: default to osd-msg-bar for seeksKevin Mitchell2018-01-072-10/+7
* manpage: fix typos in osd level descriptionsKevin Mitchell2018-01-071-3/+3
* command: remove unnecessary whitespaceKevin Mitchell2018-01-071-67/+69
* ytdl_hook: actually use the script option from 87d3af6Ricardo Constantino2018-01-071-1/+1
* ytdl_hook: add script option to revert to trying youtube-dl firstRicardo Constantino2018-01-072-2/+8
* player: handle audio playback restart in central playback start codewm42018-01-072-4/+10
* demux: silence pointless/confusing warningwm42018-01-071-1/+1
* cache: fix --cache-initial status messagewm42018-01-071-4/+3
* player: slightly refactor/simplify cache pausing logicwm42018-01-072-39/+37
* demux_null: mark as seekablewm42018-01-061-0/+1
* player: strictly never autoselect tracks from --external-fileswm42018-01-064-1/+9
* ytdl_hook: check for possible infinite loop in playlist generationRicardo Constantino2018-01-061-7/+8
* ytdl_hook: add additional check for comedycentral urlsRicardo Constantino2018-01-061-1/+2
* demux: include EOF state in cached seekable rangewm42018-01-051-3/+20
* demux: export some debugging fields about low level demuxer behaviorwm42018-01-053-3/+30
* demux: fix crash due to incorrect seek range accountingwm42018-01-051-1/+9
* vo_gpu: hwdec_dxva2dxgi: initial implementationJames Ross-Gowan2018-01-065-2/+474
* stream: use native libavformat reconnection featurewm42018-01-044-64/+3
* ytdl_hook: update obsolete warning about retrying URL if failedRicardo Constantino2018-01-041-1/+1
* vo_gpu: d3d11: check for NULL backbuffer in start_frameJames Ross-Gowan2018-01-041-2/+6
* vo_gpu: d3d11: don't use a bgra8 swapchainJames Ross-Gowan2018-01-041-19/+8
* player: cosmetics: rename internal variable for consistencywm42018-01-033-5/+5
* player: add --cache-pause-initial option to start in buffering statewm42018-01-034-0/+27
* player: use fixed timeout for cache pausing (buffering) durationwm42018-01-035-11/+15
* manpage: slightly improve description of --cache-pause optionwm42018-01-031-3/+4
* av_log: stop accessing private ffmpeg fieldswm42018-01-031-2/+2
* m_option: add print callback to start/end/lengthRicardo Constantino2018-01-031-0/+18
* osc: add seekbarkeyframes as a user optiondudemanguy2018-01-032-2/+12
* player: remove internal `vo-resize` command againsfan52018-01-024-10/+1
* vo_gpu/context_android: replace both options with android-surface-sizesfan52018-01-024-8/+11
* client API: be more explicit about how to make libmpv use config fileswm42018-01-021-1/+5
* stream_lavf: minor fixes to HTTP reconnection supportwm42018-01-022-6/+14
* options: move most subtitle and OSD rendering options to sub structswm42018-01-0215-153/+222
* sub: move all subtitle timestamp messing code to a central placewm42018-01-026-52/+80
* command: add demuxer-lavf-list propertyRicardo Constantino2018-01-024-0/+37
* player: add on_load_fail hookRicardo Constantino2018-01-023-5/+19
* osc: check if demuxer cache has not reached eofRicardo Constantino2018-01-021-3/+3
* ytdl_hook: fix single-entry playlistsRicardo Constantino2018-01-021-9/+8
* video, audio: always read all frames before getting next packetwm42018-01-013-3/+42
* vo_gpu/android: fallback to EGL_WIDTH/HEIGHTAman Gupta2018-01-012-5/+19
* mpv.rc: readd actual version infoRicardo Constantino2018-01-011-2/+2
* build: use unicode codepage in windresRicardo Constantino2018-01-011-1/+2
* build: move copyright statement to a shared locationwm42018-01-016-5/+9
* Update copyright yearwm42018-01-012-2/+2
* build: generate version.h before anything elseStefano Pigozzi2018-01-011-0/+5
* main: fix typowm42018-01-011-1/+1
* vo_gpu: d3d11: avoid copying staging buffers to cbuffersJames Ross-Gowan2018-01-011-48/+15
* player/playloop.c: Revert --loop-file and --start interactionLeo Izen2017-12-311-13/+5
* demux_mkv: fix x264 hack if video track uses header compressionwm42017-12-301-1/+7
* manpage: put android surface options on one lineKevin Mitchell2017-12-281-2/+1
* demux_mkv: add hack to pass along x264 version to decoderwm42017-12-283-0/+55
* vd_lavc: add an option to explicitly workaround x264 4:4:4 bugwm42017-12-282-0/+17
* demux_mkv: maintain a small packet read queuewm42017-12-281-22/+39
* vd_lavc: fix crash with RPI hwdecwm42017-12-281-1/+2
* player: add internal `vo-resize` commandsfan52017-12-277-2/+19
* vo_gpu/context: Let embedding application handle surface resizessfan52017-12-274-10/+33
* manpage: fix typo in warningBisaloo2017-12-271-1/+1
* vo_gpu: EGL: provide SwapInterval to generic codewm42017-12-271-0/+10
* vf_vdpaupp: fix error handling and software input modewm42017-12-271-5/+9
* osc: hide cache if not forced for local filesRicardo Constantino2017-12-261-13/+7
* stats: enhance cache statsJulian2017-12-261-19/+35
* lua: implement mp_utils.format_bytes_humanizedJulian2017-12-261-0/+10
* encode: implement --oset-metadata, and --oremove-metadataTheAMM2017-12-263-1/+48
* encode: rename option --ometadata to --ocopy-metadataTheAMM2017-12-265-5/+7
* tags: add mp_tags_removeKevin Mitchell2017-12-262-0/+21
* options: add -add/-append actions to key/value listswm42017-12-262-4/+32
* DOCS/interface-changes.rst: fix minor typoswm42017-12-251-2/+2
* osc: make seek ranges rendering optionalpavelxdd2017-12-262-0/+9
* options: drop some previously deprecated optionswm42017-12-2510-95/+5
* wscript: remove redundant libraries check for shaderc-staticshinchiro2017-12-241-2/+1
* vo_gpu: vulkan: fix segfault due to index mismatchNiklas Haas2017-12-251-5/+8
* vo_gpu: vulkan: fix some image barrier odditiesNiklas Haas2017-12-251-10/+5
* vo_gpu: vulkan: omit needless #defineNiklas Haas2017-12-251-5/+0
* vo_gpu: vulkan: fix sharing mode on malloc'd buffersNiklas Haas2017-12-251-1/+0
* vo_gpu: vulkan: fix dummyPass creationNiklas Haas2017-12-251-1/+1
* vo_gpu: vulkan: fix the rgb565a1 names -> rgb5a1Niklas Haas2017-12-251-2/+2
* vo_gpu: vulkan: allow disabling async tf/compNiklas Haas2017-12-254-4/+38
* vo_gpu: vulkan: refine queue family selection algorithmNiklas Haas2017-12-251-2/+7
* vo_gpu: vulkan: prefer vkCmdCopyImage over vkCmdBlitImageNiklas Haas2017-12-251-8/+31
* vo_gpu: attempt re-using the FBO format for p->output_texNiklas Haas2017-12-254-1/+13
* vo_gpu: vulkan: properly depend on the swapchain acquire semaphoreNiklas Haas2017-12-253-15/+25
* vo_gpu: vulkan: use correct access flag for presentNiklas Haas2017-12-251-2/+3
* vo_gpu: vulkan: make the swapchain more robustNiklas Haas2017-12-251-23/+50
* vo_gpu: aggressively prefer async computeNiklas Haas2017-12-253-1/+12
* vo_gpu: vulkan: support split command poolsNiklas Haas2017-12-257-164/+283
* vo_gpu: invalidate fbotex before drawingNiklas Haas2017-12-254-10/+11
* vo_gpu: allow invalidating FBO in renderpass_runNiklas Haas2017-12-253-5/+22
* vo_gpu: vulkan: properly track image dependenciesNiklas Haas2017-12-253-44/+121
* vo_gpu: vulkan: add a vk_signal abstractionNiklas Haas2017-12-253-0/+144
* vo_gpu: vulkan: refactor command submissionNiklas Haas2017-12-255-72/+90
* vo_gpu: vulkan: reorganize vk_cmd slightlyNiklas Haas2017-12-255-57/+58
* vo_gpu: vulkan: refactor vk_cmdpoolNiklas Haas2017-12-256-194/+189
* Update VERSIONMartin Herkt2017-12-251-1/+1
* Release 0.28.0v0.28.0Martin Herkt2017-12-253-58/+118
* ytdl_hook: use table concat for playlist buildingRicardo Constantino2017-12-241-5/+4
* ytdl_hook: don't preappend ytdl:// to non-youtube links in playlistsRicardo Constantino2017-12-241-1/+5
* player: update duration based on highest timestamp demuxedwm42017-12-245-0/+28
* player: allow seeking in cached parts of unseekable streamswm42017-12-243-28/+52
* stream_libarchive: fix seeking fallbackwm42017-12-241-14/+14
* cache: propagate underlying stream seek errors in some caseswm42017-12-241-1/+12
* command: use IEC symbols for file size formattingMartin Herkt2017-12-241-4/+4
* wscript: support static linking of shadercMartin Herkt2017-12-241-1/+16
* player: make track language matching case insensitivewm42017-12-232-2/+2
* demux_mkv: fix off by one errorwm42017-12-231-3/+1
* demux: note refresh state separately in debug outputwm42017-12-231-5/+5
* osc: show demuxer cache buffered amount in byteswm42017-12-231-2/+6
* player: show demuxer cache buffered amount in bytes in the status linewm42017-12-233-6/+13
* cache: lower default size to 2*10MBwm42017-12-232-4/+4
* demux: bump the demuxer cache readahead durationwm42017-12-232-2/+4
* demux: always discard cached packets on track switcheswm42017-12-231-8/+43
* travis: stop excluding ffmpeg-gitRicardo Constantino2017-12-222-3/+1
* options: deprecate --ff- options and propertieswm42017-12-215-5/+16
* build: use a list instead of a string for rpi cflagsScott Zeid2017-12-211-4/+4
* Restore Libav supportwm42017-12-213-1/+4
* hwdec: remove unused fieldswm42017-12-213-9/+0
* vo_mediacodec_embed: implement hwcontextAman Gupta2017-12-203-2/+31
* command: make video-frame-info property observablewm42017-12-201-1/+1
* vo_gpu: win: remove exclusive-fullscreen detection hackJames Ross-Gowan2017-12-204-130/+0
* w32_common: refactor and improve window state handlingpavelxdd2017-12-191-131/+151
* w32_common: use RECT for storing screen and window size & positionpavelxdd2017-12-191-100/+71
* client API: change --stop-playback-on-init-failure defaultwm42017-12-173-6/+7
* vo_gpu: hwdec_drmprime_drm: don't crash for non-GL contextswm42017-12-171-0/+3
* dvb: Fix long channel switching: next/prev channelrim2017-12-161-4/+4
* dvb: Add multiple frontends support: MAX_FRONTENDS now 8.rim2017-12-164-88/+99
* js: implement mp.msg.trace()TheAMM2017-12-163-5/+8
* lua: implement mp.msg.traceNiklas Haas2017-12-151-0/+1
* msg: bump up log level of --log-fileNiklas Haas2017-12-152-5/+5
* msg: reinterpret a bunch of message levelsNiklas Haas2017-12-1518-86/+69
* README: some rewording and markdown improvementsLarivact2017-12-151-8/+8
* README: reorganize table of contentsLarivact2017-12-151-3/+12
* options: rename 'error' labels to 'exit' where appropriatepavelxdd2017-12-161-13/+13
* options: don't report errors on help value for OPT_SIZE_BOXpavelxdd2017-12-161-4/+10
* ipc: avoid dereferencing NULLMartin Shirokov2017-12-151-7/+17
* vd_lavc: rename --hwdec=rpi to --hwdec=mmalwm42017-12-153-6/+4
* vd_lavc: use libavcodec metadata for hardware decoder wrapperswm42017-12-152-26/+9
* csputils: Add support for Display P3 primariesVittorio Giovara2017-12-142-2/+5
* csputils: Fix DCI P3 primaries white pointVittorio Giovara2017-12-141-1/+2
* subprocess-win: don't change the mouse cursor in CreateProcesspavelxdd2017-12-141-1/+1
* lua+js: implement utils.file_info()TSaaristo2017-12-134-0/+109
* sd_ass: accept otc as fallback OpenType collection file extensionLeo Izen2017-12-131-1/+1
* sd_ass: accept RFC8081 font media typesLeo Izen2017-12-131-0/+4
* vf_buffer: remove this filterwm42017-12-124-94/+0
* options: don't report errors on help value for OPT_GEOMETRYpavelxdd2017-12-111-4/+11
* options: don't report errors on help value for OPT_COLORpavelxdd2017-12-111</