| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/log: do not assume AVClass.item_name is always set | Anton Khirnov | 2023-11-09 | 1 | -2/+7 |
* | libavutil/log.c: only include valgrind header when used. | Reimar Döffinger | 2023-11-02 | 1 | -1/+1 |
* | Remove unnecessary libavutil/(avutil|common|internal).h inclusions | Andreas Rheinhardt | 2022-02-24 | 1 | -1/+3 |
* | avutil/log: update text requesting samples | Marton Balint | 2020-04-17 | 1 | -1/+1 |
* | avutil/log: Add av_log_once() for printing a message just once with a high lo... | Michael Niedermayer | 2020-02-12 | 1 | -0/+9 |
* | avutil/log: add support for multibyte console log for win32 | Marton Balint | 2020-02-09 | 1 | -1/+26 |
* | avutil/log: add support for forced ANSI colors on win32 | Marton Balint | 2020-02-09 | 1 | -14/+27 |
* | avutil/log: fix detecting console mode on Win32 | Marton Balint | 2020-02-09 | 1 | -0/+3 |
* | avutil/log: factorize ansi_fputs | Marton Balint | 2020-02-09 | 1 | -18/+23 |
* | avutil/log: drop support for NO_COLOR environment variable | Marton Balint | 2020-02-09 | 1 | -5/+3 |
* | configure: Check for GetStdHandle in addition to SetConsoleTextAttribute | Martin Storsjö | 2020-01-23 | 1 | -3/+3 |
* | avutil/log: Move log_level_offset_offset code from av_log() to v_log() | Michael Niedermayer | 2020-01-22 | 1 | -4/+4 |
* | lavu/log: Also print the log level for level trace. | Carl Eugen Hoyos | 2019-12-16 | 1 | -0/+2 |
* | avutil/log: Replace the number by macro for bprint init | Jun Zhao | 2018-06-17 | 1 | -3/+3 |
* | avutil/log: print level prefix also when no AVClass context is available | Tobias Rapp | 2018-03-16 | 1 | -3/+3 |
* | avutil/log: use thread wrappers for the locking functionality | James Almer | 2018-01-04 | 1 | -10/+4 |
* | Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e' | James Almer | 2017-11-11 | 1 | -3/+3 |
|\ |
|
* | | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -3/+3 |
* | | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -53/+0 |
|\| |
|
* | | avutil/log: added test case for av_log_format_line2 | Andreas Weis | 2016-04-27 | 1 | -0/+30 |
* | | avutil/log: added av_log_format_line2 which returns buffer length | Andreas Weis | 2016-04-27 | 1 | -1/+10 |
* | | avutil/log: fix zero length gnu_printf format string warning | Ganesh Ajjanagadde | 2015-09-17 | 1 | -1/+1 |
* | | Merge commit 'eaa2d123f0a643664721593d248ece6bcd85f1e6' | Michael Niedermayer | 2015-04-20 | 1 | -0/+11 |
|\| |
|
| * | log: Print a full backtrace along with error messages under Valgrind | Vittorio Giovara | 2015-04-20 | 1 | -0/+11 |
* | | Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e' | Michael Niedermayer | 2015-04-20 | 1 | -2/+5 |
|\| |
|
| * | log: Introduce a more verbose debug level | Vittorio Giovara | 2015-04-19 | 1 | -3/+6 |
| * | log: Unbreak no-tty support on 256color terminals | Luca Barbato | 2014-09-26 | 1 | -1/+2 |
| * | log: Unbreak windows support | Luca Barbato | 2014-04-03 | 1 | -0/+1 |
* | | Loose mplayer in MPlayer/incoming/ | Michael Niedermayer | 2014-06-03 | 1 | -1/+1 |
* | | Add direct link to ML in missing_feature_sample() | Michael Niedermayer | 2014-06-03 | 1 | -1/+1 |
* | | avutil/log: fix memleak from 669a09fb372fa58ff913ebc326cb64bb3e8e7928 | Michael Niedermayer | 2014-04-29 | 1 | -1/+1 |
* | | Add AV_LOG_PRINT_LEVEL flag to include log severity in default log formatting. | tue46wsdgxfjrt | 2014-04-26 | 1 | -10/+40 |
* | | avutil/log: add av_log_get_flags() | Michael Niedermayer | 2014-04-12 | 1 | -0/+5 |
* | | avutil/log: factor "level != AV_LOG_INFO/8" checks out | Michael Niedermayer | 2014-04-09 | 1 | -4/+8 |
* | | log: allow color highlighting in Cygwin's mintty | James Darnley | 2014-04-04 | 1 | -3/+3 |
* | | avutil/log: remove stray ; | Michael Niedermayer | 2014-04-03 | 1 | -1/+1 |
* | | avutil/log: fix negative log levels | Michael Niedermayer | 2014-04-03 | 1 | -3/+5 |
* | | avutil/log: add code to test av_log() | Michael Niedermayer | 2014-04-03 | 1 | -0/+23 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-03 | 1 | -1/+1 |
|\| |
|
| * | log: Do not assume the TERM variable is always set | Luca Barbato | 2014-04-03 | 1 | -1/+1 |
* | | Merge commit '28b9ac4e48f3405a82e8e87ead336188215cf1e6' | Michael Niedermayer | 2014-04-03 | 1 | -2/+2 |
|\| |
|
| * | log: Remove undefined behaviour | Luca Barbato | 2014-04-03 | 1 | -2/+2 |
* | | Merge commit '7763118cae4eb468b032dbd29af15a011c2c233b' | Michael Niedermayer | 2014-04-03 | 1 | -5/+17 |
|\| |
|
| * | log: Support for 256color terminals | Luca Barbato | 2014-04-03 | 1 | -19/+38 |
* | | log: Factorize check_color_terminal() out | Luca Barbato | 2014-04-03 | 1 | -22/+25 |
* | | lavu/log: add device categories | Lukasz Marek | 2014-03-03 | 1 | -0/+12 |
* | | Merge commit '25a1ba814ad80056247fd357ec4c6911324a3f66' | Michael Niedermayer | 2014-02-12 | 1 | -5/+5 |
|\| |
|
| * | log: Have function parameter names match between .c and .h file | Diego Biurrun | 2014-02-12 | 1 | -4/+4 |
* | | avutil/log: skip IO calls on empty strings | Michael Niedermayer | 2013-12-06 | 1 | -0/+3 |
* | | avutil/log: skip setting color for default (AV_LOG_INFO) level | Michael Niedermayer | 2013-12-06 | 1 | -4/+4 |