summaryrefslogtreecommitdiff
path: root/libavutil/log.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-1/+3
* avutil/log: update text requesting samplesMarton Balint2020-04-171-1/+1
* avutil/log: Add av_log_once() for printing a message just once with a high lo...Michael Niedermayer2020-02-121-0/+9
* avutil/log: add support for multibyte console log for win32Marton Balint2020-02-091-1/+26
* avutil/log: add support for forced ANSI colors on win32Marton Balint2020-02-091-14/+27
* avutil/log: fix detecting console mode on Win32Marton Balint2020-02-091-0/+3
* avutil/log: factorize ansi_fputsMarton Balint2020-02-091-18/+23
* avutil/log: drop support for NO_COLOR environment variableMarton Balint2020-02-091-5/+3
* configure: Check for GetStdHandle in addition to SetConsoleTextAttributeMartin Storsjö2020-01-231-3/+3
* avutil/log: Move log_level_offset_offset code from av_log() to v_log()Michael Niedermayer2020-01-221-4/+4
* lavu/log: Also print the log level for level trace.Carl Eugen Hoyos2019-12-161-0/+2
* avutil/log: Replace the number by macro for bprint initJun Zhao2018-06-171-3/+3
* avutil/log: print level prefix also when no AVClass context is availableTobias Rapp2018-03-161-3/+3
* avutil/log: use thread wrappers for the locking functionalityJames Almer2018-01-041-10/+4
* Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e'James Almer2017-11-111-3/+3
|\
* | Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-3/+3
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-53/+0
|\ \ | |/
* | avutil/log: added test case for av_log_format_line2Andreas Weis2016-04-271-0/+30
* | avutil/log: added av_log_format_line2 which returns buffer lengthAndreas Weis2016-04-271-1/+10
* | avutil/log: fix zero length gnu_printf format string warningGanesh Ajjanagadde2015-09-171-1/+1
* | Merge commit 'eaa2d123f0a643664721593d248ece6bcd85f1e6'Michael Niedermayer2015-04-201-0/+11
|\ \ | |/
| * log: Print a full backtrace along with error messages under ValgrindVittorio Giovara2015-04-201-0/+11
* | Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e'Michael Niedermayer2015-04-201-2/+5
|\ \ | |/
| * 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
* | Loose mplayer in MPlayer/incoming/Michael Niedermayer2014-06-031-1/+1
* | Add direct link to ML in missing_feature_sample()Michael Niedermayer2014-06-031-1/+1
* | avutil/log: fix memleak from 669a09fb372fa58ff913ebc326cb64bb3e8e7928Michael Niedermayer2014-04-291-1/+1
* | Add AV_LOG_PRINT_LEVEL flag to include log severity in default log formatting.tue46wsdgxfjrt2014-04-261-10/+40
* | avutil/log: add av_log_get_flags()Michael Niedermayer2014-04-121-0/+5
* | avutil/log: factor "level != AV_LOG_INFO/8" checks outMichael Niedermayer2014-04-091-4/+8
* | log: allow color highlighting in Cygwin's minttyJames Darnley2014-04-041-3/+3
* | avutil/log: remove stray ;Michael Niedermayer2014-04-031-1/+1
* | avutil/log: fix negative log levelsMichael Niedermayer2014-04-031-3/+5
* | avutil/log: add code to test av_log()Michael Niedermayer2014-04-031-0/+23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-031-1/+1
|\ \ | |/
| * log: Do not assume the TERM variable is always setLuca Barbato2014-04-031-1/+1
* | Merge commit '28b9ac4e48f3405a82e8e87ead336188215cf1e6'Michael Niedermayer2014-04-031-2/+2
|\ \ | |/
| * log: Remove undefined behaviourLuca Barbato2014-04-031-2/+2
* | Merge commit '7763118cae4eb468b032dbd29af15a011c2c233b'Michael Niedermayer2014-04-031-5/+17
|\ \ | |/
| * log: Support for 256color terminalsLuca Barbato2014-04-031-19/+38
* | log: Factorize check_color_terminal() outLuca Barbato2014-04-031-22/+25
* | lavu/log: add device categoriesLukasz Marek2014-03-031-0/+12
* | Merge commit '25a1ba814ad80056247fd357ec4c6911324a3f66'Michael Niedermayer2014-02-121-5/+5
|\ \ | |/
| * log: Have function parameter names match between .c and .h fileDiego Biurrun2014-02-121-4/+4
* | avutil/log: skip IO calls on empty stringsMichael Niedermayer2013-12-061-0/+3
* | avutil/log: skip setting color for default (AV_LOG_INFO) levelMichael Niedermayer2013-12-061-4/+4
* | avutil/log: merge calls that set ansi color and print the stringMichael Niedermayer2013-12-061-13/+22
* | avutil/log: check that len is within the buffer before reading itMichael Niedermayer2013-11-271-1/+1