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
2014-04-03
log: Unbreak windows support
Luca Barbato
2014-04-03
log: Do not assume the TERM variable is always set
Luca Barbato
2014-04-03
log: Remove undefined behaviour
Luca Barbato
2014-04-03
log: Support for 256color terminals
Luca Barbato
2014-02-12
log: Have function parameter names match between .c and .h file
Diego Biurrun
2013-07-04
log: pass the correct parameters to missing_feature_sample
Luca Barbato
2013-03-13
Add av_log_{ask_for_sample|missing_feature} replacements to libavutil
Diego Biurrun
2012-12-04
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-11-30
avutil: Use a configure check to enable windows console functions
Martin Storsjö
2012-11-30
avutil: Include io.h with a separate condition from windows console functions
Martin Storsjö
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-06-25
log: Include io.h on windows
Ronald S. Bultje
2012-06-24
log: Only include unistd.h if configure found it
Martin Storsjö
2012-06-21
log: include unistd.h only when needed
Mans Rullgard
2012-05-26
log: make colored output more colorful.
Anton Khirnov
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-02
Replace some forgotten FFmpeg references by Libav.
Diego Biurrun
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-20
Remove a version check in av_log made unnecessary by the big bump.
Diego Biurrun
2011-04-19
lavu: remove misc disabled cruft
Anton Khirnov
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
2010-06-09
Rename use_ansi_color to use_color so it is not ANSI-specific.
Ramiro Polla
2010-05-19
Print parent log context too, if available.
Michael Niedermayer
2010-05-19
av_default_item_name() so Simply AVClasses need 1 function less.
Michael Niedermayer
2010-05-08
Add means to adjust the log level per context.
Michael Niedermayer
2010-04-23
4th try at getting ansi colors working with a default of color=yes_please.
Michael Niedermayer
2010-04-23
Trying _WIN32 for win32 detection.
Michael Niedermayer
2010-04-23
Merge the 2 ANSI ESC codes.
Michael Niedermayer
2010-04-23
Reenable ANSI colors, use method from VLC as suggested by ramiro.
Michael Niedermayer
2010-04-22
Disable ANSI color code until we figured out how to detect ANSI support in
Michael Niedermayer
2010-04-22
Coloring the log with ANSI.
Michael Niedermayer
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-12-03
Make av_log_level static at next lavu major version bump.
Ramiro Polla
2009-02-22
Compact repeated messages to "Last message repeated x times".
Michael Niedermayer
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
[next]