summaryrefslogtreecommitdiff
path: root/libavutil/log.h
Commit message (Expand)AuthorAgeFilesLines
* avutil/log: Don't include avutil.hAndreas Rheinhardt2022-02-241-1/+1
* avutil/log: Reorder elements of AVClass to make it smallerAndreas Rheinhardt2021-08-251-5/+5
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-271-13/+0
* lavu/opt: add a more general child class iteration APIAnton Khirnov2020-06-101-0/+18
* avutil/log: Add av_log_once() for printing a message just once with a high lo...Michael Niedermayer2020-02-121-0/+21
* Merge commit '35cf146a33ce41a1adb6c9bd5a0827eacb1b6bfc'James Almer2017-10-231-14/+0
|\
| * lavu: Drop deprecated av_dlog macroVittorio Giovara2017-03-231-14/+0
* | lavu: remove comma at final enumeration items to fix pedantic warningsMichael Behrisch2016-10-261-1/+1
* | avutil/log: Fix occured typoMichael Niedermayer2016-04-281-1/+1
* | avutil/log: added av_log_format_line2 which returns buffer lengthAndreas Weis2016-04-271-0/+17
* | avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACEZhang Rui2015-06-261-2/+2
* | doc: fix spelling errorsAndreas Cadhalpun2015-06-141-1/+1
* | avutil/log: more complete description of av_log functionMatteo Nastasi (mop)2015-04-261-1/+1
* | Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e'Michael Niedermayer2015-04-201-0/+9
|\ \ | |/
| * log: Introduce a more verbose debug levelVittorio Giovara2015-04-191-0/+9
* | avutil/log: add () to protect the argument of AV_LOG_C()Michael Niedermayer2015-02-171-1/+1
* | lavu/log: add device category macrosLukasz Marek2014-08-181-0/+10
* | Add AV_LOG_PRINT_LEVEL flag to include log severity in default log formatting.tue46wsdgxfjrt2014-04-261-0/+9
* | avutil/log: add av_log_get_flags()Michael Niedermayer2014-04-121-0/+1
* | Merge commit '42ba1c51d9e843135772a3b9e5cf036a37b28bdb'Michael Niedermayer2014-04-031-6/+8
|\ \ | |/
| * log: Document AV_LOG_C usageLuca Barbato2014-04-031-6/+8
* | Merge commit '7763118cae4eb468b032dbd29af15a011c2c233b'Michael Niedermayer2014-04-031-0/+8
|\ \ | |/
| * log: Support for 256color terminalsLuca Barbato2014-04-031-0/+8
* | lavu/log: add device categoriesLukasz Marek2014-03-031-0/+6
* | Merge commit '25a1ba814ad80056247fd357ec4c6911324a3f66'Michael Niedermayer2014-02-121-2/+3
|\ \ | |/
| * log: Have function parameter names match between .c and .h fileDiego Biurrun2014-02-121-2/+3
* | avutil/log: document log callback thread saftey requirementsMichael Niedermayer2013-10-231-0/+3
* | Merge commit '4272bb6ef1533846a788c259cc498562d0704444'Michael Niedermayer2013-10-061-10/+98
|\ \ | |/
| * doxy: Document avlogLuca Barbato2013-10-051-10/+98
* | Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534'Michael Niedermayer2012-12-191-5/+6
|\ \ | |/
| * misc typo, style and wording fixesDiego Biurrun2012-12-181-5/+6
* | opt: Add support to query rangesMichael Niedermayer2012-12-081-0/+8
* | lavu: 256 color supportPaul B Mahol2012-07-071-0/+2
* | avutil: add get_category() for the case where one AVClass can have more than ...Michael Niedermayer2012-06-191-0/+8
* | log: add AV_CLASS_CATEGORY_NBMichael Niedermayer2012-06-031-0/+1
* | log: add category to AVClassMichael Niedermayer2012-06-011-0/+18
* | lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini2012-02-061-0/+2
* | lavu: introduce av_log_format_line.Nicolas George2011-12-081-0/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-5/+13
|\ \ | |/
| * log.h: make AVClass a named structJindrich Makovicka2011-10-121-1/+1
| * AVOptions: add new API for enumerating children.Anton Khirnov2011-10-121-4/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-5/+2
|\ \ | |/
| * Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-231-5/+2
* | Fix zero-length gnu_printf format string warning.Clément Bœsch2011-06-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-0/+7
|\ \ | |/
| * AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-161-0/+7
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-0/+11
* | Check syntax even if DEBUG is not defined.Reimar Döffinger2011-05-111-1/+1