65 Commits (141c960e21d2860e354f9b90df136184dd00a9a8)

Author SHA1 Message Date
Vittorio Giovara eaa2d123f0 log: Print a full backtrace along with error messages under Valgrind 10 years ago
Vittorio Giovara c253340ae6 log: Introduce a more verbose debug level 10 years ago
Luca Barbato d995f0a155 log: Unbreak no-tty support on 256color terminals 10 years ago
Luca Barbato 9464b69da6 log: Unbreak windows support 11 years ago
Luca Barbato 4ede1862dc log: Do not assume the TERM variable is always set 11 years ago
Luca Barbato 28b9ac4e48 log: Remove undefined behaviour 11 years ago
Luca Barbato 7763118cae log: Support for 256color terminals 11 years ago
Diego Biurrun 25a1ba814a log: Have function parameter names match between .c and .h file 11 years ago
Luca Barbato 0420c810ce log: pass the correct parameters to missing_feature_sample 12 years ago
Diego Biurrun f099d3d1d5 Add av_log_{ask_for_sample|missing_feature} replacements to libavutil 12 years ago
Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 12 years ago
Martin Storsjö 7e6a11bcf7 avutil: Use a configure check to enable windows console functions 12 years ago
Martin Storsjö b70abd5b61 avutil: Include io.h with a separate condition from windows console functions 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Ronald S. Bultje 246154a9af log: Include io.h on windows 13 years ago
Martin Storsjö 145a8096d5 log: Only include unistd.h if configure found it 13 years ago
Mans Rullgard 539df61193 log: include unistd.h only when needed 13 years ago
Anton Khirnov 780ff97fef log: make colored output more colorful. 13 years ago
Yordan Makariev 425b45d4b0 Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c. 13 years ago
Diego Biurrun f36b390275 Replace some forgotten FFmpeg references by Libav. 13 years ago
Alex Converse 847aaec682 log: Fix an oob array read. 14 years ago
Alex Converse 1a5e4fd8c5 Replace strncpy() with av_strlcpy(). 14 years ago
Reinhard Tartler 0247bdee25 Fix races in default av_log handler 14 years ago
Diego Biurrun 63de9e7d80 Remove a version check in av_log made unnecessary by the big bump. 14 years ago
Anton Khirnov 490a022d86 lavu: remove misc disabled cruft 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Daniel Verkamp dfaa9f3cb3 Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32 14 years ago
Stefano Sabatini 3011ecdeb7 Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use of 14 years ago
Etienne Buira 129983408d Allow to force colored output. 14 years ago
Michael Niedermayer d7cd001ff2 indent 14 years ago
Michael Niedermayer 8a19053361 Cosmetic (rename detect_repeats to is_atty which matches the truth) 14 years ago
Michael Niedermayer 1c1c80f0a3 2nd try to fix av_log() repeated detection 14 years ago
Michael Niedermayer c157fe6356 Limit av_log repeat detection to terminals so as to avoid filling files with 14 years ago
Michael Niedermayer fd3064b65e Make sure "Last message repeated" is printed. 15 years ago
Jai Menon 50061b6234 Print a space after the AVClass prefix. 15 years ago
Martin Storsjö 3c467bacaa Fix compilation on windows CE 15 years ago
Ramiro Polla db16e3ca65 log.c: Use parameter passed to macro instead of the equivalent local variable 15 years ago
Ramiro Polla 4855f8679e Add win32 console color output. 15 years ago
Ramiro Polla 6e34a5582d Move ansi color array to outside of av_log_default_callback(). Do not pass 15 years ago
Ramiro Polla a1c027e9e4 Rename use_ansi_color to use_color so it is not ANSI-specific. 15 years ago
Michael Niedermayer 4880cfd952 Print parent log context too, if available. 15 years ago
Michael Niedermayer 8d2a5139da av_default_item_name() so Simply AVClasses need 1 function less. 15 years ago
Michael Niedermayer 3fe1ec39c6 Add means to adjust the log level per context. 15 years ago
Michael Niedermayer 6204402409 4th try at getting ansi colors working with a default of color=yes_please. 15 years ago
Michael Niedermayer aebfb45774 Trying _WIN32 for win32 detection. 15 years ago
Michael Niedermayer 7328cdfa58 Merge the 2 ANSI ESC codes. 15 years ago
Michael Niedermayer 841073ce5e Reenable ANSI colors, use method from VLC as suggested by ramiro. 15 years ago
Michael Niedermayer 2c4b87ea0e Disable ANSI color code until we figured out how to detect ANSI support in 15 years ago
Michael Niedermayer 51e026d115 Coloring the log with ANSI. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago