FFmpeg
|
#include <stdarg.h>
#include "config.h"
Go to the source code of this file.
Macros | |
#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,...) do { if (0) ff_mp_msg(mod, lev, __VA_ARGS__); } while (0) |
Functions | |
void | ff_mp_msg_init (void) |
int | ff_mp_msg_test (int mod, int lev) |
void | ff_mp_msg_va (int mod, int lev, const char *format, va_list va) |
void | ff_mp_msg (int mod, int lev, const char *format,...) |
const char * | ff_filename_recode (const char *filename) |
Variables | |
int | verbose |
char * | ff_mp_msg_charset |
int | ff_mp_msg_color |
int | ff_mp_msg_module |
int | ff_mp_msg_levels [MSGT_MAX] |
int | ff_mp_msg_level_all |
#define MSGL_FATAL 0 |
Definition at line 32 of file mp_msg.h.
Referenced by ff_vf_get_image().
#define MSGL_ERR 1 |
Definition at line 33 of file mp_msg.h.
Referenced by ff_vf_next_draw_slice().
#define MSGL_WARN 2 |
Definition at line 34 of file mp_msg.h.
Referenced by ff_mp_image_setfmt(), ff_vf_get_image(), put_image(), and vf_open().
#define MSGL_V 6 |
Definition at line 38 of file mp_msg.h.
Referenced by ff_vf_get_image(), ff_vf_next_config(), and print_values().
#define MSGL_DBG2 7 |
Definition at line 39 of file mp_msg.h.
Referenced by ff_vf_get_image().
#define MSGT_DECVIDEO 13 |
Definition at line 67 of file mp_msg.h.
Referenced by ff_mp_image_setfmt(), and ff_vf_get_image().
#define MSGT_VFILTER 29 |
Definition at line 94 of file mp_msg.h.
Referenced by ff_vf_get_image(), ff_vf_next_config(), ff_vf_next_draw_slice(), print_values(), put_image(), uninit(), and vf_open().
void ff_mp_msg_va | ( | int | mod, |
int | lev, | ||
const char * | format, | ||
va_list | va | ||
) |
void ff_mp_msg | ( | int | mod, |
int | lev, | ||
const char * | format, | ||
... | |||
) |
Definition at line 196 of file vf_mp.c.
Referenced by ff_mp_image_setfmt(), ff_vf_get_image(), ff_vf_next_config(), ff_vf_next_draw_slice(), print_values(), put_image(), uninit(), and vf_open().
const char* ff_filename_recode | ( | const char * | filename | ) |
int verbose |
char* ff_mp_msg_charset |
int ff_mp_msg_color |
int ff_mp_msg_module |
int ff_mp_msg_levels[MSGT_MAX] |
int ff_mp_msg_level_all |