index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
msg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
msg: show how many messages were dropped
wm4
2019-11-22
1
-1
/
+3
*
msg: drop old instead of new messages on overflow
wm4
2019-11-22
1
-43
/
+57
*
msg: fix missing wakeup callback in terminal-default log level
wm4
2019-11-22
1
-0
/
+2
*
player: remove mechanisms for better logging with repl.lua
wm4
2019-11-18
1
-1
/
+59
*
msg: always use terminal control codes for status line
wm4
2019-10-24
1
-6
/
+3
*
msg: remove unnecessary condition
wm4
2019-09-19
1
-4
/
+0
*
vo_gpu: vulkan: use libplacebo instead
Niklas Haas
2019-04-21
1
-4
/
+4
*
player: get rid of mpv_global.opts
wm4
2018-05-24
1
-9
/
+2
*
msg: bump up log level of --log-file
Niklas Haas
2017-12-15
1
-2
/
+2
*
msg: make --msg-level affect --log-file too
wm4
2017-10-04
1
-1
/
+1
*
build: add preliminary LGPL mode
wm4
2017-09-21
1
-9
/
+7
*
options: unbreak -v
wm4
2017-06-23
1
-1
/
+1
*
options: remove weird --really-quiet special behavior
wm4
2017-06-23
1
-1
/
+5
*
player: make sure version information is always included in --log-file
wm4
2017-05-22
1
-0
/
+13
*
msg.c/h: partially change license to LGPL
wm4
2017-05-05
1
-0
/
+2
*
msg: flush after every message for --log-file
wm4
2016-09-30
1
-0
/
+1
*
msg: make --log-file and --dump-stats accept config path expansion
wm4
2016-09-28
1
-17
/
+27
*
player: make --log-file and --dump-stats freely settable at runtime
wm4
2016-09-19
1
-20
/
+37
*
osdep: rename atomics.h to atomic.h
wm4
2016-09-07
1
-1
/
+1
*
msg: introduce partial line buffers per mp_log
wm4
2016-03-01
1
-25
/
+28
*
msg: minor simplification
wm4
2016-03-01
1
-11
/
+6
*
msg: use dynamic buffer for message formatting
wm4
2016-03-01
1
-11
/
+19
*
mpv_talloc.h: rename from talloc.h
Dmitrij D. Czarkoff
2016-01-11
1
-1
/
+1
*
msg: remove redundant condition
wm4
2015-12-05
1
-1
/
+1
*
msg: remove the useless trailing comment from stats dumping
wm4
2015-10-14
1
-4
/
+2
*
client API: allow using msg-level option for log messages
wm4
2015-06-20
1
-11
/
+10
*
Various spelling fixes
Marcin Kurczewski
2015-06-18
1
-1
/
+1
*
options: remove unneeded hack from command line parser
wm4
2015-04-23
1
-10
/
+1
*
Update license headers
Marcin Kurczewski
2015-04-13
1
-5
/
+4
*
msg: use relaxed atomics for log level test
wm4
2015-03-02
1
-1
/
+4
*
options: change --msg-level option
wm4
2015-02-06
1
-31
/
+16
*
msg: add --log-file option
wm4
2015-01-26
1
-0
/
+22
*
command: make the "run" command work on Windows too
wm4
2015-01-01
1
-2
/
+3
*
Add some missing "const"s
wm4
2014-10-10
1
-1
/
+1
*
fix -Wduplicate-decl-specifier warnings with clang
Stefano Pigozzi
2014-10-09
1
-2
/
+2
*
msg: fix unwanted blank lines
wm4
2014-10-08
1
-1
/
+3
*
client API: introduce numeric log levels
wm4
2014-10-08
1
-0
/
+14
*
msg, client API: buffer partial lines
wm4
2014-10-08
1
-61
/
+73
*
msg, client API: never send the status line as log message
wm4
2014-10-08
1
-1
/
+1
*
msg: set an explicit overflow message
wm4
2014-10-08
1
-1
/
+1
*
Move compat/ and bstr/ directory contents somewhere else
wm4
2014-08-29
1
-2
/
+2
*
posix: use STD*_FILENO constants
Ben Boeckel
2014-08-28
1
-2
/
+2
*
msg: allow duplicating a mp_log
wm4
2014-08-25
1
-15
/
+20
*
win32: emulate some ANSI terminal escape codes
wm4
2014-08-21
1
-12
/
+16
*
Remove the last remains of slave mode
wm4
2014-08-01
1
-1
/
+1
*
build: allow compilation without any atomics
wm4
2014-07-05
1
-0
/
+4
*
Add more const
wm4
2014-06-11
1
-1
/
+1
*
client API: call wakeup callback if there are new messages
wm4
2014-06-06
1
-1
/
+9
*
atomics: switch to C11 stdatomic.h
wm4
2014-05-21
1
-17
/
+14
*
options: remove deprecated --identify
Martin Herkt
2014-05-04
1
-8
/
+3
*
terminal: fix printing of prefix
wm4
2014-04-23
1
-2
/
+3
*
player: add a --dump-stats option
wm4
2014-04-17
1
-2
/
+40
*
msg: correct ringbuffer log level comparison
FRAU KOUJIRO
2014-04-17
1
-1
/
+1
*
terminal: pretty print modules for --msgmodule
Evan Purkhiser
2014-04-12
1
-2
/
+26
*
msg: add --msgtime option to add timestamps to each output message
wm4
2014-02-28
1
-2
/
+9
*
options: add --no-terminal switch
wm4
2014-02-10
1
-13
/
+21
*
msg: clear lines by printing spaces on MS Windows
wm4
2014-02-09
1
-1
/
+7
*
msg: don't clear the status line if new and previous status was empty
wm4
2014-01-29
1
-0
/
+3
*
msg: expose log level names
wm4
2014-01-16
1
-3
/
+3
*
msg: add a mechanism to output messages to a ringbuffer
wm4
2014-01-16
1
-18
/
+140
*
msg: move special declarations to msg_control.h
wm4
2014-01-16
1
-1
/
+2
*
msg: print module prefixes even if message contains newlines
wm4
2014-01-16
1
-12
/
+23
*
msg: update comment
wm4
2014-01-15
1
-1
/
+1
*
msg: terminal OSD uses stderr, not stdout
wm4
2014-01-15
1
-1
/
+1
*
msg: don't clear term OSD lines that are not used
wm4
2014-01-14
1
-3
/
+5
*
msg: fix printing of module header
wm4
2014-01-14
1
-1
/
+2
*
player: redo terminal OSD and status line handling
wm4
2014-01-13
1
-14
/
+78
*
msg: add some comments about thread-safety
wm4
2013-12-22
1
-0
/
+6
*
msg: remove global state
wm4
2013-12-21
1
-51
/
+55
*
msg: don't prefix slave-mode stuff by default
wm4
2013-12-21
1
-1
/
+1
*
msg: rename mp_msg_log -> mp_msg
wm4
2013-12-21
1
-5
/
+5
*
msg: convert defines to enum
wm4
2013-12-21
1
-3
/
+4
*
msg: remove legacy stuff
wm4
2013-12-21
1
-85
/
+1
*
msg: handle vsnprintf errors
wm4
2013-12-20
1
-1
/
+2
*
msg: use a global lock to synchronize printing
wm4
2013-12-20
1
-4
/
+7
*
msg: change --msglevel, reduce legacy glue
wm4
2013-12-20
1
-25
/
+112
*
msg: cosmetic changes
wm4
2013-12-20
1
-20
/
+22
*
msg: change hack to silence command line pre-parse error messages
wm4
2013-12-20
1
-0
/
+3
*
terminal: remove separate formatting for --msgmodule
wm4
2013-12-20
1
-4
/
+1
*
terminal: abstract terminal color handling
wm4
2013-12-20
1
-95
/
+5
*
terminal: move SIGTTOU signal handler setup code
wm4
2013-12-19
1
-7
/
+0
*
Rename getch2....c/h to terminal....c/h
wm4
2013-12-19
1
-1
/
+1
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
1
-0
/
+389