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
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
2010-06-25Print a space after the AVClass prefix.Jai Menon
2010-06-14Fix compilation on windows CEMartin Storsjö
2010-06-09log.c: Use parameter passed to macro instead of the equivalent local variableRamiro Polla
2010-06-09Add win32 console color output.Ramiro Polla
2010-06-09Move ansi color array to outside of av_log_default_callback(). Do not passRamiro Polla
2010-06-09Rename use_ansi_color to use_color so it is not ANSI-specific.Ramiro Polla
2010-05-20Print parent log context too, if available.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-244th try at getting ansi colors working with a default of color=yes_please.Michael Niedermayer
2010-04-23Trying _WIN32 for win32 detection.Michael Niedermayer
2010-04-23Merge the 2 ANSI ESC codes.Michael Niedermayer
2010-04-23Reenable ANSI colors, use method from VLC as suggested by ramiro.Michael Niedermayer
2010-04-23Disable ANSI color code until we figured out how to detect ANSI support inMichael Niedermayer
2010-04-22Coloring the log with ANSI.Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-12-03Make av_log_level static at next lavu major version bump.Ramiro Polla
2009-02-22Compact repeated messages to "Last message repeated x times".Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-29spelling/grammar/consistency review part IIIDiego Biurrun
2009-01-26C files should #include the header files of the same name.Diego Biurrun
2008-08-06Remove a useless directive.Benoit Fouet
2008-08-06Cosmetics: indentationBenoit Fouet
2008-07-15Print the address of the AVCodecContext in av_log().Alexander Strange
2007-12-13use av_log_get/set_level()Måns Rullgård
2007-03-05Move the unaltered Doxygen docs from the log source code to the accompanyingPanagiotis Issaris
2007-02-20Adds Doxygen docs for the av_log function.Panagiotis Issaris
2007-01-13Allow to uninstall a custom log callbackAxel Holzinger
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-20removing redundant mess next time we break compatiilityMichael Niedermayer
2006-07-18Move av_log() & friends to libavutilLuca Abeni