| Commit message (Expand) | Author | Age | Files | Lines |
* | player: add missing \n to a message | wm4 | 2015-07-13 | 1 | -1/+1 |
* | sub: call ass_set_fonts() only once | wm4 | 2015-07-13 | 1 | -10/+3 |
* | player: extend --hls-bitrate option | wm4 | 2015-07-13 | 1 | -4/+10 |
* | player: put --term-playing-msg in a separate log category | wm4 | 2015-07-13 | 1 | -1/+3 |
* | player: parse and expose m3u playlist titles | wm4 | 2015-07-10 | 1 | -2/+3 |
* | video: don't force video refresh if video is restarting | wm4 | 2015-07-10 | 1 | -1/+3 |
* | player: refactor chapter seek code | wm4 | 2015-07-10 | 3 | -24/+7 |
* | client API: fix mpv_get_property_async() string case | wm4 | 2015-07-10 | 1 | -1/+1 |
* | player: never overwrite stop_play field | wm4 | 2015-07-08 | 5 | -13/+21 |
* | command: allow changing deinterlace property any time | wm4 | 2015-07-08 | 1 | -1/+1 |
* | command: make deinterlace property use interlaced-only yadif mode | wm4 | 2015-07-07 | 1 | -1/+1 |
* | player: add missing include directive | wm4 | 2015-07-06 | 1 | -0/+1 |
* | sub: protect ASS_Renderer state | wm4 | 2015-07-06 | 3 | -1/+8 |
* | player: simplify reload logic | wm4 | 2015-07-02 | 4 | -20/+15 |
* | player: remove automatic DVB channel advancement on no data | wm4 | 2015-07-02 | 1 | -6/+0 |
* | player: unentangle --stream-dump | wm4 | 2015-07-02 | 3 | -12/+15 |
* | vo: change internal API for drawing frames | wm4 | 2015-07-01 | 1 | -11/+21 |
* | video: pass future frames to VO | wm4 | 2015-07-01 | 2 | -34/+62 |
* | player: slim down A/V desync warning | wm4 | 2015-06-30 | 1 | -17/+5 |
* | x11: Handle external fullscreen toggles | Eduardo Sánchez Muñoz | 2015-06-28 | 1 | -1/+1 |
* | demux: export forced flag | wm4 | 2015-06-27 | 3 | -3/+11 |
* | ytdl: don't print failure warning when youtube-dl was killed by us | wm4 | 2015-06-27 | 1 | -3/+5 |
* | subprocess, lua: export whether the process was killed by us | wm4 | 2015-06-27 | 1 | -0/+2 |
* | Disable DVD and BD menu support (to be removed) | wm4 | 2015-06-26 | 1 | -0/+2 |
* | audio: fix format function consistency issues | wm4 | 2015-06-26 | 1 | -3/+3 |
* | audio: output human-readable channel layouts too | wm4 | 2015-06-25 | 1 | -0/+1 |
* | player, demux: replace some demux_open() uses with demux_open_url() | wm4 | 2015-06-24 | 1 | -12/+6 |
* | player: increase tick event update frequency | wm4 | 2015-06-23 | 1 | -1/+1 |
* | command: export stereo 3D tags | wm4 | 2015-06-23 | 1 | -0/+4 |
* | client API: allow using msg-level option for log messages | wm4 | 2015-06-20 | 1 | -0/+3 |
* | osc: time display configuration options | Teoh Han Hui | 2015-06-19 | 1 | -2/+4 |
* | player: add some debug output for seeking | wm4 | 2015-06-18 | 2 | -0/+5 |
* | player: actually play video | wm4 | 2015-06-18 | 1 | -1/+1 |
* | client API: fix logging memory leak | wm4 | 2015-06-18 | 1 | -0/+1 |
* | player: make decoding cover art more robust | wm4 | 2015-06-18 | 1 | -3/+18 |
* | command: do not exit playback if the B point of A-B loop is past EOF | wm4 | 2015-06-16 | 3 | -18/+25 |
* | player: do not exit when a seek gets queued | wm4 | 2015-06-16 | 1 | -0/+4 |
* | lua: support MPV_END_FILE_REASON_REDIRECT | wm4 | 2015-06-11 | 1 | -0/+1 |
* | client API: add MPV_END_FILE_REASON_REDIRECT | wm4 | 2015-06-11 | 1 | -2/+4 |
* | client API: leave mpv_event_end_file.error to 0 on no error | wm4 | 2015-06-11 | 1 | -2/+2 |
* | lua: export end-file event fields | wm4 | 2015-06-11 | 1 | -0/+20 |
* | command: add keypress, keydown, and keyup commands. | torque | 2015-06-11 | 1 | -0/+30 |
* | audio: add some change notifications | wm4 | 2015-06-09 | 1 | -0/+4 |
* | command: fix audio-out-detected-device property | wm4 | 2015-06-09 | 1 | -2/+3 |
* | command: remove unnecessary event IDs | wm4 | 2015-06-09 | 2 | -4/+0 |
* | command: make property event mask matching more restrictive | wm4 | 2015-06-09 | 1 | -1/+2 |
* | ytdl_hook: Support 'multi_video' results | Jaime Marquínez Ferrándiz | 2015-06-07 | 1 | -1/+1 |
* | audio: add --audio-spdif as new method for enabling passthrough | wm4 | 2015-06-05 | 2 | -1/+18 |
* | audio: do not allow AO to change passthrough formats | wm4 | 2015-06-05 | 1 | -7/+17 |
* | video: remove worthless log message | wm4 | 2015-06-05 | 1 | -6/+0 |
* | vf_sub: minor simplification | wm4 | 2015-06-05 | 1 | -2/+1 |
* | audio: do not exit when loading small files in paused mode | wm4 | 2015-06-04 | 1 | -1/+1 |
* | player: print track list when switching tracks | wm4 | 2015-06-03 | 1 | -0/+4 |
* | player: print a message along with track list | wm4 | 2015-06-03 | 3 | -7/+9 |
* | player: don't print stream list when adding external tracks during load | wm4 | 2015-06-03 | 1 | -5/+7 |
* | audio: remove an old hack | wm4 | 2015-05-30 | 1 | -10/+1 |
* | player: restore video-aspect on playback resume | wm4 | 2015-05-29 | 1 | -0/+1 |
* | lua: fix options submodule | wm4 | 2015-05-29 | 2 | -2/+7 |
* | command: remove deprecated get_property command | wm4 | 2015-05-27 | 1 | -34/+0 |
* | options: remove --slave-broken | wm4 | 2015-05-27 | 1 | -6/+0 |
* | player: set cocoa input context at an earlier point | wm4 | 2015-05-27 | 1 | -4/+4 |
* | player: load scripts at an earlier point | wm4 | 2015-05-27 | 1 | -4/+4 |
* | command: better choice when to allow playback-related commands | wm4 | 2015-05-26 | 1 | -16/+16 |
* | command: fix track property when no file is loaded | wm4 | 2015-05-26 | 1 | -2/+8 |
* | player: fix crashes when adding external tracks before loading main file | wm4 | 2015-05-26 | 4 | -40/+30 |
* | input: allow - as separator between commands, instead of _ | wm4 | 2015-05-25 | 1 | -5/+5 |
* | command: change the hwdec properties | wm4 | 2015-05-25 | 1 | -30/+43 |
* | video: do not use MP_NOPTS_VALUE for A/V difference | wm4 | 2015-05-24 | 3 | -7/+3 |
* | player: add function to compute past frame durations | wm4 | 2015-05-24 | 3 | -17/+28 |
* | command: add protocol-list property | wm4 | 2015-05-23 | 1 | -0/+16 |
* | ytdl: do not use deprecated option | wm4 | 2015-05-23 | 1 | -1/+1 |
* | command: allow changing track properties while no file is loaded | wm4 | 2015-05-22 | 1 | -16/+20 |
* | player: use an array for stream ID options and such | wm4 | 2015-05-22 | 3 | -37/+25 |
* | command: deprecate audio-samplerate | wm4 | 2015-05-22 | 1 | -43/+2 |
* | command: add audio-params and audio-out-params properties | wm4 | 2015-05-22 | 1 | -1/+40 |
* | command: rename audio-format property | wm4 | 2015-05-22 | 1 | -4/+6 |
* | options: rename --media-title option | wm4 | 2015-05-22 | 1 | -1/+1 |
* | command: deprecate the "length" property | wm4 | 2015-05-22 | 2 | -9/+9 |
* | command: add a new property deprecation mechanism | wm4 | 2015-05-22 | 1 | -0/+29 |
* | audio: change range of volume option/property | wm4 | 2015-05-22 | 1 | -2/+2 |
* | command: explicitly show mouse cursor when unfullscreening | wm4 | 2015-05-21 | 1 | -2/+6 |
* | command: refactor if/else statements to switch | Robin | 2015-05-20 | 1 | -11/+19 |
* | video: force audio resync after video discontinuity | wm4 | 2015-05-20 | 1 | -0/+1 |
* | video: better heuristic for timestamp resets | wm4 | 2015-05-20 | 1 | -2/+13 |
* | audio: fix resync issue different | wm4 | 2015-05-19 | 1 | -1/+3 |
* | command: change OSD symbol for absolute perc. seek | rrooij | 2015-05-19 | 1 | -2/+4 |
* | audio: avoid wasting CPU due to continuous wakeup | wm4 | 2015-05-19 | 1 | -1/+2 |
* | command: use consistent comment style | rrooij | 2015-05-19 | 1 | -1/+1 |
* | input: add relative percentage seek | rrooij | 2015-05-19 | 1 | -0/+5 |
* | command: add playlist_shuffle command | wm4 | 2015-05-17 | 1 | -0/+5 |
* | threads: use utility+POSIX functions instead of weird wrappers | wm4 | 2015-05-11 | 1 | -2/+4 |
* | Always block SIGPIPE globally | wm4 | 2015-05-11 | 1 | -0/+7 |
* | ytdl_hook: remove tabs | wm4 | 2015-05-09 | 1 | -5/+5 |
* | player: reuse a function | wm4 | 2015-05-09 | 1 | -5/+1 |
* | player: make resuming playlists less noisy in verbose mode | wm4 | 2015-05-09 | 3 | -15/+16 |
* | player: avoid undefined behavior when resumign DVD/BD playback | wm4 | 2015-05-09 | 1 | -3/+3 |
* | path: make mp_path_join accept normal C strings | wm4 | 2015-05-09 | 4 | -6/+6 |
* | lua: remove deprecated "lua" sub directories | wm4 | 2015-05-09 | 2 | -29/+9 |
* | player: add --force-window=immediate mode | wm4 | 2015-05-08 | 1 | -0/+2 |
* | player: use profiles for libmpv and encoding defaults | wm4 | 2015-05-07 | 2 | -24/+32 |
* | m_config: make m_config_set_profile() use a name | wm4 | 2015-05-07 | 1 | -2/+2 |
* | ytdl_hook: Escape EDL URLs | ChrisK2 | 2015-05-07 | 1 | -1/+3 |
* | path: start special espansion with ~~name instead of ~name | wm4 | 2015-05-03 | 1 | -1/+1 |
* | options: fix typo in variable name | wm4 | 2015-05-03 | 1 | -1/+1 |
* | options: remove --leak-report | wm4 | 2015-05-02 | 1 | -11/+3 |
* | win32: move platform specifics to osdep | wm4 | 2015-05-02 | 1 | -25/+0 |
* | build: move main-fn files to osdep | wm4 | 2015-05-02 | 4 | -71/+1 |
* | cocoa: always compile OSX application code with cocoa | wm4 | 2015-05-02 | 1 | -2/+2 |
* | player: handle hotplug events in idle mode too | wm4 | 2015-05-02 | 1 | -0/+1 |
* | screenshots: create screenshot dir | wm4 | 2015-05-02 | 1 | -0/+2 |
* | screenshots: change default directory in pseudo-gui mode to desktop | wm4 | 2015-05-01 | 1 | -1/+2 |
* | screenshots: add --screenshot-directory option | wm4 | 2015-05-01 | 1 | -0/+8 |
* | player: properly destroy client context if thread can't be created | wm4 | 2015-04-30 | 1 | -1/+4 |
* | command: let sub_reload remove the old track first | wm4 | 2015-04-28 | 1 | -8/+10 |
* | player: log track list when adding or removing external files | wm4 | 2015-04-28 | 3 | -5/+16 |
* | player: clamp display time to known time range on seeking | wm4 | 2015-04-28 | 1 | -0/+7 |
* | osc: redo slider position translation | ChrisK2 | 2015-04-28 | 1 | -33/+55 |
* | ytdl_hook.lua: Change format options when vid is "off" | robin | 2015-04-27 | 1 | -6/+7 |
* | player: fix removing external tracks at runtime | wm4 | 2015-04-27 | 1 | -1/+9 |
* | player: flush decoder even if cover art is decoded | wm4 | 2015-04-24 | 1 | -1/+1 |
* | player: don't show A/V desync message in non-sense situations | wm4 | 2015-04-24 | 1 | -2/+2 |
* | osc: add nil check for element.eventresponder | wm4 | 2015-04-23 | 1 | -1/+1 |
* | demux_mkv: move global options to the demuxer | wm4 | 2015-04-23 | 1 | -2/+0 |
* | lua: add utils.format_json() function | wm4 | 2015-04-22 | 1 | -0/+18 |
* | osc: paint over a crash | wm4 | 2015-04-22 | 1 | -4/+6 |
* | player: do not load encoding config files in non-encoding mode | wm4 | 2015-04-21 | 1 | -8/+6 |
* | command: demuxer-cache-time property | xylosper | 2015-04-21 | 1 | -1/+21 |
* | player: cleanup update_fps() function | wm4 | 2015-04-20 | 2 | -13/+5 |
* | video: cleanup some old log messages | wm4 | 2015-04-20 | 1 | -0/+2 |
* | client API: add a screenshot_raw command | wm4 | 2015-04-20 | 3 | -0/+52 |
* | client API: add MPV_FORMAT_BYTE_ARRAY type | wm4 | 2015-04-20 | 1 | -0/+3 |
* | client API: add glue for making full use of mpv_command_node() | wm4 | 2015-04-20 | 4 | -10/+14 |
* | player: change video-bitrate and audio-bitrate properties | wm4 | 2015-04-20 | 1 | -47/+28 |
* | command: disc-mouse-on-button property | xylosper | 2015-04-21 | 3 | -0/+33 |
* | vf_screenshot: remove this filter | wm4 | 2015-04-16 | 1 | -6/+1 |
* | command: let screenshot_to_file command overwrite files | wm4 | 2015-04-16 | 1 | -5/+0 |
* | video: do not show decoder framedrops if they're not requested | wm4 | 2015-04-16 | 1 | -1/+2 |
* | subprocess: move implementation for deatched subprocesses | wm4 | 2015-04-15 | 1 | -34/+1 |
* | player: silence spam in verbose mode when playing audio with cover art | wm4 | 2015-04-14 | 1 | -1/+1 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 14 | -70/+56 |
* | main-fn-win: fix handle validity check for XP | James Ross-Gowan | 2015-04-11 | 1 | -1/+2 |
* | win32: use pseudo-gui profile when started without stdio | James Ross-Gowan | 2015-04-11 | 1 | -6/+35 |
* | win32: only attach to the console from mpv.com | James Ross-Gowan | 2015-04-11 | 1 | -0/+5 |
* | win32: use a platform-specific unicode entry-point | James Ross-Gowan | 2015-04-11 | 3 | -8/+24 |
* | player: use config parser for setting up pseudo-gui profile | wm4 | 2015-04-10 | 1 | -9/+7 |
* | player: change pseudo-gui settings | wm4 | 2015-04-10 | 1 | -2/+1 |
* | player: do not accidentally init terminal | wm4 | 2015-04-10 | 1 | -2/+1 |
* | ytdl: set additional properties for rtmp streams | Sebastian Mayr | 2015-04-09 | 1 | -3/+21 |
* | ytdl_hook.lua: Disable video when vid option is "no" | robin | 2015-04-09 | 1 | -0/+7 |
* | vo_opengl_cb: deprecate mpv_opengl_cb_render() | wm4 | 2015-04-09 | 1 | -1/+6 |
* | vo_opengl_cb: add a function to report vsync time | wm4 | 2015-04-09 | 1 | -0/+4 |
* | audio: change a detail about filter insertion | wm4 | 2015-04-07 | 1 | -18/+1 |
* | audio: avoid one more redundant audio filter reinit | wm4 | 2015-04-07 | 1 | -2/+2 |
* | screenshot: use GPU readback only for hardware decoded images | wm4 | 2015-04-07 | 1 | -1/+1 |
* | command: new subproperty for video-params: gamma | Niklas Haas | 2015-04-04 | 1 | -0/+5 |
* | video: cleanup stereo mode parsing | wm4 | 2015-04-02 | 1 | -1/+1 |
* | player: add --idle --keep-open to pseudo-gui profile | wm4 | 2015-04-02 | 1 | -0/+2 |
* | player: add "pseudo-gui" profile | wm4 | 2015-04-02 | 1 | -0/+8 |
* | lua: reject Lua 5.3 | wm4 | 2015-04-01 | 1 | -0/+5 |
* | command: remove unused function | wm4 | 2015-04-01 | 1 | -14/+0 |
* | video: move colorspace overrides to vf_format, simplify | wm4 | 2015-03-31 | 1 | -120/+21 |
* | build: make posix_spawn() mandatory | wm4 | 2015-03-30 | 1 | -4/+0 |
* | video: fix seek-to-last-frame | wm4 | 2015-03-26 | 1 | -3/+1 |
* | player: relax assertion on mp_set_playlist_entry | Niklas Haas | 2015-03-26 | 1 | -1/+1 |
* | video: make frame skipping code slightly more readable | wm4 | 2015-03-25 | 1 | -13/+8 |
* | video: refactor aspects of queue and EOF handling | wm4 | 2015-03-25 | 1 | -41/+62 |
* | lua: replace getcwd() implementation | wm4 | 2015-03-24 | 2 | -14/+4 |
* | command: add property returning current working directory | wm4 | 2015-03-24 | 1 | -0/+20 |
* | audio: increase maximum amount of audio skipped for seeking | wm4 | 2015-03-24 | 1 | -1/+1 |
* | client API: remove dead assignment | wm4 | 2015-03-23 | 1 | -1/+0 |
* | video: use less technical language for PTS warning | wm4 | 2015-03-23 | 1 | -1/+1 |
* | encode: make --audio-channels=auto work | wm4 | 2015-03-23 | 1 | -2/+4 |
* | video: fix update of vo-configured property | wm4 | 2015-03-23 | 1 | -0/+1 |
* | vo_opengl_cb: don't render OSD while VO is not created | wm4 | 2015-03-23 | 2 | -2/+1 |
* | command: use mp_set_playlist_entry | Sai Ke WANG | 2015-03-22 | 1 | -3/+1 |
* | player: fix seekability test | wm4 | 2015-03-20 | 1 | -1/+1 |
* | player: warn against non-monotonic video PTS only once | wm4 | 2015-03-18 | 1 | -8/+9 |
* | player: refuse to write resume file with unseekable files | wm4 | 2015-03-18 | 1 | -0/+6 |
* | osd: simplify an aspect of change detection handling | wm4 | 2015-03-18 | 1 | -1/+1 |
* | command: don't drop audio buffers when switching filters | wm4 | 2015-03-16 | 1 | -1/+0 |
* | command: make "media-title" observable | wm4 | 2015-03-15 | 1 | -1/+1 |
* | command: fix display-fps property (again) | wm4 | 2015-03-13 | 1 | -3/+3 |
* | command: display-fps is the display FPS as assumed by the VO | wm4 | 2015-03-12 | 1 | -4/+4 |
* | player: dump list of satisfied deps instead of config.h with -v | wm4 | 2015-03-11 | 1 | -1/+1 |
* | command: allow changing some VO options even if VO wasn't created yet | wm4 | 2015-03-11 | 1 | -4/+4 |
* | player: fix crash when taking screenshots in idle mode | wm4 | 2015-03-11 | 1 | -0/+2 |
* | audio: cut audio with spdif too on playback restart | wm4 | 2015-03-10 | 1 | -3/+3 |
* | command: add display-fps property | wm4 | 2015-03-10 | 1 | -1/+17 |
* | player: restore --dump-stats | wm4 | 2015-03-10 | 1 | -6/+6 |
* | audio: refuse to change playback speed with spdif | wm4 | 2015-03-07 | 1 | -2/+4 |
* | audio: make changing playback speed slightly more robust | wm4 | 2015-03-07 | 1 | -32/+39 |
* | Lua: add unpack shim for Lua 5.2/5.3 compatibility. | torque | 2015-03-06 | 1 | -0/+2 |
* | player: allow changing playback speed in early audio init stages | wm4 | 2015-03-06 | 1 | -1/+1 |
* | player: fix operation if command line is empty | wm4 | 2015-03-06 | 1 | -10/+11 |
* | player, client API: refactor cplayer init, reduce client API differences | wm4 | 2015-03-05 | 3 | -48/+51 |
* | player: minor simplification | wm4 | 2015-03-05 | 1 | -3/+3 |
* | player: use symbolic constant for seek precision | wm4 | 2015-03-04 | 4 | -29/+43 |
* | input: use flag option type for some input commands | wm4 | 2015-03-04 | 1 | -4/+11 |
* | build: fix warnings with --disable-libass | wm4 | 2015-03-04 | 1 | -2/+2 |
* | audio: change playback speed directly in resampler | wm4 | 2015-03-02 | 1 | -10/+2 |
* | player: refine rar:// playlist-safety handling | wm4 | 2015-03-02 | 1 | -3/+6 |
* | Lua: add mp.get_screen_margins(). | torque | 2015-03-01 | 1 | -0/+12 |
* | client API: make some more properties observable | wm4 | 2015-02-27 | 1 | -1/+2 |
* | player: adjust A/V desync message | wm4 | 2015-02-26 | 1 | -3/+3 |
* | ytdl: add "--ytdl-params" option | Thiago Kenji Okada | 2015-02-25 | 1 | -0/+7 |
* | ytdl: add --no-warnings | wm4 | 2015-02-24 | 1 | -1/+1 |
* | ytdl: Adapt to new subtitles structure | Jaime Marquínez Ferrándiz | 2015-02-24 | 1 | -9/+11 |
* | encoding: allow encoding to channel configurations other than stereo | wm4 | 2015-02-23 | 1 | -1/+3 |
* | player: fix demuxer lifetime management | wm4 | 2015-02-22 | 2 | -52/+43 |
* | demux: add a demux_open_url() function | wm4 | 2015-02-20 | 1 | -9/+3 |
* | demux: change demux_open() signature | wm4 | 2015-02-20 | 1 | -10/+10 |
* | demux: add free_demuxer_and_stream() function | wm4 | 2015-02-20 | 1 | -9/+4 |
* | player: move timeline scanning (ordered chapters etc.) to a thread | wm4 | 2015-02-20 | 1 | -7/+15 |
* | player: cosmetics: async/non-blocking -> reentrant | wm4 | 2015-02-20 | 3 | -13/+13 |
* | player: enable cache and demuxer thread for subtitles too | wm4 | 2015-02-18 | 2 | -3/+7 |
* | player: allow unsetting --term/osd-playing-msg | wm4 | 2015-02-18 | 1 | -2/+2 |
* | demux_edl: make independent from MPContext | wm4 | 2015-02-17 | 2 | -6/+0 |
* | demux_edl: move implementation | wm4 | 2015-02-17 | 1 | -302/+0 |
* | demux_cue: make independent from MPContext | wm4 | 2015-02-17 | 2 | -5/+0 |
* | demux_cue: move implementation | wm4 | 2015-02-17 | 1 | -415/+0 |
* | matroska: move timeline code to demux/ | wm4 | 2015-02-17 | 1 | -654/+0 |
* | matroska: make timeline code independent of MPContext | wm4 | 2015-02-17 | 3 | -114/+117 |
* | player: use a separate context for timeline loader stuff | wm4 | 2015-02-17 | 2 | -22/+46 |
* | player: use a macro to remove an element from an array | wm4 | 2015-02-17 | 1 | -6/+1 |
* | player: actually close files when using sub_remove | wm4 | 2015-02-17 | 1 | -13/+38 |
* | command: add rescan_external_files | wm4 | 2015-02-16 | 3 | -4/+24 |
* | command: nicer OSD message when setting audio-device | wm4 | 2015-02-16 | 1 | -0/+14 |
* | sub: mess with styling defaults, change --ass-use-margins behavior | wm4 | 2015-02-16 | 2 | -2/+4 |
* | osxbundle: config file special case isn't needed anymore | wm4 | 2015-02-15 | 1 | -6/+0 |
* | player: undeprecate 'config' files | wm4 | 2015-02-15 | 1 | -22/+5 |
* | player: fix audio-device-list updates | wm4 | 2015-02-14 | 3 | -0/+8 |
* | ao_coreaudio: add support for hotplug notifications | Stefano Pigozzi | 2015-02-14 | 2 | -4/+10 |
* | Fix build on OSX broken by previous commit | wm4 | 2015-02-13 | 1 | -1/+1 |
* | vf_vapoursynth: add display refresh rate property | Julian | 2015-02-13 | 1 | -0/+2 |
* | player: deprecate 'config' files (use mpv.conf), warn against clashes | wm4 | 2015-02-13 | 1 | -5/+27 |
* | command: mark get_property as deprecated | wm4 | 2015-02-13 | 1 | -0/+4 |
* | demux: hack for instant stream switching | wm4 | 2015-02-13 | 1 | -0/+5 |
* | encoding: fixed-vo option was removed | wm4 | 2015-02-13 | 1 | -1/+0 |
* | player: add a --loop=force mode | wm4 | 2015-02-12 | 2 | -8/+6 |
* | osx: move code to unset input context to the right place | wm4 | 2015-02-12 | 1 | -4/+4 |
* | osx: move cocoa specific call out of common code | wm4 | 2015-02-12 | 1 | -8/+0 |
* | player: drop explicit exit() calls | wm4 | 2015-02-12 | 1 | -14/+9 |
* | audio: add device change notification for hotplugging | wm4 | 2015-02-12 | 2 | -8/+14 |
* | Revert "player: make --force-window create the window immediately on start" | wm4 | 2015-02-12 | 1 | -1/+0 |
* | player: use af_scaletempo when slowing down audio too | wm4 | 2015-02-12 | 1 | -1/+1 |
* | player: skip audio filter reinit on some types of speed changes | wm4 | 2015-02-10 | 1 | -1/+11 |
* | tl_matroska: only check the chapter count when adding chapters | Ben Boeckel | 2015-02-06 | 1 | -3/+3 |
* | tl_matroska: squeeze down the number of parameters | Ben Boeckel | 2015-02-06 | 1 | -62/+77 |
* | player: do not autoload audio with audio files, enable autoloading | wm4 | 2015-02-05 | 1 | -0/+12 |
* | matroska: warn against mismatching segments | wm4 | 2015-02-04 | 1 | -0/+49 |
* | player: move timeline specific handling to timeline loaders | wm4 | 2015-02-04 | 4 | -14/+14 |
* | command: add on_unload hook | wm4 | 2015-02-04 | 1 | -0/+10 |
* | player: make --force-window create the window immediately on start | wm4 | 2015-02-03 | 1 | -0/+1 |
* | player: remove --fixed-vo | wm4 | 2015-02-03 | 3 | -7/+2 |
* | command: new commands audio_add/audio_remove/audio_reload | xylosper | 2015-02-03 | 3 | -34/+37 |
* | command: add property returning detected audio device | Stefano Pigozzi | 2015-02-03 | 1 | -1/+11 |
* | command: add property returning detected hwdec API | wm4 | 2015-02-02 | 1 | -1/+32 |
* | player: add external audio file auto-loading | wm4 | 2015-02-02 | 1 | -44/+58 |
* | command: add properties returning the current VO and AO driver | wm4 | 2015-02-02 | 1 | -2/+18 |
* | client API: add mpv_wait_async_requests() | wm4 | 2015-02-02 | 1 | -8/+12 |
* | command: add dummy get implementation for tv-channel property | wm4 | 2015-02-02 | 1 | -0/+2 |
* | player: dump audio jitter to stats file | wm4 | 2015-02-01 | 1 | -4/+5 |
* | command: send additional property change events in-between loading | wm4 | 2015-02-01 | 3 | -0/+3 |
* | command: improve observability of some audio properties | wm4 | 2015-02-01 | 1 | -1/+2 |
* | player: don't treat audio playback restart while paused special | wm4 | 2015-01-30 | 1 | -4/+1 |
* | player: minor simplification in A/V-sync related code | wm4 | 2015-01-30 | 2 | -10/+6 |
* | Revert "player: allow seeking audio between video frames" | wm4 | 2015-01-30 | 1 | -9/+1 |
* | player: print desync message on negative A/V-sync too | wm4 | 2015-01-30 | 1 | -1/+1 |
* | player: rearrange some A/V-sync related code | wm4 | 2015-01-30 | 1 | -6/+5 |
* | player: use correct type for some relative times | wm4 | 2015-01-30 | 1 | -3/+3 |
* | command: change sub-visibility OSD message | wm4 | 2015-01-29 | 1 | -1/+2 |
* | player: move more code out of central playloop function | wm4 | 2015-01-29 | 1 | -58/+73 |
* | player: remove redundant variable | wm4 | 2015-01-29 | 5 | -12/+9 |
* | player: allow seeking audio between video frames | wm4 | 2015-01-28 | 1 | -1/+9 |
* | player: enable hr-seek on audio after video end | wm4 | 2015-01-28 | 1 | -1/+2 |
* | player: demote matroska ordered chapter scanning messages to Verbose | Diogo Franco (Kovensky) | 2015-01-28 | 1 | -1/+1 |
* | ta: rename MP_TALLOC_ELEMS to MP_TALLOC_AVAIL | Ben Boeckel | 2015-01-27 | 1 | -1/+1 |
* | command: export more details about file seekability | wm4 | 2015-01-26 | 1 | -0/+10 |
* | player: fix framestep over timeline segment boundaries | wm4 | 2015-01-26 | 1 | -0/+2 |
* | options: list correct default value for --screenshot-template | wm4 | 2015-01-26 | 1 | -1/+1 |
* | lua: do not use math.pow() | wm4 | 2015-01-25 | 1 | -1/+1 |
* | vo: simplify VOs by adding generic screenshot support | wm4 | 2015-01-24 | 1 | -1/+1 |
* | ytdl: implement user-agent and cookie overrides | wm4 | 2015-01-24 | 1 | -5/+34 |
* | video: separate screenshot modes | wm4 | 2015-01-23 | 1 | -24/+25 |
* | input, player: new command for mouse event | xylosper | 2015-01-23 | 1 | -0/+19 |
* | command: export file format as property | wm4 | 2015-01-23 | 1 | -0/+12 |
* | player: some fixes for property notification | xylosper | 2015-01-23 | 2 | -4/+4 |
* | video: handle hwdec screenshots differently | wm4 | 2015-01-22 | 1 | -0/+10 |
* | client API: check locale, and reject anything other than "C" locale | wm4 | 2015-01-20 | 1 | -0/+16 |
* | win32: remove check for SetPriorityClass() | wm4 | 2015-01-20 | 1 | -3/+3 |
* | audio: don't force any parameters if spdif is used | wm4 | 2015-01-20 | 1 | -5/+3 |
* | demux_disc: pass seek flags to stream layer | wm4 | 2015-01-19 | 1 | -3/+6 |
* | client API: minor cleanup | wm4 | 2015-01-19 | 1 | -17/+28 |
* | client API: notify API user on event queue overflow | wm4 | 2015-01-19 | 2 | -11/+23 |
* | player: mention mpv encoding support for transcoding in desync. warning | wm4 | 2015-01-19 | 1 | -1/+1 |
* | video: fix waiting for last frame/format reconfig | wm4 | 2015-01-19 | 1 | -1/+1 |
* | x11: add --on-all-workspaces option and property | wm4 | 2015-01-16 | 1 | -0/+9 |
* | command: unify handling of fullscreen and other VO flags | wm4 | 2015-01-16 | 1 | -21/+12 |
* | player: don't enable demuxer readahead before selecting tracks | wm4 | 2015-01-16 | 2 | -5/+6 |
* | player: respect --untimed on last frame | wm4 | 2015-01-16 | 1 | -1/+3 |
* | player: respect --untimed on video format changes | wm4 | 2015-01-16 | 1 | -1/+1 |
* | ytdl_hook: Check for empty playlists | ChrisK2 | 2015-01-16 | 1 | -1/+7 |
* | OSC: Reset all styles for idle message | ChrisK2 | 2015-01-16 | 1 | -6/+6 |
* | player: don't fall asleep on audio decoding errors | wm4 | 2015-01-15 | 1 | -0/+2 |
* | player: fix --stop-playback-on-init-failure on audio init failure | wm4 | 2015-01-15 | 1 | -2/+1 |
* | osc: fix disabling OSC | wm4 | 2015-01-15 | 1 | -1/+5 |
* | player: fallback to seek time for percent-pos property | wm4 | 2015-01-14 | 1 | -2/+2 |
* | client API: fix log buffer overflow case | wm4 | 2015-01-13 | 1 | -3/+3 |
* | player: fix crash wtih --secondary-sid | wm4 | 2015-01-13 | 1 | -2/+3 |
* | tl_matroska: fix minor memory leak in error case | wm4 | 2015-01-12 | 1 | -5/+7 |
* | player: check sufficient track selection before destroying VO | wm4 | 2015-01-12 | 1 | -9/+9 |
* | win32: drop hacks for possibly broken static pthreads-win32 linking | wm4 | 2015-01-11 | 1 | -14/+0 |
* | command: fix property naming convention | wm4 | 2015-01-10 | 1 | -2/+2 |
* | command: change properties added in previous commit | wm4 | 2015-01-10 | 1 | -10/+7 |
* | command.c: new subproperties for video-params: bpp and depth | xylosper | 2015-01-10 | 1 | -0/+12 |
* | player: enable demuxer thread for external audio files | wm4 | 2015-01-10 | 1 | -0/+9 |
* | player: change stream list terminal output | wm4 | 2015-01-09 | 1 | -2/+2 |
* | tl_matroska: check chapter bounds | wm4 | 2015-01-09 | 1 | -2/+7 |
* | video: fix timeline with some container formats | wm4 | 2015-01-06 | 1 | -0/+2 |
* | command: ignore chapter cycling if there's only 1 chapter | wm4 | 2015-01-05 | 1 | -2/+5 |
* | client API, vo_opengl_cb: properly uninit video | wm4 | 2015-01-04 | 1 | -0/+1 |
* | video: batch query_format calls | wm4 | 2015-01-03 | 2 | -3/+4 |
* | ytdl: silence "succeeded" message | wm4 | 2015-01-03 | 1 | -1/+1 |
* | vf_vapoursynth: pass through container FPS value | wm4 | 2015-01-03 | 1 | -10/+8 |
* | x11: make display-names property observable | wm4 | 2015-01-03 | 1 | -1/+1 |
* | video: better pipelining with vf_vapoursynth | wm4 | 2015-01-03 | 3 | -4/+26 |
* | OSC: idlemessage: fix alignment | ChrisK2 | 2015-01-02 | 1 | -3/+3 |
* | OSC: add osc-message script command (wip) | ChrisK2 | 2015-01-02 | 1 | -0/+5 |
* | OSC: display "drop files here" message when idle + forced-window | ChrisK2 | 2015-01-02 | 1 | -2/+52 |
* | player: move terminal input init to a better place | wm4 | 2015-01-02 | 1 | -3/+3 |
* | player: print config.h contents in verbose mode | wm4 | 2015-01-02 | 1 | -6/+14 |
* | command: make the "run" command work on Windows too | wm4 | 2015-01-01 | 1 | -22/+35 |
* | Update copyright year | wm4 | 2015-01-01 | 1 | -1/+1 |
* | client API: add function to create new mpv_handles from existing ones | wm4 | 2014-12-31 | 1 | -0/+14 |
* | vo_opengl_cb: simplify API uninitialization | wm4 | 2014-12-31 | 2 | -2/+13 |
* | vo_opengl_cb: pass context directly | wm4 | 2014-12-31 | 1 | -3/+1 |
* | video: pass some VO params as struct | wm4 | 2014-12-31 | 2 | -6/+12 |
* | command: make empty vf-metadata not an error | wm4 | 2014-12-30 | 1 | -11/+6 |
* | options: expand ~ for the include option | Stefano Pigozzi | 2014-12-30 | 1 | -1/+5 |
* | command: add filtered-metadata property | wm4 | 2014-12-29 | 1 | -1/+12 |
* | player: filter tags, add --display-tags option | wm4 | 2014-12-29 | 2 | -7/+8 |
* | player: make --shuffle/--merge-files affect runtime loaded playlists | wm4 | 2014-12-29 | 4 | -15/+26 |
* | command: stip path from playlist OSD display | wm4 | 2014-12-27 | 1 | -2/+8 |
* | player: force stereo as default when encoding | wm4 | 2014-12-27 | 1 | -0/+1 |
* | player: fix random crashes on uninitialization | wm4 | 2014-12-27 | 1 | -0/+1 |
* | player: cosmetics: rename a function | wm4 | 2014-12-27 | 3 | -7/+7 |
* | player: ordered chapters: cosmetics | wm4 | 2014-12-26 | 1 | -54/+32 |
* | player: ordered chapters: bullshit reduction | wm4 | 2014-12-26 | 1 | -26/+5 |
* | player: ordered chapters: filter missing chapters | wm4 | 2014-12-26 | 1 | -0/+9 |
* | command: overlay_add: more flexible treatment of offset parameter | wm4 | 2014-12-26 | 1 | -8/+12 |
* | win32: add mmap() emulation | wm4 | 2014-12-26 | 1 | -9/+0 |
* | player: hack against --keep-open misbehaving with broken files | wm4 | 2014-12-24 | 1 | -0/+2 |
* | player: fix a typo in message output | wm4 | 2014-12-24 | 1 | -1/+1 |
* | client API: fix compiler warning if openglcb API is disabled | wm4 | 2014-12-22 | 1 | -1/+0 |
* | vo_opengl_cb: free context on exit | wm4 | 2014-12-22 | 1 | -0/+3 |
* | client API: fix mpv_wakeup() | wm4 | 2014-12-22 | 1 | -2/+2 |
* | sub: reset sub decoder correctly when cycling subtitles | wm4 | 2014-12-21 | 1 | -3/+1 |
* | player: cosmetics: move code around | wm4 | 2014-12-21 | 2 | -16/+15 |
* | player: don't show "0%" percentage in infinite streams | wm4 | 2014-12-20 | 2 | -4/+9 |
* | player: print only changed tags | wm4 | 2014-12-19 | 2 | -4/+24 |
* | player: cosmetics: remove ancient comment | wm4 | 2014-12-17 | 1 | -3/+0 |
* | command: extend revert_seek command | wm4 | 2014-12-17 | 1 | -2/+10 |
* | command: format ${avsync} like on terminal status line | wm4 | 2014-12-16 | 1 | -0/+4 |
* | client API: be more lenient about mpv_suspend/resume mismatches | wm4 | 2014-12-15 | 3 | -29/+53 |
* | lua: cosmetics: fix some include directives | wm4 | 2014-12-15 | 1 | -3/+2 |
* | scripting: fix/improve deprecation message | wm4 | 2014-12-15 | 1 | -3/+6 |
* | options: deprecate 'lua' based options/dirs for 'script' | Avi Halachmi (:avih) | 2014-12-15 | 4 | -15/+32 |
* | command, dvd: add property which returns list of DVD titles | wm4 | 2014-12-13 | 1 | -0/+33 |
* | options: add option for ignoring patch in resume mechanism | wm4 | 2014-12-13 | 1 | -4/+8 |
* | player: add a --keep-open=always mode | wm4 | 2014-12-12 | 1 | -1/+2 |
* | command: add properties for current bitrate | wm4 | 2014-12-12 | 1 | -0/+23 |
* | lua: don't ignore key press events for script key bindings | wm4 | 2014-12-10 | 1 | -2/+2 |
* | command: fix crash with some forms of script_binding | wm4 | 2014-12-10 | 1 | -1/+1 |
* | player: update chapter marks when switching files | wm4 | 2014-12-10 | 1 | -0/+4 |
* | command: add "idle" property | wm4 | 2014-12-10 | 1 | -2/+16 |
* | player: change interaction between revert_seek and ab-loops | wm4 | 2014-12-09 | 1 | -0/+1 |
* | client API: expose OpenGL renderer | wm4 | 2014-12-09 | 4 | -0/+69 |
* | player: restore ab-loop settings with playback resume | wm4 | 2014-12-09 | 1 | -0/+2 |
* | build: fix --disable-libass | wm4 | 2014-12-08 | 1 | -2/+2 |
* | player: make chapter seek to end jump to last frame with --keep-open | wm4 | 2014-12-08 | 3 | -2/+7 |
* | options: add a 'once' idle mode | Stefano Pigozzi | 2014-12-07 | 1 | -1/+1 |
* | sub: remove assertion | wm4 | 2014-12-07 | 1 | -2/+1 |
* | player: when seeking past EOF with --keep-open, seek to last frame | wm4 | 2014-12-07 | 3 | -7/+47 |
* | osc: improve slimbox layout and minor code cleanups | ChrisK2 | 2014-12-05 | 1 | -82/+92 |
* | assdraw: Properly approximate circle for rounded box | ChrisK2 | 2014-12-05 | 1 | -4/+5 |
* | osc, dvd, bd: fix mouse state when changing menu modes | wm4 | 2014-12-05 | 2 | -4/+9 |
* | discnav: remove redundant call | wm4 | 2014-12-04 | 1 | -2/+0 |
* | dvd, bd: don't unnecessarily block on demuxer/stream all the time | wm4 | 2014-12-04 | 1 | -1/+4 |
* | dvd, bd, osc: disable OSC while a menu is active | wm4 | 2014-12-04 | 1 | -0/+9 |
* | lua: fully cleanup removed key bindings | wm4 | 2014-12-03 | 1 | -0/+1 |
* | client API: allow multiple mpv instances with terminal=yes | wm4 | 2014-12-02 | 2 | -16/+21 |
* | osc: always force mouse_move binding | wm4 | 2014-12-02 | 1 | -1/+1 |
* | lua: fix broken error message | wm4 | 2014-12-02 | 1 | -1/+1 |
* | player: don't signal an error if --stream-dump is used | wm4 | 2014-12-02 | 1 | -0/+1 |
* | client API: print version on initialization | wm4 | 2014-12-02 | 1 | -0/+2 |
* | player: don't ignore relative seeks by 0 seconds | wm4 | 2014-11-29 | 1 | -4/+0 |
* | command: avoid returning invalid FPS values | wm4 | 2014-11-29 | 1 | -3/+5 |
* | player: reset frame step counter on seeks | wm4 | 2014-11-29 | 2 | -1/+1 |
* | lua: add a function that formats Lua values as strings | wm4 | 2014-11-29 | 1 | -16/+21 |
* | player: simplify and fix ordered chapter EOF handling | wm4 | 2014-11-28 | 2 | -17/+11 |
* | command: sub_add with "auto" should not always select a subtitle track | wm4 | 2014-11-27 | 1 | -1/+3 |
* | audio: alternative fix for previous commit | wm4 | 2014-11-27 | 1 | -4/+1 |
* | audio: fix busy loop when seeking while paused | wm4 | 2014-11-27 | 1 | -2/+4 |
* | ytdl: bump requrired youtube-dl version to 2014.11.26 | ChrisK2 | 2014-11-26 | 1 | -1/+1 |
* | ytdl: Try to handle multi-arc videos | ChrisK2 | 2014-11-26 | 1 | -14/+37 |
* | ytdl: When using DASH, print actual duration | ChrisK2 | 2014-11-26 | 1 | -1/+5 |
* | client API: make sure youtube-dl is not used by default | wm4 | 2014-11-25 | 1 | -0/+1 |
* | audio: make mp_audio_config_to_str return a stack-allocated string | wm4 | 2014-11-25 | 1 | -3/+2 |
* | audio: make mp_chmap_to_str() return a stack-allocated string | wm4 | 2014-11-24 | 1 | -1/+1 |
* | lua: remove redundant call | wm4 | 2014-11-24 | 1 | -1/+0 |
* | lua: always handle key repeat on the script side | wm4 | 2014-11-24 | 1 | -4/+5 |
* | lua, ipc: remove leftovers | wm4 | 2014-11-24 | 2 | -10/+0 |
* | command: don't queue framesteps | wm4 | 2014-11-23 | 1 | -1/+14 |
* | player: don't crash when using sub_seek without subtitles | wm4 | 2014-11-23 | 1 | -2/+0 |
* | input, lua: redo input handling | wm4 | 2014-11-23 | 4 | -43/+145 |
* | client API: restrict client names | wm4 | 2014-11-23 | 2 | -20/+22 |
* | input: set mouse area by default for all input | wm4 | 2014-11-23 | 1 | -1/+1 |
* | lua: subprocess: move to osdep/subprocess-{win,posix}.c | James Ross-Gowan | 2014-11-22 | 1 | -478/+3 |
* | lua: subprocess: use macros for SetHandleInformation | James Ross-Gowan | 2014-11-22 | 1 | -1/+2 |
* | lua: subprocess: fix handle inheritance race condition | James Ross-Gowan | 2014-11-22 | 1 | -11/+87 |
* | lua: subprocess: fix Ctrl+C handling on Windows | James Ross-Gowan | 2014-11-22 | 1 | -3/+11 |
* | lua: subprocess: cancel pending I/O before return | James Ross-Gowan | 2014-11-22 | 1 | -2/+7 |
* | Remove some superfluous NULL checks | wm4 | 2014-11-21 | 3 | -6/+2 |
* | lua: add a way to add repeatable key bindings | wm4 | 2014-11-21 | 1 | -3/+5 |
* | command: dvd: better audio/video recovery on angle switching | wm4 | 2014-11-20 | 1 | -5/+2 |
* | command: add drop_buffers | wm4 | 2014-11-20 | 1 | -0/+10 |
* | options: add --ytdl-format option for youtube-dl format | Jaime Marquínez Ferrándiz | 2014-11-20 | 1 | -3/+12 |
* | player: integrate ytdl_hook.lua | wm4 | 2014-11-19 | 2 | -0/+5 |
* | lua: add youtube-dl hook script | ChrisK2 | 2014-11-19 | 1 | -0/+163 |
* | command: add an ab_loop command | wm4 | 2014-11-18 | 1 | -0/+20 |
* | command: improve A-B loop behavior | wm4 | 2014-11-18 | 3 | -3/+16 |
* | lua: subprocess: support cancellation on Windows | James Ross-Gowan | 2014-11-18 | 1 | -1/+9 |
* | lua: subprocess: use overlapped I/O on Windows | James Ross-Gowan | 2014-11-18 | 1 | -56/+133 |
* | command: implement A-B loops | wm4 | 2014-11-18 | 2 | -9/+65 |
* | command: adjust previous commit | wm4 | 2014-11-17 | 1 | -1/+3 |
* | command: playlist property: return if an entry is currently playing | wm4 | 2014-11-17 | 1 | -0/+2 |
* | lua: subprocess: remove minor code duplication | wm4 | 2014-11-16 | 1 | -31/+22 |
* | lua: subprocess: add Windows implementation | James Ross-Gowan | 2014-11-16 | 1 | -46/+257 |
* | man: document osc seekbarstyle option | ahoka | 2014-11-15 | 1 | -1/+1 |
* | osc: add validation for string user options | ahoka | 2014-11-15 | 1 | -0/+16 |
* | osc: add seekbarstyle option | ahoka | 2014-11-15 | 1 | -0/+5 |
* | sub: workaround braindead libass API | wm4 | 2014-11-15 | 3 | -10/+14 |
* | command: list filters/VOs/AOs with option-info | wm4 | 2014-11-14 | 1 | -0/+11 |
* | command: export some option metadata | wm4 | 2014-11-13 | 1 | -1/+33 |
* | command: rename "option-flags" property to "option-info" | wm4 | 2014-11-13 | 1 | -3/+3 |
* | command: make sub-properties more flexible | wm4 | 2014-11-13 | 1 | -1/+1 |
* | command: export mpv configure arguments as property | wm4 | 2014-11-13 | 1 | -0/+7 |
* | player: simplify audio uninit on segment switches | wm4 | 2014-11-12 | 1 | -5/+4 |
* | audio: fix some issues when reloading the AO | wm4 | 2014-11-12 | 1 | -0/+3 |
* | player: make the osd-msg prefix work for playlist_next/prev | wm4 | 2014-11-11 | 4 | -1/+10 |
* | audio: make decoders output refcounted frames | wm4 | 2014-11-10 | 2 | -8/+8 |
* | audio: change how filters are inserted on playback speed changes | wm4 | 2014-11-10 | 1 | -42/+48 |
* | player: don't try to use duration 0 | wm4 | 2014-11-10 | 1 | -1/+1 |
* | dvd, bluray: reload demuxer on title changes | wm4 | 2014-11-10 | 1 | -0/+1 |
* | command: send property-change event on playlist change | Alessandro Ghedini | 2014-11-09 | 2 | -0/+6 |
* | video/out: minor simplification to event query function | wm4 | 2014-11-09 | 1 | -1/+1 |
* | audio/out: make ao_request_reload() idempotent | wm4 | 2014-11-09 | 2 | -6/+6 |
* | audio: handle reinit after AO reload slightly cleaner | wm4 | 2014-11-09 | 1 | -8/+8 |
* | player: improve audio time display | wm4 | 2014-11-08 | 1 | -1/+10 |
* | command: silence a warning on win32 | wm4 | 2014-11-08 | 1 | -0/+2 |
* | command: fix option-flags property | wm4 | 2014-11-08 | 1 | -1/+3 |
* | command: export the flag whether an option was set on commandline | wm4 | 2014-11-07 | 1 | -0/+26 |
* | client: remove redundant assignment | wm4 | 2014-11-07 | 1 | -1/+0 |
* | client API: silence silly clang warning | wm4 | 2014-11-07 | 1 | -2/+2 |
* | command: add display-names property | Kevin Mitchell | 2014-11-07 | 1 | -0/+25 |
* | command: use playback time as reference for sub_seek | wm4 | 2014-11-05 | 1 | -2/+3 |
* | player: fix --secondary-sid | wm4 | 2014-11-04 | 1 | -1/+1 |
* | command: add window-minimized property (X11 only) | wm4 | 2014-11-02 | 3 | -0/+21 |
* | command: make window-scale property observable | wm4 | 2014-11-02 | 4 | -4/+19 |
* | command: expose mpv version as property | wm4 | 2014-11-02 | 1 | -0/+8 |
* | player: print anamorphic size only if video is anamorphic | wm4 | 2014-11-02 | 1 | -2/+5 |
* | player: always use demux_chapter | wm4 | 2014-11-02 | 7 | -36/+24 |
* | player: add --chapters-file option | wm4 | 2014-11-02 | 1 | -5/+25 |
* | osd: properly wakeup when the OSD function disappears | wm4 | 2014-11-01 | 1 | -3/+10 |
* | player: update meaning of drop_frame_cnt | wm4 | 2014-11-01 | 4 | -9/+8 |
* | player: show AV-desync message in all framedrop modes | wm4 | 2014-11-01 | 1 | -2/+1 |
* | sub: remove osd_get_sub() | wm4 | 2014-11-01 | 3 | -5/+7 |
* | sub: be more flexible about changes to how subtitles are rendered | wm4 | 2014-10-31 | 1 | -20/+32 |
* | player: change framedrop display in the status line | wm4 | 2014-10-31 | 1 | -4/+5 |
* | player: improve exit message in some scenarios | wm4 | 2014-10-31 | 3 | -63/+58 |
* | player: don't display zero duration for files with unknown duration | wm4 | 2014-10-29 | 4 | -17/+22 |
* | player: add an option to abort playback on partial init failures | wm4 | 2014-10-28 | 3 | -3/+5 |
* | player: handle DVB demuxer reloading correctly | wm4 | 2014-10-28 | 1 | -2/+2 |
* | client API: better error reporting | wm4 | 2014-10-28 | 6 | -24/+52 |
* | client API: add an enum for mpv_event_end_file.reason | wm4 | 2014-10-28 | 1 | -4/+3 |
* | player: handle edition reloading slightly differently | wm4 | 2014-10-28 | 3 | -11/+11 |
* | command: play the correct entry with loadfile ... append-play | Alessandro Ghedini | 2014-10-27 | 1 | -1/+1 |
* | player: don't spam video-reconfig event | wm4 | 2014-10-27 | 1 | -1/+1 |
* | command: try 'icy-title' metadata for media-title as well | Alessandro Ghedini | 2014-10-27 | 1 | -0/+3 |
* | command: add audio-device property | wm4 | 2014-10-27 | 1 | -0/+11 |
* | audio: add command/function to reload audio output | wm4 | 2014-10-27 | 1 | -0/+16 |
* | lua: subprocess: fix dumb | wm4 | 2014-10-26 | 1 | -1/+1 |
* | lua: subprocess: tunnel stderr through mp_log | wm4 | 2014-10-26 | 1 | -20/+63 |
* | lua: parse_json(): fix inverted condition for trail argument | wm4 | 2014-10-26 | 1 | -1/+1 |
* | lua: subprocess: don't distinguish pipe errors/EOF | wm4 | 2014-10-26 | 1 | -7/+4 |
* | Drop libquvi support | wm4 | 2014-10-25 | 3 | -88/+2 |
* | lua: fix some more lua_tostring() mistakes | wm4 | 2014-10-25 | 1 | -1/+3 |
* | lua: lua_tostring() on an error value can return NULL | wm4 | 2014-10-24 | 1 | -2/+4 |
* | command: finish hook execution if client fails | wm4 | 2014-10-24 | 3 | -6/+33 |
* | command: add vo-configured property | wm4 | 2014-10-24 | 1 | -1/+10 |