summaryrefslogtreecommitdiffstats
path: root/common/msg.c
Commit message (Expand)AuthorAgeFilesLines
* Add some missing "const"swm42014-10-101-1/+1
* fix -Wduplicate-decl-specifier warnings with clangStefano Pigozzi2014-10-091-2/+2
* msg: fix unwanted blank lineswm42014-10-081-1/+3
* client API: introduce numeric log levelswm42014-10-081-0/+14
* msg, client API: buffer partial lineswm42014-10-081-61/+73
* msg, client API: never send the status line as log messagewm42014-10-081-1/+1
* msg: set an explicit overflow messagewm42014-10-081-1/+1
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-291-2/+2
* posix: use STD*_FILENO constantsBen Boeckel2014-08-281-2/+2
* msg: allow duplicating a mp_logwm42014-08-251-15/+20
* win32: emulate some ANSI terminal escape codeswm42014-08-211-12/+16
* Remove the last remains of slave modewm42014-08-011-1/+1
* build: allow compilation without any atomicswm42014-07-051-0/+4
* Add more constwm42014-06-111-1/+1
* client API: call wakeup callback if there are new messageswm42014-06-061-1/+9
* atomics: switch to C11 stdatomic.hwm42014-05-211-17/+14
* options: remove deprecated --identifyMartin Herkt2014-05-041-8/+3
* terminal: fix printing of prefixwm42014-04-231-2/+3
* player: add a --dump-stats optionwm42014-04-171-2/+40
* msg: correct ringbuffer log level comparisonFRAU KOUJIRO2014-04-171-1/+1
* terminal: pretty print modules for --msgmoduleEvan Purkhiser2014-04-121-2/+26
* msg: add --msgtime option to add timestamps to each output messagewm42014-02-281-2/+9
* options: add --no-terminal switchwm42014-02-101-13/+21
* msg: clear lines by printing spaces on MS Windowswm42014-02-091-1/+7
* msg: don't clear the status line if new and previous status was emptywm42014-01-291-0/+3
* msg: expose log level nameswm42014-01-161-3/+3
* msg: add a mechanism to output messages to a ringbufferwm42014-01-161-18/+140
* msg: move special declarations to msg_control.hwm42014-01-161-1/+2
* msg: print module prefixes even if message contains newlineswm42014-01-161-12/+23
* msg: update commentwm42014-01-151-1/+1
* msg: terminal OSD uses stderr, not stdoutwm42014-01-151-1/+1
* msg: don't clear term OSD lines that are not usedwm42014-01-141-3/+5
* msg: fix printing of module headerwm42014-01-141-1/+2
* player: redo terminal OSD and status line handlingwm42014-01-131-14/+78
* msg: add some comments about thread-safetywm42013-12-221-0/+6
* msg: remove global statewm42013-12-211-51/+55
* msg: don't prefix slave-mode stuff by defaultwm42013-12-211-1/+1
* msg: rename mp_msg_log -> mp_msgwm42013-12-211-5/+5
* msg: convert defines to enumwm42013-12-211-3/+4
* msg: remove legacy stuffwm42013-12-211-85/+1
* msg: handle vsnprintf errorswm42013-12-201-1/+2
* msg: use a global lock to synchronize printingwm42013-12-201-4/+7
* msg: change --msglevel, reduce legacy gluewm42013-12-201-25/+112
* msg: cosmetic changeswm42013-12-201-20/+22
* msg: change hack to silence command line pre-parse error messageswm42013-12-201-0/+3
* terminal: remove separate formatting for --msgmodulewm42013-12-201-4/+1
* terminal: abstract terminal color handlingwm42013-12-201-95/+5
* terminal: move SIGTTOU signal handler setup codewm42013-12-191-7/+0
* Rename getch2....c/h to terminal....c/hwm42013-12-191-1/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-0/+389