Michael Niedermayer
|
c157fe6356
Limit av_log repeat detection to terminals so as to avoid filling files with
|
14 years ago |
Michael Niedermayer
|
fd3064b65e
Make sure "Last message repeated" is printed.
|
14 years ago |
Jai Menon
|
50061b6234
Print a space after the AVClass prefix.
|
14 years ago |
Martin Storsjö
|
3c467bacaa
Fix compilation on windows CE
|
14 years ago |
Ramiro Polla
|
db16e3ca65
log.c: Use parameter passed to macro instead of the equivalent local variable
|
14 years ago |
Ramiro Polla
|
4855f8679e
Add win32 console color output.
|
14 years ago |
Ramiro Polla
|
6e34a5582d
Move ansi color array to outside of av_log_default_callback(). Do not pass
|
14 years ago |
Ramiro Polla
|
a1c027e9e4
Rename use_ansi_color to use_color so it is not ANSI-specific.
|
14 years ago |
Michael Niedermayer
|
4880cfd952
Print parent log context too, if available.
|
14 years ago |
Michael Niedermayer
|
8d2a5139da
av_default_item_name() so Simply AVClasses need 1 function less.
|
14 years ago |
Michael Niedermayer
|
3fe1ec39c6
Add means to adjust the log level per context.
|
14 years ago |
Michael Niedermayer
|
6204402409
4th try at getting ansi colors working with a default of color=yes_please.
|
14 years ago |
Michael Niedermayer
|
aebfb45774
Trying _WIN32 for win32 detection.
|
14 years ago |
Michael Niedermayer
|
7328cdfa58
Merge the 2 ANSI ESC codes.
|
14 years ago |
Michael Niedermayer
|
841073ce5e
Reenable ANSI colors, use method from VLC as suggested by ramiro.
|
14 years ago |
Michael Niedermayer
|
2c4b87ea0e
Disable ANSI color code until we figured out how to detect ANSI support in
|
14 years ago |
Michael Niedermayer
|
51e026d115
Coloring the log with ANSI.
|
14 years ago |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
14 years ago |
Ramiro Polla
|
e244f54e78
Make av_log_level static at next lavu major version bump.
|
15 years ago |
Michael Niedermayer
|
b9c353fff2
Compact repeated messages to "Last message repeated x times".
|
15 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 years ago |
Diego Biurrun
|
7d685b486b
spelling/grammar/consistency review part III
|
16 years ago |
Diego Biurrun
|
77652a6aaf
C files should #include the header files of the same name.
|
16 years ago |
Benoit Fouet
|
c3b9f5fbce
Remove a useless directive.
|
16 years ago |
Benoit Fouet
|
2daefd2c00
Cosmetics: indentation
|
16 years ago |
Alexander Strange
|
b1e12f99a2
Print the address of the AVCodecContext in av_log().
|
16 years ago |
Måns Rullgård
|
a309073bf4
use av_log_get/set_level()
|
17 years ago |
Panagiotis Issaris
|
3ec9a7873f
Move the unaltered Doxygen docs from the log source code to the accompanying
|
17 years ago |
Panagiotis Issaris
|
0f482cfcb2
Adds Doxygen docs for the av_log function.
|
18 years ago |
Axel Holzinger
|
411983c1f2
Allow to uninstall a custom log callback
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Michael Niedermayer
|
918a45917c
removing redundant mess next time we break compatiility
|
18 years ago |
Luca Abeni
|
4b45de0e87
Move av_log() & friends to libavutil
|
18 years ago |