История коммитов

Автор SHA1 Сообщение Дата
  Martin Storsjö 145a8096d5 log: Only include unistd.h if configure found it 12 лет назад
  Michael Niedermayer e847f41285 Merge remote-tracking branch 'qatar/master' 12 лет назад
  Wolfram Gloger 258dfff839 extend log line buffer sizes 12 лет назад
  Mans Rullgard 539df61193 log: include unistd.h only when needed 12 лет назад
  Michael Niedermayer bc210bfca6 log: flip highlight bit for codec & muxer layer 12 лет назад
  Michael Niedermayer e69263cd01 avutil: add get_category() for the case where one AVClass can have more than 1 category 12 лет назад
  Michael Niedermayer b76f77ee0d log: swap colors for muxer and codec layer 12 лет назад
  Michael Niedermayer eb7efc126a log: color prefixes according to their source. 12 лет назад
  Michael Niedermayer 2191aef93b log: cleanup color arrays 12 лет назад
  Michael Niedermayer 394b692b70 Merge remote-tracking branch 'qatar/master' 12 лет назад
  Anton Khirnov 780ff97fef log: make colored output more colorful. 12 лет назад
  Michael Niedermayer 7c7c5b2415 avutil/log: allow av_log_set_callback (NULL) 12 лет назад
  Clément Bœsch 625751c47a log: use a different color for debug (green). 13 лет назад
  Nicolas George 26c6fec9d9 lavu: introduce av_log_format_line. 13 лет назад
  Michael Niedermayer 707138593a Merge remote-tracking branch 'qatar/master' 13 лет назад
  Yordan Makariev 425b45d4b0 Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c. 13 лет назад
  Michael Niedermayer 988f585fcb Merge remote-tracking branch 'qatar/master' 13 лет назад
  Diego Biurrun f36b390275 Replace some forgotten FFmpeg references by Libav. 13 лет назад
  Michael Niedermayer 6841c8c579 Merge remote branch 'qatar/master' 13 лет назад
  Alex Converse 847aaec682 log: Fix an oob array read. 13 лет назад
  Alex Converse 1a5e4fd8c5 Replace strncpy() with av_strlcpy(). 13 лет назад
  Reinhard Tartler 0247bdee25 Fix races in default av_log handler 13 лет назад
  Michael Niedermayer 10d2ae8cf7 Merge remote branch 'qatar/master' 13 лет назад
  Diego Biurrun 63de9e7d80 Remove a version check in av_log made unnecessary by the big bump. 13 лет назад
  Michael Niedermayer efb5fa79f5 Merge remote branch 'qatar/master' 13 лет назад
  Anton Khirnov 490a022d86 lavu: remove misc disabled cruft 13 лет назад
  Michael Niedermayer 48ee302e0f Fix apparently exploitable race condition. 13 лет назад
  Michael Niedermayer 0a51362b3f log:Sanitize string of most control chars before printing. 13 лет назад
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 лет назад
  Daniel Verkamp dfaa9f3cb3 Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32 14 лет назад
  Stefano Sabatini 3011ecdeb7 Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use of 14 лет назад
  Etienne Buira 129983408d Allow to force colored output. 14 лет назад
  Michael Niedermayer d7cd001ff2 indent 14 лет назад
  Michael Niedermayer 8a19053361 Cosmetic (rename detect_repeats to is_atty which matches the truth) 14 лет назад
  Michael Niedermayer 1c1c80f0a3 2nd try to fix av_log() repeated detection 14 лет назад
  Michael Niedermayer c157fe6356 Limit av_log repeat detection to terminals so as to avoid filling files with 14 лет назад
  Michael Niedermayer fd3064b65e Make sure "Last message repeated" is printed. 14 лет назад
  Jai Menon 50061b6234 Print a space after the AVClass prefix. 14 лет назад
  Martin Storsjö 3c467bacaa Fix compilation on windows CE 14 лет назад
  Ramiro Polla db16e3ca65 log.c: Use parameter passed to macro instead of the equivalent local variable 14 лет назад
  Ramiro Polla 4855f8679e Add win32 console color output. 14 лет назад
  Ramiro Polla 6e34a5582d Move ansi color array to outside of av_log_default_callback(). Do not pass 14 лет назад
  Ramiro Polla a1c027e9e4 Rename use_ansi_color to use_color so it is not ANSI-specific. 14 лет назад
  Michael Niedermayer 4880cfd952 Print parent log context too, if available. 14 лет назад
  Michael Niedermayer 8d2a5139da av_default_item_name() so Simply AVClasses need 1 function less. 14 лет назад
  Michael Niedermayer 3fe1ec39c6 Add means to adjust the log level per context. 14 лет назад
  Michael Niedermayer 6204402409 4th try at getting ansi colors working with a default of color=yes_please. 14 лет назад
  Michael Niedermayer aebfb45774 Trying _WIN32 for win32 detection. 14 лет назад
  Michael Niedermayer 7328cdfa58 Merge the 2 ANSI ESC codes. 14 лет назад
  Michael Niedermayer 841073ce5e Reenable ANSI colors, use method from VLC as suggested by ramiro. 14 лет назад