Michael Niedermayer
|
1997487f67
avutil/log: skip IO calls on empty strings
|
11 years ago |
Michael Niedermayer
|
cd2d8aca84
avutil/log: Fix context pointer used for get_category()
|
11 years ago |
Michael Niedermayer
|
99efd59626
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
|
12 years ago |
Anton Khirnov
|
cb45553f57
Remove pointless #undefs of previously forbidden functions.
|
12 years ago |
Michael Niedermayer
|
5473f6258c
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Martin Storsjö
|
7e6a11bcf7
avutil: Use a configure check to enable windows console functions
|
12 years ago |
Martin Storsjö
|
b70abd5b61
avutil: Include io.h with a separate condition from windows console functions
|
12 years ago |
Michael Niedermayer
|
c581cb4e4f
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Martin Storsjö
|
1d9c2dc89a
Don't include common.h from avutil.h
|
12 years ago |
Michael Niedermayer
|
50bfd547b9
log: fix compilation failure on mingw due to reference to undefined set_color256
|
12 years ago |
Paul B Mahol
|
1842b27564
lavu: 256 color support
|
12 years ago |
Michael Niedermayer
|
ee7214c59a
log: change color for filters from blue to bright green
|
12 years ago |
Michael Niedermayer
|
3b0ad040b3
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Ronald S. Bultje
|
246154a9af
log: Include io.h on windows
|
12 years ago |
Michael Niedermayer
|
244682dd08
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Martin Storsjö
|
145a8096d5
log: Only include unistd.h if configure found it
|
12 years ago |
Michael Niedermayer
|
e847f41285
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Wolfram Gloger
|
258dfff839
extend log line buffer sizes
|
12 years ago |
Mans Rullgard
|
539df61193
log: include unistd.h only when needed
|
12 years ago |
Michael Niedermayer
|
bc210bfca6
log: flip highlight bit for codec & muxer layer
|
12 years ago |
Michael Niedermayer
|
e69263cd01
avutil: add get_category() for the case where one AVClass can have more than 1 category
|
12 years ago |
Michael Niedermayer
|
b76f77ee0d
log: swap colors for muxer and codec layer
|
12 years ago |
Michael Niedermayer
|
eb7efc126a
log: color prefixes according to their source.
|
12 years ago |
Michael Niedermayer
|
2191aef93b
log: cleanup color arrays
|
12 years ago |
Michael Niedermayer
|
394b692b70
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Anton Khirnov
|
780ff97fef
log: make colored output more colorful.
|
12 years ago |
Michael Niedermayer
|
7c7c5b2415
avutil/log: allow av_log_set_callback (NULL)
|
12 years ago |
Clément Bœsch
|
625751c47a
log: use a different color for debug (green).
|
13 years ago |
Nicolas George
|
26c6fec9d9
lavu: introduce av_log_format_line.
|
13 years ago |
Michael Niedermayer
|
707138593a
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Yordan Makariev
|
425b45d4b0
Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.
|
13 years ago |
Michael Niedermayer
|
988f585fcb
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
f36b390275
Replace some forgotten FFmpeg references by Libav.
|
13 years ago |
Michael Niedermayer
|
6841c8c579
Merge remote branch 'qatar/master'
|
13 years ago |
Alex Converse
|
847aaec682
log: Fix an oob array read.
|
13 years ago |
Alex Converse
|
1a5e4fd8c5
Replace strncpy() with av_strlcpy().
|
13 years ago |
Reinhard Tartler
|
0247bdee25
Fix races in default av_log handler
|
13 years ago |
Michael Niedermayer
|
10d2ae8cf7
Merge remote branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
63de9e7d80
Remove a version check in av_log made unnecessary by the big bump.
|
13 years ago |
Michael Niedermayer
|
efb5fa79f5
Merge remote branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
490a022d86
lavu: remove misc disabled cruft
|
13 years ago |
Michael Niedermayer
|
48ee302e0f
Fix apparently exploitable race condition.
|
13 years ago |
Michael Niedermayer
|
0a51362b3f
log:Sanitize string of most control chars before printing.
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Daniel Verkamp
|
dfaa9f3cb3
Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32
|
14 years ago |
Stefano Sabatini
|
3011ecdeb7
Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use of
|
14 years ago |
Etienne Buira
|
129983408d
Allow to force colored output.
|
14 years ago |
Michael Niedermayer
|
d7cd001ff2
indent
|
14 years ago |
Michael Niedermayer
|
8a19053361
Cosmetic (rename detect_repeats to is_atty which matches the truth)
|
14 years ago |
Michael Niedermayer
|
1c1c80f0a3
2nd try to fix av_log() repeated detection
|
14 years ago |