summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* player: print desync message on negative A/V-sync toowm42015-02-031-1/+1
* player: use correct type for some relative timeswm42015-02-031-3/+3
* player: fix framestep over timeline segment boundarieswm42015-01-271-0/+2
* options: list correct default value for --screenshot-templatewm42015-01-271-1/+1
* lua: do not use math.pow()wm42015-01-261-1/+1
* ytdl: implement user-agent and cookie overrideswm42015-01-261-5/+34
* player: some fixes for property notificationxylosper2015-01-252-4/+4
* audio: don't force any parameters if spdif is usedwm42015-01-251-5/+3
* player: mention mpv encoding support for transcoding in desync. warningwm42015-01-251-1/+1
* video: fix waiting for last frame/format reconfigwm42015-01-251-1/+1
* player: respect --untimed on last framewm42015-01-251-1/+1
* player: respect --untimed on video format changeswm42015-01-251-1/+1
* OSC: Reset all styles for idle messageChrisK22015-01-251-6/+6
* osc: fix disabling OSCwm42015-01-251-1/+5
* player: fallback to seek time for percent-pos propertywm42015-01-251-2/+2
* player: enable demuxer thread for external audio fileswm42015-01-251-0/+9
* tl_matroska: check chapter boundswm42015-01-251-6/+9
* vf_vapoursynth: pass through container FPS valuewm42015-01-251-10/+8
* x11: make display-names property observablewm42015-01-251-1/+1
* video: better pipelining with vf_vapoursynthwm42015-01-253-4/+26
* OSC: idlemessage: fix alignmentChrisK22015-01-251-3/+3
* OSC: display "drop files here" message when idle + forced-windowChrisK22015-01-251-2/+52
* player: print config.h contents in verbose modewm42015-01-251-6/+14
* command: make the "run" command work on Windows toowm42015-01-251-22/+35
* command: stip path from playlist OSD displaywm42015-01-251-2/+8
* command: ignore chapter cycling if there's only 1 chapterwm42015-01-251-2/+5
* player: fix random crashes on uninitializationwm42015-01-251-0/+1
* player: cosmetics: rename a functionwm42015-01-253-7/+7
* client API: fix mpv_wakeup()wm42015-01-251-2/+2
* client API: be more lenient about mpv_suspend/resume mismatcheswm42015-01-253-29/+53
* player: update chapter marks when switching fileswm42015-01-251-1/+4
* player: don't ignore relative seeks by 0 secondswm42015-01-251-4/+0
* command: avoid returning invalid FPS valueswm42015-01-251-3/+5
* player: reset frame step counter on seekswm42015-01-252-1/+1
* lua: add a function that formats Lua values as stringswm42015-01-251-16/+21
* ytdl_hook: Check for empty playlistsChrisK22015-01-251-1/+7
* player: respect --untimed on last framewm42015-01-251-1/+3
* player: respect --untimed on video format changeswm42015-01-251-1/+1
* player: don't fall asleep on audio decoding errorswm42015-01-251-0/+2
* player: fix --stop-playback-on-init-failure on audio init failurewm42015-01-251-2/+1
* command: make empty vf-metadata not an errorwm42015-01-251-11/+6
* options: expand ~ for the include optionStefano Pigozzi2015-01-251-1/+5
* player: make --shuffle/--merge-files affect runtime loaded playlistswm42015-01-254-15/+26
* sub: reset sub decoder correctly when cycling subtitleswm42015-01-251-3/+1
* lua: don't ignore key press events for script key bindingswm42015-01-251-2/+2
* client API: fix log buffer overflow casewm42015-01-251-3/+3
* player: fix crash wtih --secondary-sidwm42015-01-251-2/+3
* tl_matroska: fix minor memory leak in error casewm42015-01-251-5/+7
* player: check sufficient track selection before destroying VOwm42015-01-251-9/+9
* video: fix timeline with some container formatswm42015-01-251-0/+2
* ytdl: silence "succeeded" messagewm42015-01-251-1/+1
* Update copyright yearwm42015-01-251-1/+1
* player: ordered chapters: filter missing chapterswm42015-01-251-0/+9
* player: fix a typo in message outputwm42015-01-141-1/+1
* player: don't show "0%" percentage in infinite streamswm42015-01-142-4/+9
* ytdl: bump requrired youtube-dl version to 2014.11.26ChrisK22014-12-191-1/+1
* ytdl: Try to handle multi-arc videosChrisK22014-12-191-14/+37
* ytdl: When using DASH, print actual durationChrisK22014-12-191-1/+5
* command: fix crash with some forms of script_bindingwm42014-12-171-1/+1
* player: restore ab-loop settings with playback resumewm42014-12-171-0/+2
* build: fix --disable-libasswm42014-12-171-2/+2
* sub: remove assertionwm42014-12-081-2/+1
* osc, dvd, bd: fix mouse state when changing menu modeswm42014-12-082-4/+9
* discnav: remove redundant callwm42014-12-081-2/+0
* dvd, bd, osc: disable OSC while a menu is activewm42014-12-071-0/+9
* osc: always force mouse_move bindingwm42014-12-071-1/+1
* lua: fix broken error messagewm42014-12-071-1/+1
* player: don't signal an error if --stream-dump is usedwm42014-12-071-0/+1
* player: simplify and fix ordered chapter EOF handlingwm42014-12-012-17/+11
* command: sub_add with "auto" should not always select a subtitle trackwm42014-12-011-1/+3
* audio: alternative fix for previous commitwm42014-11-281-4/+1
* audio: fix busy loop when seeking while pausedwm42014-11-281-2/+4
* client API: make sure youtube-dl is not used by defaultwm42014-11-251-0/+1
* audio: make mp_audio_config_to_str return a stack-allocated stringwm42014-11-251-3/+2
* audio: make mp_chmap_to_str() return a stack-allocated stringwm42014-11-241-1/+1
* lua: remove redundant callwm42014-11-241-1/+0
* lua: always handle key repeat on the script sidewm42014-11-241-4/+5
* lua, ipc: remove leftoverswm42014-11-242-10/+0
* command: don't queue framestepswm42014-11-231-1/+14
* player: don't crash when using sub_seek without subtitleswm42014-11-231-2/+0
* input, lua: redo input handlingwm42014-11-234-43/+145
* client API: restrict client nameswm42014-11-232-20/+22
* input: set mouse area by default for all inputwm42014-11-231-1/+1
* lua: subprocess: move to osdep/subprocess-{win,posix}.cJames Ross-Gowan2014-11-221-478/+3
* lua: subprocess: use macros for SetHandleInformationJames Ross-Gowan2014-11-221-1/+2
* lua: subprocess: fix handle inheritance race conditionJames Ross-Gowan2014-11-221-11/+87
* lua: subprocess: fix Ctrl+C handling on WindowsJames Ross-Gowan2014-11-221-3/+11
* lua: subprocess: cancel pending I/O before returnJames Ross-Gowan2014-11-221-2/+7
* Remove some superfluous NULL checkswm42014-11-213-6/+2
* lua: add a way to add repeatable key bindingswm42014-11-211-3/+5
* command: dvd: better audio/video recovery on angle switchingwm42014-11-201-5/+2
* command: add drop_bufferswm42014-11-201-0/+10
* options: add --ytdl-format option for youtube-dl formatJaime Marquínez Ferrándiz2014-11-201-3/+12
* player: integrate ytdl_hook.luawm42014-11-192-0/+5
* lua: add youtube-dl hook scriptChrisK22014-11-191-0/+163
* command: add an ab_loop commandwm42014-11-181-0/+20
* command: improve A-B loop behaviorwm42014-11-183-3/+16
* lua: subprocess: support cancellation on WindowsJames Ross-Gowan2014-11-181-1/+9
* lua: subprocess: use overlapped I/O on WindowsJames Ross-Gowan2014-11-181-56/+133
* command: implement A-B loopswm42014-11-182-9/+65
* command: adjust previous commitwm42014-11-171-1/+3
* command: playlist property: return if an entry is currently playingwm42014-11-171-0/+2
* lua: subprocess: remove minor code duplicationwm42014-11-161-31/+22
* lua: subprocess: add Windows implementationJames Ross-Gowan2014-11-161-46/+257
* man: document osc seekbarstyle optionahoka2014-11-151-1/+1
* osc: add validation for string user optionsahoka2014-11-151-0/+16
* osc: add seekbarstyle optionahoka2014-11-151-0/+5
* sub: workaround braindead libass APIwm42014-11-153-10/+14
* command: list filters/VOs/AOs with option-infowm42014-11-141-0/+11
* command: export some option metadatawm42014-11-131-1/+33
* command: rename "option-flags" property to "option-info"wm42014-11-131-3/+3
* command: make sub-properties more flexiblewm42014-11-131-1/+1
* command: export mpv configure arguments as propertywm42014-11-131-0/+7
* player: simplify audio uninit on segment switcheswm42014-11-121-5/+4
* audio: fix some issues when reloading the AOwm42014-11-121-0/+3
* player: make the osd-msg prefix work for playlist_next/prevwm42014-11-114-1/+10
* audio: make decoders output refcounted frameswm42014-11-102-8/+8
* audio: change how filters are inserted on playback speed changeswm42014-11-101-42/+48
* player: don't try to use duration 0wm42014-11-101-1/+1
* dvd, bluray: reload demuxer on title changeswm42014-11-101-0/+1
* command: send property-change event on playlist changeAlessandro Ghedini2014-11-092-0/+6
* video/out: minor simplification to event query functionwm42014-11-091-1/+1
* audio/out: make ao_request_reload() idempotentwm42014-11-092-6/+6
* audio: handle reinit after AO reload slightly cleanerwm42014-11-091-8/+8
* player: improve audio time displaywm42014-11-081-1/+10
* command: silence a warning on win32wm42014-11-081-0/+2
* command: fix option-flags propertywm42014-11-081-1/+3
* command: export the flag whether an option was set on commandlinewm42014-11-071-0/+26
* client: remove redundant assignmentwm42014-11-071-1/+0
* client API: silence silly clang warningwm42014-11-071-2/+2
* command: add display-names propertyKevin Mitchell2014-11-071-0/+25
* command: use playback time as reference for sub_seekwm42014-11-051-2/+3
* player: fix --secondary-sidwm42014-11-041-1/+1
* command: add window-minimized property (X11 only)wm42014-11-023-0/+21
* command: make window-scale property observablewm42014-11-024-4/+19
* command: expose mpv version as propertywm42014-11-021-0/+8
* player: print anamorphic size only if video is anamorphicwm42014-11-021-2/+5
* player: always use demux_chapterwm42014-11-027-36/+24
* player: add --chapters-file optionwm42014-11-021-5/+25
* osd: properly wakeup when the OSD function disappearswm42014-11-011-3/+10
* player: update meaning of drop_frame_cntwm42014-11-014-9/+8
* player: show AV-desync message in all framedrop modeswm42014-11-011-2/+1
* sub: remove osd_get_sub()wm42014-11-013-5/+7
* sub: be more flexible about changes to how subtitles are renderedwm42014-10-311-20/+32
* player: change framedrop display in the status linewm42014-10-311-4/+5
* player: improve exit message in some scenarioswm42014-10-313-63/+58
* player: don't display zero duration for files with unknown durationwm42014-10-294-17/+22
* player: add an option to abort playback on partial init failureswm42014-10-283-3/+5
* player: handle DVB demuxer reloading correctlywm42014-10-281-2/+2
* client API: better error reportingwm42014-10-286-24/+52
* client API: add an enum for mpv_event_end_file.reasonwm42014-10-281-4/+3
* player: handle edition reloading slightly differentlywm42014-10-283-11/+11
* command: play the correct entry with loadfile ... append-playAlessandro Ghedini2014-10-271-1/+1
* player: don't spam video-reconfig eventwm42014-10-271-1/+1
* command: try 'icy-title' metadata for media-title as wellAlessandro Ghedini2014-10-271-0/+3
* command: add audio-device propertywm42014-10-271-0/+11
* audio: add command/function to reload audio outputwm42014-10-271-0/+16
* lua: subprocess: fix dumbwm42014-10-261-1/+1
* lua: subprocess: tunnel stderr through mp_logwm42014-10-261-20/+63
* lua: parse_json(): fix inverted condition for trail argumentwm42014-10-261-1/+1
* lua: subprocess: don't distinguish pipe errors/EOFwm42014-10-261-7/+4
* Drop libquvi supportwm42014-10-253-88/+2
* lua: fix some more lua_tostring() mistakeswm42014-10-251-1/+3
* lua: lua_tostring() on an error value can return NULLwm42014-10-241-2/+4
* command: finish hook execution if client failswm42014-10-243-6/+33
* command: add vo-configured propertywm42014-10-241-1/+10
* player: disable --force-window if VO failswm42014-10-241-1/+5
* video: send MPV_EVENT_VIDEO_RECONFIG on uninitwm42014-10-241-0/+1
* player: adjust uninit order of componentswm42014-10-241-6/+7
* command: fix debug outputwm42014-10-241-1/+1
* osc: make text squuezing layout dependentChrisK22014-10-241-31