144 Commits (f63c6c81d49d964dbe5f24022f91083186f77ccf)

Author SHA1 Message Date
Andreas Rheinhardt 636631d9db Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
Marton Balint d1e52e396b avutil/log: update text requesting samples 5 years ago
Michael Niedermayer 3182114f88 avutil/log: Add av_log_once() for printing a message just once with a high log level 5 years ago
Marton Balint cbf2a9bfac avutil/log: add support for multibyte console log for win32 5 years ago
Marton Balint 31acaa1ec6 avutil/log: add support for forced ANSI colors on win32 5 years ago
Marton Balint 1b34c0690f avutil/log: fix detecting console mode on Win32 5 years ago
Marton Balint bad8feb5e6 avutil/log: factorize ansi_fputs 5 years ago
Marton Balint 2b496c90cd avutil/log: drop support for NO_COLOR environment variable 5 years ago
Martin Storsjö 63418e374f configure: Check for GetStdHandle in addition to SetConsoleTextAttribute 5 years ago
Michael Niedermayer 07b3dbbbb2 avutil/log: Move log_level_offset_offset code from av_log() to v_log() 5 years ago
Carl Eugen Hoyos 84db67894f lavu/log: Also print the log level for level trace. 5 years ago
Jun Zhao 9ba94ac57a avutil/log: Replace the number by macro for bprint init 7 years ago
Tobias Rapp 1296a718dc avutil/log: print level prefix also when no AVClass context is available 7 years ago
James Almer 8d9c9775b2 avutil/log: use thread wrappers for the locking functionality 7 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Andreas Weis 333207224f avutil/log: added test case for av_log_format_line2 9 years ago
Andreas Weis fb9187129c avutil/log: added av_log_format_line2 which returns buffer length 9 years ago
Ganesh Ajjanagadde 63cdb6e4a5 avutil/log: fix zero length gnu_printf format string warning 9 years ago
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
Michael Niedermayer 2422a7ffe4 Loose mplayer in MPlayer/incoming/ 11 years ago
Michael Niedermayer 3e7b4b9fbd Add direct link to ML in missing_feature_sample() 11 years ago
Michael Niedermayer 7c71076470 avutil/log: fix memleak from 669a09fb37 11 years ago
tue46wsdgxfjrt 669a09fb37 Add AV_LOG_PRINT_LEVEL flag to include log severity in default log formatting. 11 years ago
Michael Niedermayer 4f698be8f6 avutil/log: add av_log_get_flags() 11 years ago
Michael Niedermayer 7ac2f7e413 avutil/log: factor "level != AV_LOG_INFO/8" checks out 11 years ago
James Darnley 16509d3a28 log: allow color highlighting in Cygwin's mintty 11 years ago
Luca Barbato 9464b69da6 log: Unbreak windows support 11 years ago
Michael Niedermayer 609ef89703 avutil/log: remove stray ; 11 years ago
Michael Niedermayer 49e040e868 avutil/log: fix negative log levels 11 years ago
Michael Niedermayer 1f8a6bef78 avutil/log: add code to test av_log() 11 years ago
Luca Barbato 061e340c05 log: Factorize check_color_terminal() out 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
Lukasz Marek 19b3a25048 lavu/log: add device categories 11 years ago
Diego Biurrun 25a1ba814a log: Have function parameter names match between .c and .h file 11 years ago
Michael Niedermayer a044a183a3 avutil/log: skip IO calls on empty strings 11 years ago
Michael Niedermayer d6838309fe avutil/log: skip setting color for default (AV_LOG_INFO) level 11 years ago
Michael Niedermayer 2c21e2ee4c avutil/log: merge calls that set ansi color and print the string 11 years ago
Michael Niedermayer 808c10e728 avutil/log: check that len is within the buffer before reading it 11 years ago
Michael Niedermayer 423ae31354 avutil/log: make default av_log callback thread safe 11 years ago
Michael Niedermayer 3ed65d98c6 avutil/log: fix race between setting and using the log callback 11 years ago
Michael Niedermayer 148310ca16 avutil/log: Use bprint for part 11 years ago
Nicolas George 39bb26f91b lavu/log: do not skip overwritten lines. 11 years ago
Nicolas George c25d1ba556 lavu/log: print prefix after \r. 11 years ago
Luca Barbato 0420c810ce log: pass the correct parameters to missing_feature_sample 12 years ago
Michael Niedermayer 7edb984dd0 avutil/log: Fix context pointer used for get_category() 12 years ago
Michael Niedermayer a057552212 avutil/log: dont count&print repeats for empty strings 12 years ago