index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
common
/
msg.c
Commit message (
Expand
)
Author
Age
*
Add some missing "const"s
wm4
2014-10-10
*
fix -Wduplicate-decl-specifier warnings with clang
Stefano Pigozzi
2014-10-09
*
msg: fix unwanted blank lines
wm4
2014-10-08
*
client API: introduce numeric log levels
wm4
2014-10-08
*
msg, client API: buffer partial lines
wm4
2014-10-08
*
msg, client API: never send the status line as log message
wm4
2014-10-08
*
msg: set an explicit overflow message
wm4
2014-10-08
*
Move compat/ and bstr/ directory contents somewhere else
wm4
2014-08-29
*
posix: use STD*_FILENO constants
Ben Boeckel
2014-08-28
*
msg: allow duplicating a mp_log
wm4
2014-08-25
*
win32: emulate some ANSI terminal escape codes
wm4
2014-08-21
*
Remove the last remains of slave mode
wm4
2014-08-01
*
build: allow compilation without any atomics
wm4
2014-07-05
*
Add more const
wm4
2014-06-11
*
client API: call wakeup callback if there are new messages
wm4
2014-06-06
*
atomics: switch to C11 stdatomic.h
wm4
2014-05-21
*
options: remove deprecated --identify
Martin Herkt
2014-05-04
*
terminal: fix printing of prefix
wm4
2014-04-23
*
player: add a --dump-stats option
wm4
2014-04-17
*
msg: correct ringbuffer log level comparison
FRAU KOUJIRO
2014-04-17
*
terminal: pretty print modules for --msgmodule
Evan Purkhiser
2014-04-12
*
msg: add --msgtime option to add timestamps to each output message
wm4
2014-02-28
*
options: add --no-terminal switch
wm4
2014-02-10
*
msg: clear lines by printing spaces on MS Windows
wm4
2014-02-09
*
msg: don't clear the status line if new and previous status was empty
wm4
2014-01-29
*
msg: expose log level names
wm4
2014-01-16
*
msg: add a mechanism to output messages to a ringbuffer
wm4
2014-01-16
*
msg: move special declarations to msg_control.h
wm4
2014-01-16
*
msg: print module prefixes even if message contains newlines
wm4
2014-01-16
*
msg: update comment
wm4
2014-01-15
*
msg: terminal OSD uses stderr, not stdout
wm4
2014-01-15
*
msg: don't clear term OSD lines that are not used
wm4
2014-01-14
*
msg: fix printing of module header
wm4
2014-01-14
*
player: redo terminal OSD and status line handling
wm4
2014-01-13
*
msg: add some comments about thread-safety
wm4
2013-12-22
*
msg: remove global state
wm4
2013-12-21
*
msg: don't prefix slave-mode stuff by default
wm4
2013-12-21
*
msg: rename mp_msg_log -> mp_msg
wm4
2013-12-21
*
msg: convert defines to enum
wm4
2013-12-21
*
msg: remove legacy stuff
wm4
2013-12-21
*
msg: handle vsnprintf errors
wm4
2013-12-20
*
msg: use a global lock to synchronize printing
wm4
2013-12-20
*
msg: change --msglevel, reduce legacy glue
wm4
2013-12-20
*
msg: cosmetic changes
wm4
2013-12-20
*
msg: change hack to silence command line pre-parse error messages
wm4
2013-12-20
*
terminal: remove separate formatting for --msgmodule
wm4
2013-12-20
*
terminal: abstract terminal color handling
wm4
2013-12-20
*
terminal: move SIGTTOU signal handler setup code
wm4
2013-12-19
*
Rename getch2....c/h to terminal....c/h
wm4
2013-12-19
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17