mpv/video/filter
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
..
refqueue.c vf_vavpp: get rid of mp_refqueue_is_interlaced() 2016-07-15 20:37:46 +02:00
refqueue.h vf_vavpp: get rid of mp_refqueue_is_interlaced() 2016-07-15 20:37:46 +02:00
vf.c vf_buffer: remove this filter 2017-12-12 22:02:56 +02:00
vf.h video: change --deinterlace behavior 2017-08-22 19:08:07 +02:00
vf_convert.c vf_convert: default to limited range when converting RGB to YUV 2017-12-11 21:27:11 +02:00
vf_d3d11vpp.c video: remove some more hwdec legacy stuff 2017-12-02 04:53:55 +01:00
vf_format.c vf_sub, vf_format: change license to LGPL 2017-11-29 18:22:23 +01:00
vf_lavfi.c vf_lavfi: remove old internal wrapper API stuff 2017-11-29 18:26:25 +01:00
vf_sub.c vf_sub, vf_format: change license to LGPL 2017-11-29 18:22:23 +01:00
vf_vapoursynth.c msg: reinterpret a bunch of message levels 2017-12-15 22:28:47 -08:00
vf_vavpp.c video: remove some more hwdec legacy stuff 2017-12-02 04:53:55 +01:00
vf_vdpaupp.c video: remove some more hwdec legacy stuff 2017-12-02 04:53:55 +01:00