#include <stdarg.h>
#include "config.h"
Go to the source code of this file.
Defines | |
#define | MSGL_FATAL 0 |
#define | MSGL_ERR 1 |
#define | MSGL_WARN 2 |
#define | MSGL_HINT 3 |
#define | MSGL_INFO 4 |
#define | MSGL_STATUS 5 |
#define | MSGL_V 6 |
#define | MSGL_DBG2 7 |
#define | MSGL_DBG3 8 |
#define | MSGL_DBG4 9 |
#define | MSGL_DBG5 10 |
#define | MSGL_FIXME 1 |
#define | MSGT_FIXME 0 |
#define | MSGT_GLOBAL 0 |
#define | MSGT_CPLAYER 1 |
#define | MSGT_GPLAYER 2 |
#define | MSGT_VO 3 |
#define | MSGT_AO 4 |
#define | MSGT_DEMUXER 5 |
#define | MSGT_DS 6 |
#define | MSGT_DEMUX 7 |
#define | MSGT_HEADER 8 |
#define | MSGT_AVSYNC 9 |
#define | MSGT_AUTOQ 10 |
#define | MSGT_CFGPARSER 11 |
#define | MSGT_DECAUDIO 12 |
#define | MSGT_DECVIDEO 13 |
#define | MSGT_SEEK 14 |
#define | MSGT_WIN32 15 |
#define | MSGT_OPEN 16 |
#define | MSGT_DVD 17 |
#define | MSGT_PARSEES 18 |
#define | MSGT_LIRC 19 |
#define | MSGT_STREAM 20 |
#define | MSGT_CACHE 21 |
#define | MSGT_MENCODER 22 |
#define | MSGT_XACODEC 23 |
#define | MSGT_TV 24 |
#define | MSGT_OSDEP 25 |
#define | MSGT_SPUDEC 26 |
#define | MSGT_PLAYTREE 27 |
#define | MSGT_INPUT 28 |
#define | MSGT_VFILTER 29 |
#define | MSGT_OSD 30 |
#define | MSGT_NETWORK 31 |
#define | MSGT_CPUDETECT 32 |
#define | MSGT_CODECCFG 33 |
#define | MSGT_SWS 34 |
#define | MSGT_VOBSUB 35 |
#define | MSGT_SUBREADER 36 |
#define | MSGT_AFILTER 37 |
#define | MSGT_NETST 38 |
#define | MSGT_MUXER 39 |
#define | MSGT_OSD_MENU 40 |
#define | MSGT_IDENTIFY 41 |
#define | MSGT_RADIO 42 |
#define | MSGT_ASS 43 |
#define | MSGT_LOADER 44 |
#define | MSGT_STATUSLINE 45 |
#define | MSGT_TELETEXT 46 |
#define | MSGT_MAX 64 |
#define | mp_dbg(mod, lev,...) |
Functions | |
void | mp_msg_init (void) |
int | mp_msg_test (int mod, int lev) |
void | mp_msg_va (int mod, int lev, const char *format, va_list va) |
void | mp_msg (int mod, int lev, const char *format,...) |
const char * | filename_recode (const char *filename) |
Variables | |
int | verbose |
char * | mp_msg_charset |
int | mp_msg_color |
int | mp_msg_module |
int | mp_msg_levels [MSGT_MAX] |
int | mp_msg_level_all |
#define MSGL_DBG2 7 |
Definition at line 39 of file mp_msg.h.
Referenced by find_best(), sws_getFlagsAndFilterFromCmdLine(), and vf_get_image().
#define MSGL_ERR 1 |
Definition at line 33 of file mp_msg.h.
Referenced by config(), put_image(), vf_next_draw_slice(), and vf_open().
#define MSGL_FATAL 0 |
Definition at line 32 of file mp_msg.h.
Referenced by analyze(), block_metrics_3dnow(), block_metrics_mmx2(), control(), dint_copy_line_mmx2(), parse_args(), vf_get_image(), and vf_open().
#define MSGL_INFO 4 |
Definition at line 36 of file mp_msg.h.
Referenced by analyze(), analyze_plane(), config(), copy_merge_fields(), diff_fields(), put_image(), uninit(), and vf_open().
#define MSGL_STATUS 5 |
#define MSGL_V 6 |
Definition at line 38 of file mp_msg.h.
Referenced by analyze_aggressive(), analyze_fixed_pattern(), analyze_plane(), config(), do_put_image(), print_values(), put_image(), stats(), status(), vf_get_image(), vf_next_config(), and vf_open().
#define MSGL_WARN 2 |
Definition at line 34 of file mp_msg.h.
Referenced by block_metrics_mmx2(), config(), find_breaks(), mp_image_setfmt(), put_image(), vf_get_image(), and vf_open().
#define MSGT_DECVIDEO 13 |
#define MSGT_VFILTER 29 |
Definition at line 94 of file mp_msg.h.
Referenced by analyze(), analyze_aggressive(), analyze_fixed_pattern(), analyze_plane(), block_metrics_3dnow(), block_metrics_mmx2(), config(), control(), copy_merge_fields(), diff_fields(), dint_copy_line_mmx2(), do_put_image(), find_best(), find_breaks(), parse_args(), print_values(), put_image(), stats(), status(), sws_getFlagsAndFilterFromCmdLine(), uninit(), vf_get_image(), vf_next_config(), vf_next_draw_slice(), and vf_open().
const char* filename_recode | ( | const char * | filename | ) |
Definition at line 324 of file vf_mp.c.
Referenced by analyze(), analyze_aggressive(), analyze_fixed_pattern(), analyze_plane(), block_metrics_3dnow(), block_metrics_mmx2(), config(), control(), copy_merge_fields(), diff_fields(), dint_copy_line_mmx2(), do_put_image(), find_best(), find_breaks(), mp_image_setfmt(), parse_args(), print_values(), put_image(), stats(), status(), uninit(), vf_get_image(), vf_next_config(), vf_next_draw_slice(), and vf_open().
void mp_msg_init | ( | void | ) |
Definition at line 332 of file vf_mp.c.
Referenced by analyze_plane(), sws_getFlagsAndFilterFromCmdLine(), and vf_open().
char* mp_msg_charset |
int mp_msg_levels[MSGT_MAX] |