summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* 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/+48
* osc: make tooltip_an default propertyChrisK22014-10-241-2/+3
* player: fix exiting if both audio and video fail initializingwm42014-10-234-8/+22
* lua: fix non-sensewm42014-10-231-1/+1
* client API: print properties set with -vwm42014-10-231-0/+7
* command: print executed commands with -vwm42014-10-231-0/+2
* command: add a "cached" mode to sub_addwm42014-10-231-1/+22
* osc.lua: add “bottombar” and “topbar” layoutsMartin Herkt2014-10-231-5/+281
* command: return error on invalid/absent IDs with ff-sid/ff-aidwm42014-10-231-2/+6
* player: show busy symbol on OSD if seeking takes too longwm42014-10-221-2/+7
* lua: don't let temporary values take the place of argumentswm42014-10-221-1/+13
* command: make reverse cycle_values match up with forward onewm42014-10-211-4/+3
* command: fix video-rotate update when pausedwm42014-10-211-11/+11
* lua: don't use "output" as identifierwm42014-10-211-4/+4
* command: add cursor-autohide propertywm42014-10-211-0/+14
* command: add playback-abort propertywm42014-10-211-0/+8
* command: add video-rotate propertywm42014-10-211-0/+12
* player: add stream selection by ffmpeg indexwm42014-10-213-11/+55
* sd_lavc: strictly letter-box PGS subtitleswm42014-10-211-1/+1
* command: add field-dominance propertyKevin Mitchell2014-10-211-0/+1
* lua: add convenience function for hookswm42014-10-211-0/+21
* command: extend sub_add commandwm42014-10-211-2/+10
* command: remove hook cancellation mechanismwm42014-10-203-15/+3
* command: allow sub_add at an earlier stagewm42014-10-201-1/+1
* osdep: limit thread names to 16 characterswm42014-10-201-1/+1
* Set thread name for debuggingwm42014-10-193-0/+9
* player: shutdown all clients before actual uninitwm42014-10-191-2/+2
* ipc: decouple from MPContextwm42014-10-192-10/+4
* fix build on OS X and BSDStefano Pigozzi2014-10-191-0/+1
* lua: fix lua_objlen -> lua_rawlen for lua 5.2Kevin Mitchell2014-10-181-1/+3
* lua: strictly free memory on errorswm42014-10-192-29/+30
* lua: expose JSON parserwm42014-10-191-0/+26
* lua: add an utility function for starting processeswm42014-10-191-2/+146
* command: add "estimated-vf-fps" change notifcationwm42014-10-191-1/+2
* lua: add a helper to auto-free temporary C memorywm42014-10-191-6/+32
* win32: get rid of mp_stat in the normal source codewm42014-10-172-2/+2
* input: implement JSON-based IPC protocolAlessandro Ghedini2014-10-172-0/+14
* options: don't load per-file config files by defaultwm42014-10-171-11/+11
* audio: don't go to sleep after audio reinitwm42014-10-171-0/+1
* player: quote %-starting stringsshdown2014-10-161-0/+2
* player: fix crash on early audio uninitwm42014-10-161-2/+2
* player: free subtitle renderer on exitwm42014-10-161-1/+1
* command: add a mechanism to allow scripts to intercept file loadswm42014-10-165-12/+186
* command: allow setting per-file options at runtimewm42014-10-151-7/+24
* player: fix OSD cyclingwm42014-10-141-0/+2
* client API: allow returning float properties as integerswm42014-10-141-0/+4
* player: fix --frameswm42014-10-142-2/+4
* command: don't display non-sense if volume is unavailablewm42014-10-111-1/+1
* command: make volume/mute unavailable if audio is not initializedwm42014-10-111-6/+4
* client API: check result ptr in mpv_command_nodeJames Ross-Gowan2014-10-121-1/+1
* lua: add command_native() functionwm42014-10-111-0/+23
* client API: add mpv_command_node[_async]wm42014-10-111-3/+19
* input: use mpv_node parser for char** command parserswm42014-10-101-3/+2
* command: make audio device list available to the client APIwm42014-10-101-0/+32
* player: fix terminal status in idle modewm42014-10-101-0/+1
* player: don't mess up cursor visibility statewm42014-10-101-1/+1
* audio: change internal device listing APIwm42014-10-101-1/+1
* player: exit if audio init fails and there's no videowm42014-10-101-0/+2
* player: signal EOF when using --frameswm42014-10-102-2/+2
* player: minor simplificationwm42014-10-102-8/+2
* player: don't close audio device in gapless modewm42014-10-101-2/+1
* player: --save-position-on-quit should always work (2)wm42014-10-102-5/+5
* Revert "player: --save-position-on-quit should always work"wm42014-10-102-5/+1
* libmpv/cocoa: don't start the event monitorStefano Pigozzi2014-10-091-1/+2
* libmpv/cocoa: make global events work and get rid of is_cplayerStefano Pigozzi2014-10-093-6/+6
* client API: add an explanatory commentwm42014-10-091-1/+1
* audio: add device selection & listing with --audio-devicewm42014-10-091-0/+4
* client API: rename --input-x11-keyboard to --input-vo-keyboardwm42014-10-091-1/+1
* video: try harder to decode cover art picture only oncewm42014-10-091-2/+7
* player: don't reset buffering pausing state on seekswm42014-10-091-1/+0
* client API: introduce numeric log levelswm42014-10-081-0/+1
* player: minor cosmetic changewm42014-10-081-1/+1
* player: remove unnecessary codewm42014-10-071-3/+1
* command: add cache-buffering-state propertywm42014-10-073-1/+31
* client API: clarify pause/unpause events, modify core-idle propertywm42014-10-071-1/+2
* matroska: look for all known matroska file extensionswm42014-10-061-5/+18
* osd: don't let slow commands cut OSD messages shortwm42014-10-062-1/+9
* player: --save-position-on-quit should always workwm42014-10-062-1/+5
* player: open stream and demuxer asynchronouslywm42014-10-066-19/+146
* m_config: add function to copy all optionswm42014-10-061-0/+3
* player: move some libass setup code to sub.cwm42014-10-034-96/+100
* player: properly wakeup when delaying OSDwm42014-10-031-1/+3
* video: return responsibility of video redraw back to playloopwm42014-10-031-1/+2
* player: remove central uninit_player() function and flags messwm42014-10-039-227/+184
* command: don't show message on "osd" command by defaultwm42014-10-031-3/+2
* command: allow passing memory addresses to overlay_addwm42014-10-031-0/+6
* command: restructure overlay_add codewm42014-10-031-46/+63
* player: don't print audio/video init failure message twicewm42014-10-022-3/+4
* audio: enable pitch correction by default when playing fastwm42014-10-021-2/+37
* command: move setting playback speed to a separate functionwm42014-10-023-10/+19
* audio: refactor some aspects of filter chain setupwm42014-10-021-37/+37
* audio: remove --audiodropwm42014-09-302-16/+0
* lua: add mpv/lua directories to the lua pathOtto Modinos2014-09-281-0/+25
* client API, X11: change default keyboard input handling againwm42014-09-281-0/+1
* video: change automatic rotation and 3D filter insertionwm42014-09-271-6/+3
* input: separate creation and loading of configwm42014-09-271-1/+2
* build: add -Wno-format-zero-lengthwm42014-09-262-2/+2
* player: do not wrongly clear OSD bar stops, reindentwm42014-09-251-30/+30
* player: simplify OSD message handling codewm42014-09-252-103/+60
* player: move code to make playloop smallerwm42014-09-252-9/+9
* player: rate-limit OSD text updatewm42014-09-254-10/+18
* player: fix OSD redraw heuristic with audio-only modewm42014-09-251-1/+1
* sub: approximate subtitle display in no-video modewm42014-09-251-0/+3
* osc: update cache displayChrisK22014-09-251-3/+14
* player: change --keep-open semanticswm42014-09-241-1/+3
* player: show correct playback time with --keep-open --no-videowm42014-09-241-1/+2
* player: --loop-file takes precedence before --keep-openwm42014-09-241-2/+2
* audio: cleanup spdif format definitionswm42014-09-231-1/+1
* player: allow passing number of loops to --loop-filewm42014-09-221-0/+2
* command: no space before "%" in volume default OSD messagewm42014-09-221-1/+1
* video: filter new frames at a better time (2)wm42014-09-221-7/+9
* osd: fix --term-osd=nowm42014-09-221-1/+1
* command: improve "osd" commandwm42014-09-222-10/+9
* command: use show_property_osd() sub_stepwm42014-09-221-2/+1
* command: when changing a property, always show it on OSDwm42014-09-211-1/+4
* command: simplify OSD property display codewm42014-09-213-54/+42
* command: allow changing some OSD-related options even with no VOwm42014-09-211-2/+0
* command: remove unneeded ifdefswm42014-09-211-4/+4
* command: always show OSD message when changing volume etc.wm42014-09-211-15/+3
* options: remove --volstepwm42014-09-211-1/+1
* player: rename "Late:" field to "SD:"wm42014-09-201-1/+1
* video: actually count decoder-dropped frameswm42014-09-201-4/+7
* video: improve decoder-based framedropping modewm42014-09-201-6/+5
* player: make code more obviouswm42014-09-201-2/+2
* player: use backwards flag for seeking external trackswm42014-09-201-1/+1
* player: reset last_av_difference if not applicablewm42014-09-202-0/+2
* video: separate calling decoder/filterwm42014-09-181-14/+22
* video: check whether there are enough frames after filteringwm42014-09-181-6/+11
* video: filter new frames at a better timewm42014-09-181-24/+24
* player: allow overriding OSD message for all OSD levelswm42014-09-181-17/+26
* command: allow using ASS tags on OSD messageswm42014-09-181-0/+12
* command: add osd-sym-cc propertywm42014-09-183-11/+22
* player: don't let multiline filenames set options on resumewm42014-09-161-4/+7
* options.lua: call msg.debug after resolving 'identifier'Otto Modinos2014-09-161-2/+1
* command: avoid a double -> int castBen Boeckel2014-09-161-1/+1<