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
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
2013-04-27avutil/log: dont count&print repeats for empty stringsMichael Niedermayer
2013-04-26avutil/log: leave prefix printing state on empty input.Michael Niedermayer
2013-04-13log: Remove redundant va_list creation from missing_feature_sample()James Almer
2013-03-14Merge commit 'f099d3d1d5466bd63f4ab36270d169ff9ea613b8'Michael Niedermayer
2013-03-13Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov