summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* player: simplify reload logicwm42015-07-024-20/+15
* player: remove automatic DVB channel advancement on no datawm42015-07-021-6/+0
* player: unentangle --stream-dumpwm42015-07-023-12/+15
* vo: change internal API for drawing frameswm42015-07-011-11/+21
* video: pass future frames to VOwm42015-07-012-34/+62
* player: slim down A/V desync warningwm42015-06-301-17/+5
* x11: Handle external fullscreen togglesEduardo Sánchez Muñoz2015-06-281-1/+1
* demux: export forced flagwm42015-06-273-3/+11
* ytdl: don't print failure warning when youtube-dl was killed by uswm42015-06-271-3/+5
* subprocess, lua: export whether the process was killed by uswm42015-06-271-0/+2
* Disable DVD and BD menu support (to be removed)wm42015-06-261-0/+2
* audio: fix format function consistency issueswm42015-06-261-3/+3
* audio: output human-readable channel layouts toowm42015-06-251-0/+1
* player, demux: replace some demux_open() uses with demux_open_url()wm42015-06-241-12/+6
* player: increase tick event update frequencywm42015-06-231-1/+1
* command: export stereo 3D tagswm42015-06-231-0/+4
* client API: allow using msg-level option for log messageswm42015-06-201-0/+3
* osc: time display configuration optionsTeoh Han Hui2015-06-191-2/+4
* player: add some debug output for seekingwm42015-06-182-0/+5
* player: actually play videowm42015-06-181-1/+1
* client API: fix logging memory leakwm42015-06-181-0/+1
* player: make decoding cover art more robustwm42015-06-181-3/+18
* command: do not exit playback if the B point of A-B loop is past EOFwm42015-06-163-18/+25
* player: do not exit when a seek gets queuedwm42015-06-161-0/+4
* lua: support MPV_END_FILE_REASON_REDIRECTwm42015-06-111-0/+1
* client API: add MPV_END_FILE_REASON_REDIRECTwm42015-06-111-2/+4
* client API: leave mpv_event_end_file.error to 0 on no errorwm42015-06-111-2/+2
* lua: export end-file event fieldswm42015-06-111-0/+20
* command: add keypress, keydown, and keyup commands.torque2015-06-111-0/+30
* audio: add some change notificationswm42015-06-091-0/+4
* command: fix audio-out-detected-device propertywm42015-06-091-2/+3
* command: remove unnecessary event IDswm42015-06-092-4/+0
* command: make property event mask matching more restrictivewm42015-06-091-1/+2
* ytdl_hook: Support 'multi_video' resultsJaime Marquínez Ferrándiz2015-06-071-1/+1
* audio: add --audio-spdif as new method for enabling passthroughwm42015-06-052-1/+18
* audio: do not allow AO to change passthrough formatswm42015-06-051-7/+17
* video: remove worthless log messagewm42015-06-051-6/+0
* vf_sub: minor simplificationwm42015-06-051-2/+1
* audio: do not exit when loading small files in paused modewm42015-06-041-1/+1
* player: print track list when switching trackswm42015-06-031-0/+4
* player: print a message along with track listwm42015-06-033-7/+9
* player: don't print stream list when adding external tracks during loadwm42015-06-031-5/+7
* audio: remove an old hackwm42015-05-301-10/+1
* player: restore video-aspect on playback resumewm42015-05-291-0/+1
* lua: fix options submodulewm42015-05-292-2/+7
* command: remove deprecated get_property commandwm42015-05-271-34/+0
* options: remove --slave-brokenwm42015-05-271-6/+0
* player: set cocoa input context at an earlier pointwm42015-05-271-4/+4
* player: load scripts at an earlier pointwm42015-05-271-4/+4
* command: better choice when to allow playback-related commandswm42015-05-261-16/+16
* command: fix track property when no file is loadedwm42015-05-261-2/+8
* player: fix crashes when adding external tracks before loading main filewm42015-05-264-40/+30
* input: allow - as separator between commands, instead of _wm42015-05-251-5/+5
* command: change the hwdec propertieswm42015-05-251-30/+43
* video: do not use MP_NOPTS_VALUE for A/V differencewm42015-05-243-7/+3
* player: add function to compute past frame durationswm42015-05-243-17/+28
* command: add protocol-list propertywm42015-05-231-0/+16
* ytdl: do not use deprecated optionwm42015-05-231-1/+1
* command: allow changing track properties while no file is loadedwm42015-05-221-16/+20
* player: use an array for stream ID options and suchwm42015-05-223-37/+25
* command: deprecate audio-sampleratewm42015-05-221-43/+2
* command: add audio-params and audio-out-params propertieswm42015-05-221-1/+40
* command: rename audio-format propertywm42015-05-221-4/+6
* options: rename --media-title optionwm42015-05-221-1/+1
* command: deprecate the "length" propertywm42015-05-222-9/+9
* command: add a new property deprecation mechanismwm42015-05-221-0/+29
* audio: change range of volume option/propertywm42015-05-221-2/+2
* command: explicitly show mouse cursor when unfullscreeningwm42015-05-211-2/+6
* command: refactor if/else statements to switchRobin2015-05-201-11/+19
* video: force audio resync after video discontinuitywm42015-05-201-0/+1
* video: better heuristic for timestamp resetswm42015-05-201-2/+13
* audio: fix resync issue differentwm42015-05-191-1/+3
* command: change OSD symbol for absolute perc. seekrrooij2015-05-191-2/+4
* audio: avoid wasting CPU due to continuous wakeupwm42015-05-191-1/+2
* command: use consistent comment stylerrooij2015-05-191-1/+1
* input: add relative percentage seekrrooij2015-05-191-0/+5
* command: add playlist_shuffle commandwm42015-05-171-0/+5
* threads: use utility+POSIX functions instead of weird wrapperswm42015-05-111-2/+4
* Always block SIGPIPE globallywm42015-05-111-0/+7
* ytdl_hook: remove tabswm42015-05-091-5/+5
* player: reuse a functionwm42015-05-091-5/+1
* player: make resuming playlists less noisy in verbose modewm42015-05-093-15/+16
* player: avoid undefined behavior when resumign DVD/BD playbackwm42015-05-091-3/+3
* path: make mp_path_join accept normal C stringswm42015-05-094-6/+6
* lua: remove deprecated "lua" sub directorieswm42015-05-092-29/+9
* player: add --force-window=immediate modewm42015-05-081-0/+2
* player: use profiles for libmpv and encoding defaultswm42015-05-072-24/+32
* m_config: make m_config_set_profile() use a namewm42015-05-071-2/+2
* ytdl_hook: Escape EDL URLsChrisK22015-05-071-1/+3
* path: start special espansion with ~~name instead of ~namewm42015-05-031-1/+1
* options: fix typo in variable namewm42015-05-031-1/+1
* options: remove --leak-reportwm42015-05-021-11/+3
* win32: move platform specifics to osdepwm42015-05-021-25/+0
* build: move main-fn files to osdepwm42015-05-024-71/+1
* cocoa: always compile OSX application code with cocoawm42015-05-021-2/+2
* player: handle hotplug events in idle mode toowm42015-05-021-0/+1
* screenshots: create screenshot dirwm42015-05-021-0/+2
* screenshots: change default directory in pseudo-gui mode to desktopwm42015-05-011-1/+2
* screenshots: add --screenshot-directory optionwm42015-05-011-0/+8
* player: properly destroy client context if thread can't be createdwm42015-04-301-1/+4
* command: let sub_reload remove the old track firstwm42015-04-281-8/+10
* player: log track list when adding or removing external fileswm42015-04-283-5/+16
* player: clamp display time to known time range on seekingwm42015-04-281-0/+7
* osc: redo slider position translationChrisK22015-04-281-33/+55
* ytdl_hook.lua: Change format options when vid is "off"robin2015-04-271-6/+7
* player: fix removing external tracks at runtimewm42015-04-271-1/+9
* player: flush decoder even if cover art is decodedwm42015-04-241-1/+1
* player: don't show A/V desync message in non-sense situationswm42015-04-241-2/+2
* osc: add nil check for element.eventresponderwm42015-04-231-1/+1
* demux_mkv: move global options to the demuxerwm42015-04-231-2/+0
* lua: add utils.format_json() functionwm42015-04-221-0/+18
* osc: paint over a crashwm42015-04-221-4/+6
* player: do not load encoding config files in non-encoding modewm42015-04-211-8/+6
* command: demuxer-cache-time propertyxylosper2015-04-211-1/+21
* player: cleanup update_fps() functionwm42015-04-202-13/+5
* video: cleanup some old log messageswm42015-04-201-0/+2
* client API: add a screenshot_raw commandwm42015-04-203-0/+52
* client API: add MPV_FORMAT_BYTE_ARRAY typewm42015-04-201-0/+3
* client API: add glue for making full use of mpv_command_node()wm42015-04-204-10/+14
* player: change video-bitrate and audio-bitrate propertieswm42015-04-201-47/+28
* command: disc-mouse-on-button propertyxylosper2015-04-213-0/+33
* vf_screenshot: remove this filterwm42015-04-161-6/+1
* command: let screenshot_to_file command overwrite fileswm42015-04-161-5/+0
* video: do not show decoder framedrops if they're not requestedwm42015-04-161-1/+2
* subprocess: move implementation for deatched subprocesseswm42015-04-151-34/+1
* player: silence spam in verbose mode when playing audio with cover artwm42015-04-141-1/+1
* Update license headersMarcin Kurczewski2015-04-1314-70/+56
* main-fn-win: fix handle validity check for XPJames Ross-Gowan2015-04-111-1/+2
* win32: use pseudo-gui profile when started without stdioJames Ross-Gowan2015-04-111-6/+35
* win32: only attach to the console from mpv.comJames Ross-Gowan2015-04-111-0/+5
* win32: use a platform-specific unicode entry-pointJames Ross-Gowan2015-04-113-8/+24
* player: use config parser for setting up pseudo-gui profilewm42015-04-101-9/+7
* player: change pseudo-gui settingswm42015-04-101-2/+1
* player: do not accidentally init terminalwm42015-04-101-2/+1
* ytdl: set additional properties for rtmp streamsSebastian Mayr2015-04-091-3/+21
* ytdl_hook.lua: Disable video when vid option is "no"robin2015-04-091-0/+7
* vo_opengl_cb: deprecate mpv_opengl_cb_render()wm42015-04-091-1/+6
* vo_opengl_cb: add a function to report vsync timewm42015-04-091-0/+4
* audio: change a detail about filter insertionwm42015-04-071-18/+1
* audio: avoid one more redundant audio filter reinitwm42015-04-071-2/+2
* screenshot: use GPU readback only for hardware decoded imageswm42015-04-071-1/+1
* command: new subproperty for video-params: gammaNiklas Haas2015-04-041-0/+5
* video: cleanup stereo mode parsingwm42015-04-021-1/+1
* player: add --idle --keep-open to pseudo-gui profilewm42015-04-021-0/+2
* player: add "pseudo-gui" profilewm42015-04-021-0/+8
* lua: reject Lua 5.3wm42015-04-011-0/+5
* command: remove unused functionwm42015-04-011-14/+0
* video: move colorspace overrides to vf_format, simplifywm42015-03-311-120/+21
* build: make posix_spawn() mandatorywm42015-03-301-4/+0
* video: fix seek-to-last-framewm42015-03-261-3/+1
* player: relax assertion on mp_set_playlist_entryNiklas Haas2015-03-261-1/+1
* video: make frame skipping code slightly more readablewm42015-03-251-13/+8
* video: refactor aspects of queue and EOF handlingwm42015-03-251-41/+62
* lua: replace getcwd() implementationwm42015-03-242-14/+4
* command: add property returning current working directorywm42015-03-241-0/+20
* audio: increase maximum amount of audio skipped for seekingwm42015-03-241-1/+1
* client API: remove dead assignmentwm42015-03-231-1/+0
* video: use less technical language for PTS warningwm42015-03-231-1/+1
* encode: make --audio-channels=auto workwm42015-03-231-2/+4
* video: fix update of vo-configured propertywm42015-03-231-0/+1
* vo_opengl_cb: don't render OSD while VO is not createdwm42015-03-232-2/+1
* command: use mp_set_playlist_entrySai Ke WANG2015-03-221-3/+1
* player: fix seekability testwm42015-03-201-1/+1
* player: warn against non-monotonic video PTS only oncewm42015-03-181-8/+9
* player: refuse to write resume file with unseekable fileswm42015-03-181-0/+6
* osd: simplify an aspect of change detection handlingwm42015-03-181-1/+1
* command: don't drop audio buffers when switching filterswm42015-03-161-1/+0
* command: make "media-title" observablewm42015-03-151-1/+1
* command: fix display-fps property (again)wm42015-03-131-3/+3
* command: display-fps is the display FPS as assumed by the VOwm42015-03-121-4/+4
* player: dump list of satisfied deps instead of config.h with -vwm42015-03-111-1/+1
* command: allow changing some VO options even if VO wasn't created yetwm42015-03-111-4/+4
* player: fix crash when taking screenshots in idle modewm42015-03-111-0/+2
* audio: cut audio with spdif too on playback restartwm42015-03-101-3/+3
* command: add display-fps propertywm42015-03-101-1/+17
* player: restore --dump-statswm42015-03-101-6/+6
* audio: refuse to change playback speed with spdifwm42015-03-071-2/+4
* audio: make changing playback speed slightly more robustwm42015-03-071-32/+39
* Lua: add unpack shim for Lua 5.2/5.3 compatibility.torque2015-03-061