summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* player: print desync message on negative A/V-sync toowm42015-01-301-1/+1
* player: rearrange some A/V-sync related codewm42015-01-301-6/+5
* player: use correct type for some relative timeswm42015-01-301-3/+3
* command: change sub-visibility OSD messagewm42015-01-291-1/+2
* player: move more code out of central playloop functionwm42015-01-291-58/+73
* player: remove redundant variablewm42015-01-295-12/+9
* player: allow seeking audio between video frameswm42015-01-281-1/+9
* player: enable hr-seek on audio after video endwm42015-01-281-1/+2
* player: demote matroska ordered chapter scanning messages to VerboseDiogo Franco (Kovensky)2015-01-281-1/+1
* ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAILBen Boeckel2015-01-271-1/+1
* command: export more details about file seekabilitywm42015-01-261-0/+10
* player: fix framestep over timeline segment boundarieswm42015-01-261-0/+2
* options: list correct default value for --screenshot-templatewm42015-01-261-1/+1
* lua: do not use math.pow()wm42015-01-251-1/+1
* vo: simplify VOs by adding generic screenshot supportwm42015-01-241-1/+1
* ytdl: implement user-agent and cookie overrideswm42015-01-241-5/+34
* video: separate screenshot modeswm42015-01-231-24/+25
* input, player: new command for mouse eventxylosper2015-01-231-0/+19
* command: export file format as propertywm42015-01-231-0/+12
* player: some fixes for property notificationxylosper2015-01-232-4/+4
* video: handle hwdec screenshots differentlywm42015-01-221-0/+10
* client API: check locale, and reject anything other than "C" localewm42015-01-201-0/+16
* win32: remove check for SetPriorityClass()wm42015-01-201-3/+3
* audio: don't force any parameters if spdif is usedwm42015-01-201-5/+3
* demux_disc: pass seek flags to stream layerwm42015-01-191-3/+6
* client API: minor cleanupwm42015-01-191-17/+28
* client API: notify API user on event queue overflowwm42015-01-192-11/+23
* player: mention mpv encoding support for transcoding in desync. warningwm42015-01-191-1/+1
* video: fix waiting for last frame/format reconfigwm42015-01-191-1/+1
* x11: add --on-all-workspaces option and propertywm42015-01-161-0/+9
* command: unify handling of fullscreen and other VO flagswm42015-01-161-21/+12
* player: don't enable demuxer readahead before selecting trackswm42015-01-162-5/+6
* player: respect --untimed on last framewm42015-01-161-1/+3
* player: respect --untimed on video format changeswm42015-01-161-1/+1
* ytdl_hook: Check for empty playlistsChrisK22015-01-161-1/+7
* OSC: Reset all styles for idle messageChrisK22015-01-161-6/+6
* player: don't fall asleep on audio decoding errorswm42015-01-151-0/+2
* player: fix --stop-playback-on-init-failure on audio init failurewm42015-01-151-2/+1
* osc: fix disabling OSCwm42015-01-151-1/+5
* player: fallback to seek time for percent-pos propertywm42015-01-141-2/+2
* client API: fix log buffer overflow casewm42015-01-131-3/+3
* player: fix crash wtih --secondary-sidwm42015-01-131-2/+3
* tl_matroska: fix minor memory leak in error casewm42015-01-121-5/+7
* player: check sufficient track selection before destroying VOwm42015-01-121-9/+9
* win32: drop hacks for possibly broken static pthreads-win32 linkingwm42015-01-111-14/+0
* command: fix property naming conventionwm42015-01-101-2/+2
* command: change properties added in previous commitwm42015-01-101-10/+7
* command.c: new subproperties for video-params: bpp and depthxylosper2015-01-101-0/+12
* player: enable demuxer thread for external audio fileswm42015-01-101-0/+9
* player: change stream list terminal outputwm42015-01-091-2/+2
* tl_matroska: check chapter boundswm42015-01-091-2/+7
* video: fix timeline with some container formatswm42015-01-061-0/+2
* command: ignore chapter cycling if there's only 1 chapterwm42015-01-051-2/+5
* client API, vo_opengl_cb: properly uninit videowm42015-01-041-0/+1
* video: batch query_format callswm42015-01-032-3/+4
* ytdl: silence "succeeded" messagewm42015-01-031-1/+1
* vf_vapoursynth: pass through container FPS valuewm42015-01-031-10/+8
* x11: make display-names property observablewm42015-01-031-1/+1
* video: better pipelining with vf_vapoursynthwm42015-01-033-4/+26
* OSC: idlemessage: fix alignmentChrisK22015-01-021-3/+3
* OSC: add osc-message script command (wip)ChrisK22015-01-021-0/+5
* OSC: display "drop files here" message when idle + forced-windowChrisK22015-01-021-2/+52
* player: move terminal input init to a better placewm42015-01-021-3/+3
* player: print config.h contents in verbose modewm42015-01-021-6/+14
* command: make the "run" command work on Windows toowm42015-01-011-22/+35
* Update copyright yearwm42015-01-011-1/+1
* client API: add function to create new mpv_handles from existing oneswm42014-12-311-0/+14
* vo_opengl_cb: simplify API uninitializationwm42014-12-312-2/+13
* vo_opengl_cb: pass context directlywm42014-12-311-3/+1
* video: pass some VO params as structwm42014-12-312-6/+12
* command: make empty vf-metadata not an errorwm42014-12-301-11/+6
* options: expand ~ for the include optionStefano Pigozzi2014-12-301-1/+5
* command: add filtered-metadata propertywm42014-12-291-1/+12
* player: filter tags, add --display-tags optionwm42014-12-292-7/+8
* player: make --shuffle/--merge-files affect runtime loaded playlistswm42014-12-294-15/+26
* command: stip path from playlist OSD displaywm42014-12-271-2/+8
* player: force stereo as default when encodingwm42014-12-271-0/+1
* player: fix random crashes on uninitializationwm42014-12-271-0/+1
* player: cosmetics: rename a functionwm42014-12-273-7/+7
* player: ordered chapters: cosmeticswm42014-12-261-54/+32
* player: ordered chapters: bullshit reductionwm42014-12-261-26/+5
* player: ordered chapters: filter missing chapterswm42014-12-261-0/+9
* command: overlay_add: more flexible treatment of offset parameterwm42014-12-261-8/+12
* win32: add mmap() emulationwm42014-12-261-9/+0
* player: hack against --keep-open misbehaving with broken fileswm42014-12-241-0/+2
* player: fix a typo in message outputwm42014-12-241-1/+1
* client API: fix compiler warning if openglcb API is disabledwm42014-12-221-1/+0
* vo_opengl_cb: free context on exitwm42014-12-221-0/+3
* client API: fix mpv_wakeup()wm42014-12-221-2/+2
* sub: reset sub decoder correctly when cycling subtitleswm42014-12-211-3/+1
* player: cosmetics: move code aroundwm42014-12-212-16/+15
* player: don't show "0%" percentage in infinite streamswm42014-12-202-4/+9
* player: print only changed tagswm42014-12-192-4/+24
* player: cosmetics: remove ancient commentwm42014-12-171-3/+0
* command: extend revert_seek commandwm42014-12-171-2/+10
* command: format ${avsync} like on terminal status linewm42014-12-161-0/+4
* client API: be more lenient about mpv_suspend/resume mismatcheswm42014-12-153-29/+53
* lua: cosmetics: fix some include directiveswm42014-12-151-3/+2
* scripting: fix/improve deprecation messagewm42014-12-151-3/+6
* options: deprecate 'lua' based options/dirs for 'script'Avi Halachmi (:avih)2014-12-154-15/+32
* command, dvd: add property which returns list of DVD titleswm42014-12-131-0/+33
* options: add option for ignoring patch in resume mechanismwm42014-12-131-4/+8
* player: add a --keep-open=always modewm42014-12-121-1/+2
* command: add properties for current bitratewm42014-12-121-0/+23
* lua: don't ignore key press events for script key bindingswm42014-12-101-2/+2
* command: fix crash with some forms of script_bindingwm42014-12-101-1/+1
* player: update chapter marks when switching fileswm42014-12-101-0/+4
* command: add "idle" propertywm42014-12-101-2/+16
* player: change interaction between revert_seek and ab-loopswm42014-12-091-0/+1
* client API: expose OpenGL rendererwm42014-12-094-0/+69
* player: restore ab-loop settings with playback resumewm42014-12-091-0/+2
* build: fix --disable-libasswm42014-12-081-2/+2
* player: make chapter seek to end jump to last frame with --keep-openwm42014-12-083-2/+7
* options: add a 'once' idle modeStefano Pigozzi2014-12-071-1/+1
* sub: remove assertionwm42014-12-071-2/+1
* player: when seeking past EOF with --keep-open, seek to last framewm42014-12-073-7/+47
* osc: improve slimbox layout and minor code cleanupsChrisK22014-12-051-82/+92
* assdraw: Properly approximate circle for rounded boxChrisK22014-12-051-4/+5
* osc, dvd, bd: fix mouse state when changing menu modeswm42014-12-052-4/+9
* discnav: remove redundant callwm42014-12-041-2/+0
* dvd, bd: don't unnecessarily block on demuxer/stream all the timewm42014-12-041-1/+4
* dvd, bd, osc: disable OSC while a menu is activewm42014-12-041-0/+9
* lua: fully cleanup removed key bindingswm42014-12-031-0/+1
* client API: allow multiple mpv instances with terminal=yeswm42014-12-022-16/+21
* osc: always force mouse_move bindingwm42014-12-021-1/+1
* lua: fix broken error messagewm42014-12-021-1/+1
* player: don't signal an error if --stream-dump is usedwm42014-12-021-0/+1
* client API: print version on initializationwm42014-12-021-0/+2
* player: don't ignore relative seeks by 0 secondswm42014-11-291-4/+0
* command: avoid returning invalid FPS valueswm42014-11-291-3/+5
* player: reset frame step counter on seekswm42014-11-292-1/+1
* lua: add a function that formats Lua values as stringswm42014-11-291-16/+21
* player: simplify and fix ordered chapter EOF handlingwm42014-11-282-17/+11
* command: sub_add with "auto" should not always select a subtitle trackwm42014-11-271-1/+3
* audio: alternative fix for previous commitwm42014-11-271-4/+1
* audio: fix busy loop when seeking while pausedwm42014-11-271-2/+4
* ytdl: bump requrired youtube-dl version to 2014.11.26ChrisK22014-11-261-1/+1
* ytdl: Try to handle multi-arc videosChrisK22014-11-261-14/+37
* ytdl: When using DASH, print actual durationChrisK22014-11-261-1/+5
* 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/