| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-09 | 1 | -1/+1 |
|\ |
|
| * | log: Fix an oob array read. | Alex Converse | 2011-05-08 | 1 | -1/+1 |
| * | Replace strncpy() with av_strlcpy(). | Alex Converse | 2011-05-03 | 1 | -1/+2 |
| * | Fix races in default av_log handler | Reinhard Tartler | 2011-04-29 | 1 | -3/+4 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-21 | 1 | -1/+1 |
|\| |
|
| * | Remove a version check in av_log made unnecessary by the big bump. | Diego Biurrun | 2011-04-20 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 1 | -4/+1 |
|\| |
|
| * | lavu: remove misc disabled cruft | Anton Khirnov | 2011-04-19 | 1 | -4/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Fix apparently exploitable race condition. | Michael Niedermayer | 2011-03-25 | 1 | -1/+2 |
* | | log:Sanitize string of most control chars before printing. | Michael Niedermayer | 2011-03-25 | 1 | -1/+10 |
|/ |
|
* | Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32 | Daniel Verkamp | 2011-01-01 | 1 | -1/+1 |
* | Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use of | Stefano Sabatini | 2010-12-06 | 1 | -2/+3 |
* | Allow to force colored output. | Etienne Buira | 2010-12-05 | 1 | -2/+2 |
* | indent | Michael Niedermayer | 2010-09-24 | 1 | -1/+1 |
* | Cosmetic (rename detect_repeats to is_atty which matches the truth) | Michael Niedermayer | 2010-09-24 | 1 | -3/+3 |
* | 2nd try to fix av_log() repeated detection | Michael Niedermayer | 2010-09-24 | 1 | -1/+8 |
* | Limit av_log repeat detection to terminals so as to avoid filling files with | Michael Niedermayer | 2010-09-14 | 1 | -1/+7 |
* | Make sure "Last message repeated" is printed. | Michael Niedermayer | 2010-07-28 | 1 | -0/+1 |
* | Print a space after the AVClass prefix. | Jai Menon | 2010-06-25 | 1 | -2/+2 |
* | Fix compilation on windows CE | Martin Storsjö | 2010-06-14 | 1 | -2/+2 |
* | log.c: Use parameter passed to macro instead of the equivalent local variable | Ramiro Polla | 2010-06-09 | 1 | -1/+1 |
* | Add win32 console color output. | Ramiro Polla | 2010-06-09 | 1 | -3/+23 |
* | Move ansi color array to outside of av_log_default_callback(). Do not pass | Ramiro Polla | 2010-06-09 | 1 | -4/+4 |
* | Rename use_ansi_color to use_color so it is not ANSI-specific. | Ramiro Polla | 2010-06-09 | 1 | -6/+6 |
* | Print parent log context too, if available. | Michael Niedermayer | 2010-05-19 | 1 | -3/+9 |
* | av_default_item_name() so Simply AVClasses need 1 function less. | Michael Niedermayer | 2010-05-19 | 1 | -0/+4 |
* | Add means to adjust the log level per context. | Michael Niedermayer | 2010-05-08 | 1 | -0/+3 |
* | 4th try at getting ansi colors working with a default of color=yes_please. | Michael Niedermayer | 2010-04-23 | 1 | -5/+12 |
* | Trying _WIN32 for win32 detection. | Michael Niedermayer | 2010-04-23 | 1 | -1/+1 |
* | Merge the 2 ANSI ESC codes. | Michael Niedermayer | 2010-04-23 | 1 | -1/+1 |
* | Reenable ANSI colors, use method from VLC as suggested by ramiro. | Michael Niedermayer | 2010-04-23 | 1 | -3/+3 |
* | Disable ANSI color code until we figured out how to detect ANSI support in | Michael Niedermayer | 2010-04-22 | 1 | -2/+2 |
* | Coloring the log with ANSI. | Michael Niedermayer | 2010-04-22 | 1 | -1/+18 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Make av_log_level static at next lavu major version bump. | Ramiro Polla | 2009-12-03 | 1 | -0/+3 |
* | Compact repeated messages to "Last message repeated x times". | Michael Niedermayer | 2009-02-22 | 1 | -4/+17 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | spelling/grammar/consistency review part III | Diego Biurrun | 2009-01-28 | 1 | -1/+1 |
* | C files should #include the header files of the same name. | Diego Biurrun | 2009-01-25 | 1 | -0/+1 |
* | Remove a useless directive. | Benoit Fouet | 2008-08-06 | 1 | -1/+0 |
* | Cosmetics: indentation | Benoit Fouet | 2008-08-06 | 1 | -1/+1 |
* | Print the address of the AVCodecContext in av_log(). | Alexander Strange | 2008-07-15 | 1 | -1/+1 |
* | use av_log_get/set_level() | Måns Rullgård | 2007-12-12 | 1 | -6/+0 |
* | Move the unaltered Doxygen docs from the log source code to the accompanying | Panagiotis Issaris | 2007-03-04 | 1 | -14/+0 |
* | Adds Doxygen docs for the av_log function. | Panagiotis Issaris | 2007-02-20 | 1 | -0/+14 |
* | Allow to uninstall a custom log callback | Axel Holzinger | 2007-01-13 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | removing redundant mess next time we break compatiility | Michael Niedermayer | 2006-07-20 | 1 | -1/+7 |
* | Move av_log() & friends to libavutil | Luca Abeni | 2006-07-18 | 1 | -0/+74 |