summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* screenshot: change details of --screenshot-format handlingwm42017-03-181-2/+3
* screenshot: minor simplificationwm42017-03-181-7/+4
* player: specifically log audio EOF toowm42017-03-141-1/+3
* osc: fix window dragging with showwindowed=noAkemi2017-02-271-0/+2
* client: call certain external functions outside of client lockwm42017-02-241-2/+3
* lavfi: temporary workaround for FFmpeg av_buffersrc_parameters_set() bugwm42017-02-221-0/+9
* player: don't block playback stop when seekingwm42017-02-211-3/+0
* player: fix stats-logging of sleep statewm42017-02-211-2/+3
* player: remove unnecessary wakeupwm42017-02-211-1/+0
* player: reduce blocking on VO when switching pausewm42017-02-211-2/+2
* command: add a redundant NULL checkwm42017-02-201-1/+1
* command: fix wrong sizeof() argumentwm42017-02-201-1/+1
* lavfi: support hwdec filters for --lavfi-complexwm42017-02-203-0/+22
* lavfi: use AVBufferSrcParameterswm42017-02-201-23/+34
* lavfi: use mp_image to store the filter pad formatwm42017-02-201-16/+19
* lavfi: fix minor memory leakwm42017-02-131-9/+11
* atomic: remove __atomic builtin usagewm42017-02-131-1/+1
* ytdl_hook: support livestream segmented DASH VODsRicardo Constantino2017-02-101-4/+6
* lavfi: cosmetics: more consistent variable namingwm42017-02-091-3/+3
* lavfi: slightly better disconnected output handlingwm42017-02-081-6/+14
* player: add experimental stream recording featurewm42017-02-074-0/+126
* ytdl_hook: reenable support for length-less segments in EDLRicardo Constantino2017-02-061-12/+28
* ytdl_hook: fix EDL syntaxwm42017-02-051-1/+1
* ytdl_hook: Add non-dash fallbacks to default formatsRicardo Constantino2017-02-041-3/+3
* ytdl_hook, edl: implement pseudo-DASH supportwm42017-02-041-3/+9
* ytdl: support segmented dashRicardo Constantino2017-02-041-12/+16
* sub: remove .txt as text subtitle extensionwm42017-02-031-1/+1
* player: different way to auto-enable the demuxer cachewm42017-02-021-5/+7
* osx: consistent normalisation when searching for external filesAkemi2017-02-021-3/+13
* osc: allow playlist buttons when loopingRicardo Constantino2017-02-011-2/+3
* osc: box: clip with ellipsis after too much stretchingRicardo Constantino2017-01-311-2/+9
* osc: bottom/topbar: clip title instead of stretchingRicardo Constantino2017-01-311-4/+6
* player: add .scc subtitle extensionwm42017-01-311-1/+2
* command: nicer OSd-formatting for loop-filewm42017-01-311-0/+1
* ytdl_hook: refactor edl track joiningRicardo Constantino2017-01-301-20/+28
* ytdl_hook: respect --no-audio, don't force-select trackRicardo Constantino2017-01-301-1/+1
* player: print hw format on "VO: " line toowm42017-01-291-2/+5
* ytdl_hook: fix opening hitbox.tv rtmp streamRicardo Constantino2017-01-291-0/+2
* win32: snap to screen edgespavelxdd2017-01-271-0/+1
* command: shorten long playlists on OSDwm42017-01-261-4/+77
* stream_lavf: add support for data URIsRicardo Constantino2017-01-251-1/+1
* osc: fix crashes related to field eventresponder being nilRoland Hieber2017-01-251-0/+1
* command: fix potential crash for script-binding with multi-commandswm42017-01-241-1/+2
* player: actually initialize/destroy MPContext.lockwm42017-01-221-0/+3
* player: remove --stream-capture option/propertywm42017-01-213-29/+18
* command: rename framedrop propertieswm42017-01-201-6/+10
* player: actually let cache readahead after opening demuxer for prefetchwm42017-01-191-0/+1
* player: also log if completely prefetched URL is discardedwm42017-01-191-1/+4
* player: add prefetching of the next playlist entrywm42017-01-185-91/+142
* player: restructure cancel callbackwm42017-01-185-5/+40
* player: move some minor demuxer setup codewm42017-01-181-3/+4
* lua: close directory after reading its entriesWilliam Woodruff2017-01-171-0/+1
* video: support filtering hardware frames via libavfilterwm42017-01-161-0/+1
* lua: allow unregistration of idle handlersOlivier Perret2017-01-151-0/+10
* scripting: don't call dlclose() on C pluginswm42017-01-141-2/+2
* scripting: minor logging improvementswm42017-01-144-5/+9
* player: add experimental C plugin interfacewm42017-01-121-0/+34
* client API: fix freeze when destroying mpv_handle before mpv_initializewm42017-01-121-1/+7
* cuda: use libavutil functions for copying hw surfaces to memorywm42017-01-121-6/+10
* player: change aspects of cover art handlingwm42017-01-102-5/+23
* command: remove worthless error handling codewm42017-01-091-6/+5
* client API: handle missing MPV_FORMAT_BYTE_ARRAY case in compare_valuewm42017-01-091-0/+6
* audio: stop being dumbwm42017-01-081-1/+1
* player: remove dysfunctional edition switching OSD codewm42017-01-054-10/+2
* client API: fix mpv_set_property() return value before initwm42017-01-041-0/+1
* Update copyright yearwm42017-01-011-1/+1
* osc: bottombar/topbar: make chapter markers slightly biggerRicardo Constantino2016-12-251-17/+18
* video: use demuxer-signaled duration for last video framewm42016-12-212-0/+9
* options: change --h=... behaviorwm42016-12-161-1/+1
* manpage: replace `-vo` with `--vo`Douglas Christman2016-12-081-1/+1
* Remove compatibility thingswm42016-12-071-4/+0
* osc: replace length property with durationpavelxdd2016-12-041-1/+1
* osc: don't hide playlist buttons, just disableRicardo Constantino2016-12-021-5/+6
* osc: topbar: use same styles as bottombarRicardo Constantino2016-12-021-13/+13
* player: don't print format detection error when aborting loadingwm42016-11-291-1/+1
* options: some simplificationswm42016-11-291-2/+1
* command: warn against deprecated properties in all caseswm42016-11-231-13/+9
* osc: fix use of deprecated idle propertyRicardo Constantino2016-11-221-1/+1
* command: redefine some deprecated propertieswm42016-11-221-37/+0
* client API: turn mpv_suspend() and mpv_resume() into stubswm42016-11-226-74/+8
* osc: fix possible race condition in right timecodeRicardo Constantino2016-11-211-2/+1
* player: removing last playlist entry while looping should not stopwm42016-11-181-1/+1
* player: make sure non-video subtitle rendering is reset if video resumeswm42016-11-181-3/+3
* ytdl_hook: sort chapters by timeRicardo Constantino2016-11-151-1/+1
* osc: add seekbarstyle=knobRicardo Constantino2016-11-091-4/+16
* osc: fix crashes when dragging seekbar across file changesRicardo Constantino2016-11-081-2/+3
* osc: slimbox: fix clipping with seekbarstyle=barRicardo Constantino2016-11-071-1/+3
* osc: add alpha animation to tooltipRicardo Constantino2016-10-311-1/+14
* player: enable no-video subtitle display on coverart toowm42016-10-312-2/+2
* player: don't try updating subtitles while playback PTS doesn't progresswm42016-10-301-2/+2
* osc: top/bottombar: rescale layout to same size with scale=1Ricardo Constantino2016-10-291-49/+53
* osc: top/bottombar: scale title if too large like boxRicardo Constantino2016-10-291-14/+24
* osc: compromise on default deadzonesizeRicardo Constantino2016-10-291-2/+2
* osc: don't wrap the titleRicardo Constantino2016-10-291-1/+1
* osc: top/bottombar: also scale when min-width is reachedRicardo Constantino2016-10-291-12/+34
* osc: top/bottombar: dynamically size timecodes according to timemsRicardo Constantino2016-10-291-9/+14
* osc: fix missing chapter ticks with seekbarstyle=barRicardo Constantino2016-10-291-0/+1
* player: show subtitles on VO if --force-window is usedwm42016-10-263-1/+17
* player: consistently initialize screensaver state with --force-windowwm42016-10-261-1/+1
* osc: fix crash with no chaptersRicardo Constantino2016-10-251-4/+4
* command: if window-scale can't be set properly, set it as optionwm42016-10-251-13/+8
* osc: Fix and simplify limited_listMiroslav Koskar2016-10-251-28/+25
* osc: add script message handlers for chapter/track/playlistsRicardo Constantino2016-10-241-0/+13
* player: make --start-time work with --rebase-start-time=noAman Gupta2016-10-221-0/+3
* command: silence deprecation warnings with --reset-on-next-file=allwm42016-10-221-2/+11
* command: fix reset-on-next-file=all and tv-freq optionwm42016-10-221-1/+2
* player: don't leave buffering during underflowwm42016-10-211-2/+2
* player: guard against MPSEEK_RELATIVE when current pts is unknownAman Gupta2016-10-211-0/+2
* audio: force pts_reset only when pts jumps forward more than 5sAman Gupta2016-10-211-2/+2
* player: speed up audio/video re-sync when there is a huge delayAman Gupta2016-10-211-1/+2
* osc: fix crash after reaching a certain position in limited listsRicardo Constantino2016-10-201-1/+1
* osc: use the same characters as track list for playlist/chapterRicardo Constantino2016-10-171-10/+4
* osc: fix chapter/playlist listing if emptyRicardo Constantino2016-10-151-1/+1
* osc: show playlist/chapter list on prev/next instead of osdRicardo Constantino2016-10-151-4/+16
* osc: fix listing of chapters and playlistRicardo Constantino2016-10-151-10/+87
* osc: fix display of chapters and playlist scalingRicardo Constantino2016-10-151-2/+11
* osc: add user-alterable margin for top/bottombarRicardo Constantino2016-10-151-5/+6
* osc: add right-click behavior to playlist and chapter buttonsRicardo Constantino2016-10-151-0/+8
* osc: change default layout to bottombarRicardo Constantino2016-10-151-6/+6
* ytdl_hook: Add title to playlist items if availableRicardo Constantino2016-10-151-0/+6
* osc: move tooltip to inside seekbar for top/bottombarRicardo Constantino2016-10-071-25/+28
* osc: change seekbar background's alpha scalingRicardo Constantino2016-10-071-2/+4
* osc: align text vertically in top/bottombarRicardo Constantino2016-10-071-32/+39
* ytdl_hook: add chapters by parsing video's descriptionMaurycy Skier2016-10-061-0/+46
* options: handle --audio-device changes like the other optionswm42016-10-051-4/+1
* audio: move some fallback handling to common AO reload functionwm42016-10-053-34/+36
* command: flush and uninitialize audio output first on option changeswm42016-10-051-1/+3
* command: include deprecated/aliased options in property bridgewm42016-10-041-18/+28
* player: fix previous commitwm42016-10-032-5/+10
* command: allow absolute seeks relative to end of streamPhilip Sequeira2016-10-021-0/+9
* audio: fix late audio startwm42016-10-021-1/+3
* player: make --stop-screensaver runtime-changeablewm42016-10-025-8/+20
* player: enable reading from stdin after loading input.confwm42016-09-293-7/+8
* ytdl_hook: Set aspect ratio for anamorphic videoRicardo Constantino2016-09-281-0/+6
* win32: make --priority runtime-settableJames Ross-Gowan2016-09-282-9/+16
* command: fix inverted condition in sub-reload commandwm42016-09-261-1/+1
* player: allow opts in pseudo-gui set by the user to override user's defaultRicardo Constantino2016-09-261-2/+5
* video: trust demuxer framerate on invalid timestampswm42016-09-261-1/+1
* scripting: don't attempt to load builtin scripts twicewm42016-09-261-1/+0
* osc: Fix scaling issues when toggling fullscreenRicardo Constantino2016-09-251-0/+1
* lua: complain loudly if Lua state creation failswm42016-09-251-1/+3
* player: fix instant subtitle refresh on track switcheswm42016-09-241-0/+3
* 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
* player: fix intended pseudo-gui behaviorwm42016-09-231-3/+3
* player: do not let pseudo-gui override user config settingswm42016-09-231-0/+3
* m_config, command: remove some minor code duplicationwm42016-09-231-3/+2
* command: make most options observablewm42016-09-231-0/+6
* command: fix potential UBwm42016-09-231-5/+5
* x11: fix external fullscreen updatewm42016-09-231-0/+9
* player: make audio-channels etc. runtime settablewm42016-09-221-0/+7
* command: add a load-script commandwm42016-09-223-5/+13
* 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
* player: add --watch-later-directory optionDavid Logie2016-09-221-2/+10
* client API: more or less deprecate mpv_set_option()wm42016-09-211-2/+11
* options: make input options generally runtime-settablewm42016-09-212-9/+26
* client API: fix init/destruction race conditionswm42016-09-213-8/+19
* lua: add API for registering idle handlerswm42016-09-211-0/+10
* lua: run timers only after draining the event queuewm42016-09-211-12/+11
* lua: expose subprocess_detachedrr-2016-09-211-0/+32
* 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-201-1/+16
* command: change update handling of some video-related propertieswm42016-09-201-24/+9
* player: kill associated OSD and key bindings when removing a scriptwm42016-09-203-2/+7
* audio: fix segfault when yanking USB DACKevin Mitchell2016-09-201-0/+1
* player: make --osc/--ytdl settable during playbackwm42016-09-203-4/+36
* options, command: simplify some option updateswm42016-09-191-47/+13
* client API: revert some relaxations about calling mpv_initialize()wm42016-09-191-0/+16
* player: minor changes in init codewm42016-09-194-19/+11
* player: make --log-file and --dump-stats freely settable at runtimewm4