summaryrefslogtreecommitdiffstats
path: root/libavutil/log.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avutil/log: make default av_log callback thread safeMichael Niedermayer2013-10-231-2/+14
* | avutil/log: fix race between setting and using the log callbackMichael Niedermayer2013-10-171-2/+3
* | avutil/log: Use bprint for partMichael Niedermayer2013-08-101-19/+26
* | lavu/log: do not skip overwritten lines.Nicolas George2013-08-071-1/+2
* | lavu/log: print prefix after \r.Nicolas George2013-07-201-2/+4
* | Merge commit '0420c810ceb430003f9f2793c5cfa1fe84657f3d'Michael Niedermayer2013-07-051-1/+2
|\ \ | |/
| * log: pass the correct parameters to missing_feature_sampleLuca Barbato2013-07-041-7/+2
* | avutil/log: Fix context pointer used for get_category()Michael Niedermayer2013-04-301-1/+1
* | avutil/log: dont count&print repeats for empty stringsMichael Niedermayer2013-04-261-1/+1
* | avutil/log: leave prefix printing state on empty input.Michael Niedermayer2013-04-261-1/+2
* | log: Remove redundant va_list creation from missing_feature_sample()James Almer2013-04-131-7/+1
* | Merge commit 'f099d3d1d5466bd63f4ab36270d169ff9ea613b8'Michael Niedermayer2013-03-141-0/+39
|\ \ | |/
| * Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-131-0/+39
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-2/+0
|\ \ | |/
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-011-3/+5
|\ \ | |/
| * avutil: Use a configure check to enable windows console functionsMartin Storsjö2012-11-301-2/+2
| * avutil: Include io.h with a separate condition from windows console functionsMartin Storsjö2012-11-301-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | 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
|\ \ | |/
OpenPOWER on IntegriCloud