mpv/options
Niklas Haas ba1943ac00 msg: reinterpret a bunch of message levels
I've decided that MP_TRACE means “noisy spam per frame”, whereas
MP_DBG just means “more verbose debugging messages than MSGL_V”.
Basically, MSGL_DBG shouldn't create spam per frame like it currently
does, and MSGL_V should make sense to the end-user and provide mostly
additional informational output.

MP_DBG is basically what I want to make the new default for --log-file,
so the cut-off point for MP_DBG is if we probably want to know if for
debugging purposes but the user most likely doesn't care about on the
terminal.

Also, the debug callbacks for libass and ffmpeg got bumped in their
verbosity levels slightly, because being external components they're a
bit less relevant to mpv debugging, and a bit too over-eager in what
they consider to be relevant information.

I exclusively used the "try it on my machine and remove messages from
MSGL_* until it does what I want it to" approach of refactoring, so
YMMV.
2017-12-15 22:28:47 -08:00
..
m_config.c msg: reinterpret a bunch of message levels 2017-12-15 22:28:47 -08:00
m_config.h options: add a thread-safe way to notify option updates 2017-08-22 15:50:33 +02:00
m_option.c options: rename 'error' labels to 'exit' where appropriate 2017-12-16 02:20:44 +03:00
m_option.h video: remove automatic stereo3d filter insertion 2017-11-29 21:30:51 +01:00
m_property.c m_property: change license to LGPL 2017-06-12 17:00:20 +02:00
m_property.h command: read the diff if you want to know 2017-10-21 21:13:53 +02:00
options.c vd_lavc: rewrite how --hwdec is handled 2017-12-01 21:11:43 +01:00
options.h vd_lavc: rewrite how --hwdec is handled 2017-12-01 21:11:43 +01:00
parse_commandline.c m_option: remove redundant indirections 2017-07-02 13:07:36 +02:00
parse_commandline.h options: change license of most files to LGPL (except options.c/.h) 2017-06-12 20:55:17 +02:00
parse_configfile.c options: change license of most files to LGPL (except options.c/.h) 2017-06-12 20:55:17 +02:00
parse_configfile.h options: change license of most files to LGPL (except options.c/.h) 2017-06-12 20:55:17 +02:00
path.c msg: reinterpret a bunch of message levels 2017-12-15 22:28:47 -08:00
path.h path: change license to LGPL 2017-06-12 16:41:21 +02:00