summaryrefslogtreecommitdiffstats
path: root/libavutil/log.c
Commit message (Expand)AuthorAgeFilesLines
* log: Print a full backtrace along with error messages under ValgrindVittorio Giovara2015-04-201-0/+11
* log: Introduce a more verbose debug levelVittorio Giovara2015-04-191-3/+6
* log: Unbreak no-tty support on 256color terminalsLuca Barbato2014-09-261-1/+2
* log: Unbreak windows supportLuca Barbato2014-04-031-0/+1
* log: Do not assume the TERM variable is always setLuca Barbato2014-04-031-1/+1
* log: Remove undefined behaviourLuca Barbato2014-04-031-2/+2
* log: Support for 256color terminalsLuca Barbato2014-04-031-19/+38
* log: Have function parameter names match between .c and .h fileDiego Biurrun2014-02-121-4/+4
* log: pass the correct parameters to missing_feature_sampleLuca Barbato2013-07-041-7/+2
* Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-131-0/+39
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-2/+0
* avutil: Use a configure check to enable windows console functionsMartin Storsjö2012-11-301-2/+2
* avutil: Include io.h with a separate condition from windows console functionsMartin Storsjö2012-11-301-1/+3
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* log: Include io.h on windowsRonald S. Bultje2012-06-251-0/+1
* log: Only include unistd.h if configure found itMartin Storsjö2012-06-241-1/+1
* log: include unistd.h only when neededMans Rullgard2012-06-211-0/+4
* log: make colored output more colorful.Anton Khirnov2012-05-261-2/+2
* Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev2011-12-031-35/+47
* Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-021-4/+4
* log: Fix an oob array read.Alex Converse2011-05-081-1/+1
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-031-1/+2
* Fix races in default av_log handlerReinhard Tartler2011-04-291-3/+4
* Remove a version check in av_log made unnecessary by the big bump.Diego Biurrun2011-04-201-1/+1
* lavu: remove misc disabled cruftAnton Khirnov2011-04-191-4/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32Daniel Verkamp2011-01-011-1/+1
* Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use ofStefano Sabatini2010-12-061-2/+3
* Allow to force colored output.Etienne Buira2010-12-051-2/+2
* indentMichael Niedermayer2010-09-241-1/+1
* Cosmetic (rename detect_repeats to is_atty which matches the truth)Michael Niedermayer2010-09-241-3/+3
* 2nd try to fix av_log() repeated detectionMichael Niedermayer2010-09-241-1/+8
* Limit av_log repeat detection to terminals so as to avoid filling files withMichael Niedermayer2010-09-141-1/+7
* Make sure "Last message repeated" is printed.Michael Niedermayer2010-07-281-0/+1
* Print a space after the AVClass prefix.Jai Menon2010-06-251-2/+2
* Fix compilation on windows CEMartin Storsjö2010-06-141-2/+2
* log.c: Use parameter passed to macro instead of the equivalent local variableRamiro Polla2010-06-091-1/+1
* Add win32 console color output.Ramiro Polla2010-06-091-3/+23
* Move ansi color array to outside of av_log_default_callback(). Do not passRamiro Polla2010-06-091-4/+4
* Rename use_ansi_color to use_color so it is not ANSI-specific.Ramiro Polla2010-06-091-6/+6
* Print parent log context too, if available.Michael Niedermayer2010-05-191-3/+9
* av_default_item_name() so Simply AVClasses need 1 function less.Michael Niedermayer2010-05-191-0/+4
* Add means to adjust the log level per context.Michael Niedermayer2010-05-081-0/+3
* 4th try at getting ansi colors working with a default of color=yes_please.Michael Niedermayer2010-04-231-5/+12
* Trying _WIN32 for win32 detection.Michael Niedermayer2010-04-231-1/+1
* Merge the 2 ANSI ESC codes.Michael Niedermayer2010-04-231-1/+1
* Reenable ANSI colors, use method from VLC as suggested by ramiro.Michael Niedermayer2010-04-231-3/+3
* Disable ANSI color code until we figured out how to detect ANSI support inMichael Niedermayer2010-04-221-2/+2
* Coloring the log with ANSI.Michael Niedermayer2010-04-221-1/+18
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
OpenPOWER on IntegriCloud