summaryrefslogtreecommitdiff
path: root/libavutil/log.c
Commit message (Expand)AuthorAge
* Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-01
|\|
| * avutil: Use a configure check to enable windows console functionsMartin Storsjö2012-11-30
| * avutil: Include io.h with a separate condition from windows console functionsMartin Storsjö2012-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | log: fix compilation failure on mingw due to reference to undefined set_color256Michael Niedermayer2012-07-07
* | lavu: 256 color supportPaul B Mahol2012-07-07
* | log: change color for filters from blue to bright greenMichael Niedermayer2012-06-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-26
|\|
| * log: Include io.h on windowsRonald S. Bultje2012-06-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
|\|
| * log: Only include unistd.h if configure found itMartin Storsjö2012-06-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-22
|\|
| * log: include unistd.h only when neededMans Rullgard2012-06-21
* | extend log line buffer sizesWolfram Gloger2012-06-22
* | log: flip highlight bit for codec & muxer layerMichael Niedermayer2012-06-20
* | avutil: add get_category() for the case where one AVClass can have more than ...Michael Niedermayer2012-06-19
* | log: swap colors for muxer and codec layerMichael Niedermayer2012-06-19
* | log: color prefixes according to their source.Michael Niedermayer2012-06-03
* | log: cleanup color arraysMichael Niedermayer2012-06-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-28
|\|
| * log: make colored output more colorful.Anton Khirnov2012-05-26
* | avutil/log: allow av_log_set_callback (NULL)Michael Niedermayer2012-05-10
* | log: use a different color for debug (green).Clément Bœsch2012-01-09
* | lavu: introduce av_log_format_line.Nicolas George2011-12-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-05
|\|
| * Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev2011-12-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-02
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-09
|\|
| * log: Fix an oob array read.Alex Converse2011-05-08
| * Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
| * Fix races in default av_log handlerReinhard Tartler2011-04-29
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-21
|\|
| * Remove a version check in av_log made unnecessary by the big bump.Diego Biurrun2011-04-20
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * lavu: remove misc disabled cruftAnton Khirnov2011-04-19
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Fix apparently exploitable race condition.Michael Niedermayer2011-03-25
* | log:Sanitize string of most control chars before printing.Michael Niedermayer2011-03-25
|/
* Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32Daniel Verkamp2011-01-01
* Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use ofStefano Sabatini2010-12-06
* Allow to force colored output.Etienne Buira2010-12-05
* indentMichael Niedermayer2010-09-24
* Cosmetic (rename detect_repeats to is_atty which matches the truth)Michael Niedermayer2010-09-24
* 2nd try to fix av_log() repeated detectionMichael Niedermayer2010-09-24
* Limit av_log repeat detection to terminals so as to avoid filling files withMichael Niedermayer2010-09-14
* Make sure "Last message repeated" is printed.Michael Niedermayer2010-07-28