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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-23configure: Check for GetStdHandle in addition to SetConsoleTextAttributeMartin Storsjö
2020-01-22avutil/log: Move log_level_offset_offset code from av_log() to v_log()Michael Niedermayer
2019-12-16lavu/log: Also print the log level for level trace.Carl Eugen Hoyos
2018-06-17avutil/log: Replace the number by macro for bprint initJun Zhao
2018-03-16avutil/log: print level prefix also when no AVClass context is availableTobias Rapp
2018-01-04avutil/log: use thread wrappers for the locking functionalityJames Almer
2017-11-11Merge commit 'e41daa62465036ad36ad0bd14e4936e848d7f07e'James Almer
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-27avutil/log: added test case for av_log_format_line2Andreas Weis
2016-04-27avutil/log: added av_log_format_line2 which returns buffer lengthAndreas Weis
2015-09-17avutil/log: fix zero length gnu_printf format string warningGanesh Ajjanagadde
2015-04-21Merge commit 'eaa2d123f0a643664721593d248ece6bcd85f1e6'Michael Niedermayer
2015-04-20log: Print a full backtrace along with error messages under ValgrindVittorio Giovara
2015-04-20Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e'Michael Niedermayer
2015-04-19log: Introduce a more verbose debug levelVittorio Giovara
2014-09-26log: Unbreak no-tty support on 256color terminalsLuca Barbato
2014-06-03Loose mplayer in MPlayer/incoming/Michael Niedermayer
2014-06-03Add direct link to ML in missing_feature_sample()Michael Niedermayer
2014-04-29avutil/log: fix memleak from 669a09fb372fa58ff913ebc326cb64bb3e8e7928Michael Niedermayer
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-09avutil/log: factor "level != AV_LOG_INFO/8" checks outMichael Niedermayer
2014-04-04log: allow color highlighting in Cygwin's minttyJames Darnley
2014-04-04log: Unbreak windows supportLuca Barbato
2014-04-04avutil/log: remove stray ;Michael Niedermayer
2014-04-04avutil/log: fix negative log levelsMichael Niedermayer
2014-04-04avutil/log: add code to test av_log()Michael Niedermayer
2014-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-03Merge commit '28b9ac4e48f3405a82e8e87ead336188215cf1e6'Michael Niedermayer
2014-04-03Merge commit '7763118cae4eb468b032dbd29af15a011c2c233b'Michael Niedermayer
2014-04-03log: Factorize check_color_terminal() outLuca Barbato
2014-04-03log: Do not assume the TERM variable is always setLuca Barbato
2014-04-03log: Remove undefined behaviourLuca 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-12-07avutil/log: skip IO calls on empty stringsMichael Niedermayer
2013-12-07avutil/log: skip setting color for default (AV_LOG_INFO) levelMichael Niedermayer
2013-12-07avutil/log: merge calls that set ansi color and print the stringMichael Niedermayer
2013-11-27avutil/log: check that len is within the buffer before reading itMichael Niedermayer
2013-10-23avutil/log: make default av_log callback thread safeMichael Niedermayer
2013-10-17avutil/log: fix race between setting and using the log callbackMichael Niedermayer
2013-08-10avutil/log: Use bprint for partMichael Niedermayer
2013-08-07lavu/log: do not skip overwritten lines.Nicolas George
2013-07-20lavu/log: print prefix after \r.Nicolas George
2013-07-05Merge commit '0420c810ceb430003f9f2793c5cfa1fe84657f3d'Michael Niedermayer
2013-07-04log: pass the correct parameters to missing_feature_sampleLuca Barbato
2013-04-30avutil/log: Fix context pointer used for get_category()Michael Niedermayer