summaryrefslogtreecommitdiffstats
path: root/common/msg.c
Commit message (Expand)AuthorAgeFilesLines
* 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