aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* demux, player: mark dependent tracksGravatar Aman Gupta2018-04-17
* client API: make sure to send IDLE event after mpv_initialize()Gravatar wm42018-04-16
* client API: fix potential sporadic freezes on terminationGravatar wm42018-04-16
* audio: don't recreate AO if a filter changes the output formatGravatar wm42018-04-15
* ytdl_hook: don't log error when loading is abortedGravatar wm42018-04-15
* js: use new hooks API (match f60826c3)Gravatar Avi Halachmi (:avih)2018-04-07
* js: dump(..): fix incorrect <VISITED> with array argumentGravatar Avi Halachmi (:avih)2018-04-07
* js: implement mp.register_idleGravatar Avi Halachmi (:avih)2018-04-07
* js: implement mp.options.read_optionsGravatar Avi Halachmi (:avih)2018-04-07
* config: replace config dir lua-settings/ with dir script-opts/Gravatar Avi Halachmi (:avih)2018-04-07
* player: fix hook processing consistency and code duplication issuesGravatar wm42018-03-26
* client API: add a first class hook API, and deprecate old APIGravatar wm42018-03-26
* command: remove an old compatibility hackGravatar wm42018-03-26
* command: remove duplication of property set error message handlingGravatar wm42018-03-26
* command: move property multiply code to m_property.cGravatar wm42018-03-26
* command: use mpv_node helpers instead of duplicated codeGravatar wm42018-03-26
* client API: add a new way to pass X11 Display etc. to render APIGravatar wm42018-03-26
* player: don't print error if aborted while loading external filesGravatar wm42018-03-26
* stats: print section titles independentlyGravatar Julian2018-03-25
* stats: improve video/audio detectionGravatar Julian2018-03-25
* vo: pass through framedrop flag differentlyGravatar wm42018-03-15
* vo: move display-fps internal option value to VO optsGravatar wm42018-03-15
* client API: send MPV_EVENT_SHUTDOWN only onceGravatar wm42018-03-15
* all: replace mpv_detach_destroy() with mpv_destroy()Gravatar wm42018-03-15
* client API: rename mpv_detach_destroy() to mpv_destroy()Gravatar wm42018-03-15
* client API: add mpv_create_weak_client()Gravatar wm42018-03-15
* client API: cleanup mpv_handle terminationGravatar wm42018-03-15
* player: move locale check to mp_create()Gravatar wm42018-03-15
* player: shuffle around CLI exit code handlingGravatar wm42018-03-15
* scripting: make a function staticGravatar wm42018-03-08
* client: remove legacy API that is unused nowGravatar Akemi2018-03-04
* player: fix strange behavior on edition switchingGravatar wm42018-03-03
* player: don't free root filter while it's still neededGravatar wm42018-03-03
* player: fix track autoselection of external files yet againGravatar wm42018-03-03
* command: fix whitespaceGravatar wm42018-03-03
* video: add option to reduce latency by 1 or 2 framesGravatar wm42018-03-03
* video: don't read ahead a frame in --untimed modeGravatar wm42018-03-03
* player: set thread name in opener threadGravatar wm42018-03-03
* player: add warning comment about ignoring ABI safetyGravatar wm42018-03-03
* client API: deprecate opengl-cb API and introduce a replacement APIGravatar wm42018-02-28
* audio: improve behavior if filters output nothing during probingGravatar wm42018-02-21
* video: do not buffer extra frames with VO_CAP_NORETAIN outputsGravatar Aman Gupta2018-02-17
* command: simplify mp_property_filter_metadataGravatar wm42018-02-16
* lua+js: Implement utils.getpid()Gravatar sfan52018-02-13
* input: add a keybinding to toggle hardware decodingGravatar wm42018-02-13
* audio: move back PTS jump detection to before filter chainGravatar wm42018-02-13
* cocoa-cb: initial implementation via opengl-cb APIGravatar Akemi2018-02-12
* ytdl_hook: add ytdl:// prefix again for non-youtube playlistsGravatar Ricardo Constantino2018-02-11
* ytdl_hook: add script opt for using manifest URLsGravatar Ricardo Constantino2018-02-11
* ytdl_hook: parse youtube playlist urls to set start indexGravatar Ricardo Constantino2018-02-11