index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
log.c
Age
Commit message (
Expand
)
Author
2012-08-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-07-07
log: fix compilation failure on mingw due to reference to undefined set_color256
Michael Niedermayer
2012-07-07
lavu: 256 color support
Paul B Mahol
2012-06-28
log: change color for filters from blue to bright green
Michael Niedermayer
2012-06-26
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-25
log: Include io.h on windows
Ronald S. Bultje
2012-06-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-24
log: Only include unistd.h if configure found it
Martin Storsjö
2012-06-22
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-22
extend log line buffer sizes
Wolfram Gloger
2012-06-21
log: include unistd.h only when needed
Mans Rullgard
2012-06-20
log: flip highlight bit for codec & muxer layer
Michael Niedermayer
2012-06-19
avutil: add get_category() for the case where one AVClass can have more than ...
Michael Niedermayer
2012-06-19
log: swap colors for muxer and codec layer
Michael Niedermayer
2012-06-03
log: color prefixes according to their source.
Michael Niedermayer
2012-06-03
log: cleanup color arrays
Michael Niedermayer
2012-05-28
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-26
log: make colored output more colorful.
Anton Khirnov
2012-05-10
avutil/log: allow av_log_set_callback (NULL)
Michael Niedermayer
2012-01-09
log: use a different color for debug (green).
Clément Bœsch
2011-12-08
lavu: introduce av_log_format_line.
Nicolas George
2011-12-05
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-03
Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.
Yordan Makariev
2011-11-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-02
Replace some forgotten FFmpeg references by Libav.
Diego Biurrun
2011-05-09
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-08
log: Fix an oob array read.
Alex Converse
2011-05-03
Replace strncpy() with av_strlcpy().
Alex Converse
2011-04-29
Fix races in default av_log handler
Reinhard Tartler
2011-04-21
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-20
Remove a version check in av_log made unnecessary by the big bump.
Diego Biurrun
2011-04-20
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-19
lavu: remove misc disabled cruft
Anton Khirnov
2011-03-25
Fix apparently exploitable race condition.
Michael Niedermayer
2011-03-25
log:Sanitize string of most control chars before printing.
Michael Niedermayer
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-01
Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32
Daniel Verkamp
2010-12-06
Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use of
Stefano Sabatini
2010-12-05
Allow to force colored output.
Etienne Buira
2010-09-24
indent
Michael Niedermayer
2010-09-24
Cosmetic (rename detect_repeats to is_atty which matches the truth)
Michael Niedermayer
2010-09-24
2nd try to fix av_log() repeated detection
Michael Niedermayer
2010-09-14
Limit av_log repeat detection to terminals so as to avoid filling files with
Michael Niedermayer
2010-07-28
Make sure "Last message repeated" is printed.
Michael Niedermayer
2010-06-25
Print a space after the AVClass prefix.
Jai Menon
2010-06-14
Fix compilation on windows CE
Martin Storsjö
2010-06-09
log.c: Use parameter passed to macro instead of the equivalent local variable
Ramiro Polla
2010-06-09
Add win32 console color output.
Ramiro Polla
2010-06-09
Move ansi color array to outside of av_log_default_callback(). Do not pass
Ramiro Polla
[next]