aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
...
* 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
* ytdl_hook: exit early, save an indentation levelGravatar Ricardo Constantino2018-02-11
* ytdl_hook: various nitGravatar Ricardo Constantino2018-02-11
* ytdl_hook: whitelist subtitle URLs as wellGravatar Ricardo Constantino2018-02-11
* ytdl_hook: use fallback if there's no demuxer-lavf-list propGravatar Ricardo Constantino2018-02-11
* vo_gpu: make screenshots use the GL rendererGravatar wm42018-02-11
* player: correctly set track information on adding external filesGravatar Zehua Chen2018-02-10
* loadfile: make --lavfi-complex runtime changes more flexibleGravatar wm42018-02-03
* loadfile: initialize decoders after outputs for --lavfi-complexGravatar wm42018-02-03
* loadfile: fix crash in some cases of setting --lavfi-complex at runtimeGravatar wm42018-02-03
* loadfile: remove minor unneeded things from --lavfi-complex setupGravatar wm42018-02-03
* video: fix passing down FPS to vf_vapoursynthGravatar wm42018-02-03