summaryrefslogtreecommitdiffstats
path: root/common/msg.c
Commit message (Expand)AuthorAgeFilesLines
* msg: bump up log level of --log-fileNiklas Haas2017-12-151-2/+2
* msg: make --msg-level affect --log-file toowm42017-10-041-1/+1
* build: add preliminary LGPL modewm42017-09-211-9/+7
* options: unbreak -vwm42017-06-231-1/+1
* options: remove weird --really-quiet special behaviorwm42017-06-231-1/+5
* player: make sure version information is always included in --log-filewm42017-05-221-0/+13
* msg.c/h: partially change license to LGPLwm42017-05-051-0/+2
* msg: flush after every message for --log-filewm42016-09-301-0/+1
* msg: make --log-file and --dump-stats accept config path expansionwm42016-09-281-17/+27
* player: make --log-file and --dump-stats freely settable at runtimewm42016-09-191-20/+37
* osdep: rename atomics.h to atomic.hwm42016-09-071-1/+1
* msg: introduce partial line buffers per mp_logwm42016-03-011-25/+28
* msg: minor simplificationwm42016-03-011-11/+6
* msg: use dynamic buffer for message formattingwm42016-03-011-11/+19
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* msg: remove redundant conditionwm42015-12-051-1/+1
* msg: remove the useless trailing comment from stats dumpingwm42015-10-141-4/+2
* client API: allow using msg-level option for log messageswm42015-06-201-11/+10
* Various spelling fixesMarcin Kurczewski2015-06-181-1/+1
* options: remove unneeded hack from command line parserwm42015-04-231-10/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* msg: use relaxed atomics for log level testwm42015-03-021-1/+4
* options: change --msg-level optionwm42015-02-061-31/+16
* msg: add --log-file optionwm42015-01-261-0/+22
* command: make the "run" command work on Windows toowm42015-01-011-2/+3
* 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