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
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-30avutil: Use a configure check to enable windows console functionsMartin Storsjö
2012-11-30avutil: Include io.h with a separate condition from windows console functionsMartin Storsjö
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-07log: fix compilation failure on mingw due to reference to undefined set_color256Michael Niedermayer
2012-07-07lavu: 256 color supportPaul B Mahol
2012-06-28log: change color for filters from blue to bright greenMichael Niedermayer
2012-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-26log: Include io.h on windowsRonald S. Bultje
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-24log: Only include unistd.h if configure found itMartin Storsjö
2012-06-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-22extend log line buffer sizesWolfram Gloger
2012-06-22log: include unistd.h only when neededMans Rullgard
2012-06-20log: flip highlight bit for codec & muxer layerMichael Niedermayer
2012-06-19avutil: add get_category() for the case where one AVClass can have more than ...Michael Niedermayer
2012-06-19log: swap colors for muxer and codec layerMichael Niedermayer
2012-06-04log: color prefixes according to their source.Michael Niedermayer
2012-06-03log: cleanup color arraysMichael Niedermayer
2012-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-26log: make colored output more colorful.Anton Khirnov
2012-05-10avutil/log: allow av_log_set_callback (NULL)Michael Niedermayer
2012-01-10log: use a different color for debug (green).Clément Bœsch
2011-12-08lavu: introduce av_log_format_line.Nicolas George
2011-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-04Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02Replace some forgotten FFmpeg references by Libav.Diego Biurrun
2011-05-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-09log: Fix an oob array read.Alex Converse
2011-05-04Replace strncpy() with av_strlcpy().Alex Converse
2011-04-30Fix races in default av_log handlerReinhard Tartler
2011-04-21Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-20Remove a version check in av_log made unnecessary by the big bump.Diego Biurrun
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavu: remove misc disabled cruftAnton Khirnov
2011-03-25Fix apparently exploitable race condition.Michael Niedermayer
2011-03-25log:Sanitize string of most control chars before printing.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-01Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32Daniel Verkamp
2010-12-07Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use ofStefano Sabatini
2010-12-05Allow to force colored output.Etienne Buira
2010-09-24indentMichael Niedermayer
2010-09-24Cosmetic (rename detect_repeats to is_atty which matches the truth)Michael Niedermayer
2010-09-242nd try to fix av_log() repeated detectionMichael Niedermayer
2010-09-14Limit av_log repeat detection to terminals so as to avoid filling files withMichael Niedermayer
2010-07-28Make sure "Last message repeated" is printed.Michael Niedermayer