summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* player: use demux_open_url() to open main fileswm42015-08-041-61/+24
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-036-430/+0
* video: unbreak EOF with video-only files that have timestamp resetswm42015-08-031-1/+2
* audio: fix --end handling (again)wm42015-08-031-5/+2
* audio: remove questionable speed change adjustmentwm42015-08-011-3/+0
* video: move frame duration code to a separate functionwm42015-08-011-11/+23
* ytdl: get start_timeRicardo Constantino2015-07-291-0/+6
* ytdl: print command in debug modeRicardo Constantino2015-07-291-0/+1
* command: let track properties return option value in idle modewm42015-07-291-1/+5
* video: move up vo_frame setupwm42015-07-281-12/+12
* video: always decode at least 2 frames in advancewm42015-07-261-5/+1
* audio: remove an unused parameterwm42015-07-241-3/+2
* audio: fix EOF state with --keep-openwm42015-07-241-1/+1
* command: add property indicating per-file optionswm42015-07-231-0/+1
* video: always re-probe auto deint filter on filter reconfigwm42015-07-213-10/+24
* vo: minor simplification for queue size handlingwm42015-07-202-3/+3
* command: add track-list/N/audio-channels propertydeuiore2015-07-181-0/+8
* player: show larger cache sizes in MB on status linewm42015-07-141-1/+5
* player: add missing \n to a messagewm42015-07-131-1/+1
* sub: call ass_set_fonts() only oncewm42015-07-131-10/+3
* player: extend --hls-bitrate optionwm42015-07-131-4/+10
* player: put --term-playing-msg in a separate log categorywm42015-07-131-1/+3
* player: parse and expose m3u playlist titleswm42015-07-101-2/+3
* video: don't force video refresh if video is restartingwm42015-07-101-1/+3
* player: refactor chapter seek codewm42015-07-103-24/+7
* client API: fix mpv_get_property_async() string casewm42015-07-101-1/+1
* player: never overwrite stop_play fieldwm42015-07-085-13/+21
* command: allow changing deinterlace property any timewm42015-07-081-1/+1
* command: make deinterlace property use interlaced-only yadif modewm42015-07-071-1/+1
* player: add missing include directivewm42015-07-061-0/+1
* sub: protect ASS_Renderer statewm42015-07-063-1/+8
* 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/