index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
/
log.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '25a1ba814ad80056247fd357ec4c6911324a3f66'
Michael Niedermayer
2014-02-12
1
-5
/
+5
|
\
|
*
log: Have function parameter names match between .c and .h file
Diego Biurrun
2014-02-12
1
-4
/
+4
*
|
avutil/log: skip IO calls on empty strings
Michael Niedermayer
2013-12-06
1
-0
/
+3
*
|
avutil/log: skip setting color for default (AV_LOG_INFO) level
Michael Niedermayer
2013-12-06
1
-4
/
+4
*
|
avutil/log: merge calls that set ansi color and print the string
Michael Niedermayer
2013-12-06
1
-13
/
+22
*
|
avutil/log: check that len is within the buffer before reading it
Michael Niedermayer
2013-11-27
1
-1
/
+1
*
|
avutil/log: make default av_log callback thread safe
Michael Niedermayer
2013-10-23
1
-2
/
+14
*
|
avutil/log: fix race between setting and using the log callback
Michael Niedermayer
2013-10-17
1
-2
/
+3
*
|
avutil/log: Use bprint for part
Michael Niedermayer
2013-08-10
1
-19
/
+26
*
|
lavu/log: do not skip overwritten lines.
Nicolas George
2013-08-07
1
-1
/
+2
*
|
lavu/log: print prefix after \r.
Nicolas George
2013-07-20
1
-2
/
+4
*
|
Merge commit '0420c810ceb430003f9f2793c5cfa1fe84657f3d'
Michael Niedermayer
2013-07-05
1
-1
/
+2
|
\
\
|
|
/
|
*
log: pass the correct parameters to missing_feature_sample
Luca Barbato
2013-07-04
1
-7
/
+2
*
|
avutil/log: Fix context pointer used for get_category()
Michael Niedermayer
2013-04-30
1
-1
/
+1
*
|
avutil/log: dont count&print repeats for empty strings
Michael Niedermayer
2013-04-26
1
-1
/
+1
*
|
avutil/log: leave prefix printing state on empty input.
Michael Niedermayer
2013-04-26
1
-1
/
+2
*
|
log: Remove redundant va_list creation from missing_feature_sample()
James Almer
2013-04-13
1
-7
/
+1
*
|
Merge commit 'f099d3d1d5466bd63f4ab36270d169ff9ea613b8'
Michael Niedermayer
2013-03-14
1
-0
/
+39
|
\
\
|
|
/
|
*
Add av_log_{ask_for_sample|missing_feature} replacements to libavutil
Diego Biurrun
2013-03-13
1
-0
/
+39
*
|
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
Michael Niedermayer
2012-12-05
1
-2
/
+0
|
\
\
|
|
/
|
*
Remove pointless #undefs of previously forbidden functions.
Anton Khirnov
2012-12-04
1
-2
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-12-01
1
-3
/
+5
|
\
\
|
|
/
|
*
avutil: Use a configure check to enable windows console functions
Martin Storsjö
2012-11-30
1
-2
/
+2
|
*
avutil: Include io.h with a separate condition from windows console functions
Martin Storsjö
2012-11-30
1
-1
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-16
1
-0
/
+1
|
\
\
|
|
/
|
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
|
log: fix compilation failure on mingw due to reference to undefined set_color256
Michael Niedermayer
2012-07-07
1
-0
/
+1
*
|
lavu: 256 color support
Paul B Mahol
2012-07-07
1
-20
/
+28
*
|
log: change color for filters from blue to bright green
Michael Niedermayer
2012-06-28
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-26
1
-0
/
+1
|
\
\
|
|
/
|
*
log: Include io.h on windows
Ronald S. Bultje
2012-06-25
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-24
1
-1
/
+1
|
\
\
|
|
/
|
*
log: Only include unistd.h if configure found it
Martin Storsjö
2012-06-24
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-22
1
-0
/
+4
|
\
\
|
|
/
|
*
log: include unistd.h only when needed
Mans Rullgard
2012-06-21
1
-0
/
+4
*
|
extend log line buffer sizes
Wolfram Gloger
2012-06-22
1
-5
/
+7
*
|
log: flip highlight bit for codec & muxer layer
Michael Niedermayer
2012-06-20
1
-12
/
+12
*
|
avutil: add get_category() for the case where one AVClass can have more than ...
Michael Niedermayer
2012-06-19
1
-4
/
+13
*
|
log: swap colors for muxer and codec layer
Michael Niedermayer
2012-06-19
1
-12
/
+12
*
|
log: color prefixes according to their source.
Michael Niedermayer
2012-06-03
1
-12
/
+57
*
|
log: cleanup color arrays
Michael Niedermayer
2012-06-03
1
-2
/
+21
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-28
1
-2
/
+2
|
\
\
|
|
/
|
*
log: make colored output more colorful.
Anton Khirnov
2012-05-26
1
-2
/
+2
*
|
avutil/log: allow av_log_set_callback (NULL)
Michael Niedermayer
2012-05-10
1
-1
/
+2
*
|
log: use a different color for debug (green).
Clément Bœsch
2012-01-09
1
-2
/
+2
*
|
lavu: introduce av_log_format_line.
Nicolas George
2011-12-08
1
-14
/
+21
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-05
1
-35
/
+46
|
\
\
|
|
/
|
*
Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.
Yordan Makariev
2011-12-03
1
-35
/
+47
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-03
1
-4
/
+4
|
\
\
|
|
/
|
*
Replace some forgotten FFmpeg references by Libav.
Diego Biurrun
2011-11-02
1
-4
/
+4
[next]