summaryrefslogtreecommitdiffstats
path: root/libavutil/log.c
Commit message (Expand)AuthorAgeFilesLines
* log: fix compilation failure on mingw due to reference to undefined set_color256Michael Niedermayer2012-07-071-0/+1
* lavu: 256 color supportPaul B Mahol2012-07-071-20/+28
* log: change color for filters from blue to bright greenMichael Niedermayer2012-06-281-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-261-0/+1
|\
| * log: Include io.h on windowsRonald S. Bultje2012-06-251-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-1/+1
|\ \ | |/
| * log: Only include unistd.h if configure found itMartin Storsjö2012-06-241-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-221-0/+4
|\ \ | |/
| * log: include unistd.h only when neededMans Rullgard2012-06-211-0/+4
* | extend log line buffer sizesWolfram Gloger2012-06-221-5/+7
* | log: flip highlight bit for codec & muxer layerMichael Niedermayer2012-06-201-12/+12
* | avutil: add get_category() for the case where one AVClass can have more than ...Michael Niedermayer2012-06-191-4/+13
* | log: swap colors for muxer and codec layerMichael Niedermayer2012-06-191-12/+12
* | log: color prefixes according to their source.Michael Niedermayer2012-06-031-12/+57
* | log: cleanup color arraysMichael Niedermayer2012-06-031-2/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-281-2/+2
|\ \ | |/
| * log: make colored output more colorful.Anton Khirnov2012-05-261-2/+2
* | avutil/log: allow av_log_set_callback (NULL)Michael Niedermayer2012-05-101-1/+2
* | log: use a different color for debug (green).Clément Bœsch2012-01-091-2/+2
* | lavu: introduce av_log_format_line.Nicolas George2011-12-081-14/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-051-35/+46
|\ \ | |/
| * Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev2011-12-031-35/+47
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-4/+4
|\ \ | |/
| * Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-021-4/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-091-1/+1
|\ \ | |/
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-211-1/+1
|\ \ | |/
| * Remove a version check in av_log made unnecessary by the big bump.Diego Biurrun2011-04-201-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-4/+1
|\ \ | |/
| * lavu: remove misc disabled cruftAnton Khirnov2011-04-191-4/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Fix apparently exploitable race condition.Michael Niedermayer2011-03-251-1/+2
* | log:Sanitize string of most control chars before printing.Michael Niedermayer2011-03-251-1/+10
|/
* 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
OpenPOWER on IntegriCloud