Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-26lavu: remove comma at final enumeration items to fix pedantic warningsMichael Behrisch
2016-04-28avutil/log: Fix occured typoMichael Niedermayer
2016-04-27avutil/log: added av_log_format_line2 which returns buffer lengthAndreas Weis
2015-06-26avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACEZhang Rui
2015-06-14doc: fix spelling errorsAndreas Cadhalpun
2015-04-26avutil/log: more complete description of av_log functionMatteo Nastasi (mop)
2015-04-20Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e'Michael Niedermayer
2015-04-19log: Introduce a more verbose debug levelVittorio Giovara
2015-02-17avutil/log: add () to protect the argument of AV_LOG_C()Michael Niedermayer
2014-08-19lavu/log: add device category macrosLukasz Marek
2014-04-26Add AV_LOG_PRINT_LEVEL flag to include log severity in default log formatting.tue46wsdgxfjrt
2014-04-12avutil/log: add av_log_get_flags()Michael Niedermayer
2014-04-03Merge commit '42ba1c51d9e843135772a3b9e5cf036a37b28bdb'Michael Niedermayer
2014-04-03Merge commit '7763118cae4eb468b032dbd29af15a011c2c233b'Michael Niedermayer
2014-04-03log: Document AV_LOG_C usageLuca Barbato
2014-04-03log: Support for 256color terminalsLuca Barbato
2014-03-04lavu/log: add device categoriesLukasz Marek
2014-02-12Merge commit '25a1ba814ad80056247fd357ec4c6911324a3f66'Michael Niedermayer
2014-02-12log: Have function parameter names match between .c and .h fileDiego Biurrun
2013-10-23avutil/log: document log callback thread saftey requirementsMichael Niedermayer
2013-10-06Merge commit '4272bb6ef1533846a788c259cc498562d0704444'Michael Niedermayer
2013-10-05doxy: Document avlogLuca Barbato
2012-12-19Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534'Michael Niedermayer
2012-12-18misc typo, style and wording fixesDiego Biurrun
2012-12-08opt: Add support to query rangesMichael Niedermayer
2012-07-07lavu: 256 color supportPaul B Mahol
2012-06-19avutil: add get_category() for the case where one AVClass can have more than ...Michael Niedermayer
2012-06-03log: add AV_CLASS_CATEGORY_NBMichael Niedermayer
2012-06-01log: add category to AVClassMichael Niedermayer
2012-02-06lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini
2011-12-08lavu: introduce av_log_format_line.Nicolas George
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-13log.h: make AVClass a named structJindrich Makovicka
2011-10-12AVOptions: add new API for enumerating children.Anton Khirnov
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-23Use av_printf_format to check the usage of printf style functionsMartin Storsjö
2011-06-21Fix zero-length gnu_printf format string warning.Clément Bœsch
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-16AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov
2011-05-11Check syntax even if DEBUG is not defined.Reimar Döffinger
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-30Replace dprintf with av_dlogLuca Barbato
2010-09-242nd try to fix av_log() repeated detectionMichael Niedermayer
2010-07-02Add parameter names to av_log/av_vlog function declarations.Diego Biurrun
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-05-20Make it possible for a log context to keep track of its parent context.Michael Niedermayer
2010-05-20av_default_item_name() so Simply AVClasses need 1 function less.Michael Niedermayer
2010-05-09Add means to adjust the log level per context.Michael Niedermayer
2010-04-29Fix typo.Jai Menon