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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '35cf146a33ce41a1adb6c9bd5a0827eacb1b6bfc'
James Almer
2017-10-23
1
-14
/
+0
|
\
|
*
lavu: Drop deprecated av_dlog macro
Vittorio Giovara
2017-03-23
1
-14
/
+0
*
|
lavu: remove comma at final enumeration items to fix pedantic warnings
Michael Behrisch
2016-10-26
1
-1
/
+1
*
|
avutil/log: Fix occured typo
Michael Niedermayer
2016-04-28
1
-1
/
+1
*
|
avutil/log: added av_log_format_line2 which returns buffer length
Andreas Weis
2016-04-27
1
-0
/
+17
*
|
avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACE
Zhang Rui
2015-06-26
1
-2
/
+2
*
|
doc: fix spelling errors
Andreas Cadhalpun
2015-06-14
1
-1
/
+1
*
|
avutil/log: more complete description of av_log function
Matteo Nastasi (mop)
2015-04-26
1
-1
/
+1
*
|
Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e'
Michael Niedermayer
2015-04-20
1
-0
/
+9
|
\
\
|
|
/
|
*
log: Introduce a more verbose debug level
Vittorio Giovara
2015-04-19
1
-0
/
+9
*
|
avutil/log: add () to protect the argument of AV_LOG_C()
Michael Niedermayer
2015-02-17
1
-1
/
+1
*
|
lavu/log: add device category macros
Lukasz Marek
2014-08-18
1
-0
/
+10
*
|
Add AV_LOG_PRINT_LEVEL flag to include log severity in default log formatting.
tue46wsdgxfjrt
2014-04-26
1
-0
/
+9
*
|
avutil/log: add av_log_get_flags()
Michael Niedermayer
2014-04-12
1
-0
/
+1
*
|
Merge commit '42ba1c51d9e843135772a3b9e5cf036a37b28bdb'
Michael Niedermayer
2014-04-03
1
-6
/
+8
|
\
\
|
|
/
|
*
log: Document AV_LOG_C usage
Luca Barbato
2014-04-03
1
-6
/
+8
*
|
Merge commit '7763118cae4eb468b032dbd29af15a011c2c233b'
Michael Niedermayer
2014-04-03
1
-0
/
+8
|
\
\
|
|
/
|
*
log: Support for 256color terminals
Luca Barbato
2014-04-03
1
-0
/
+8
*
|
lavu/log: add device categories
Lukasz Marek
2014-03-03
1
-0
/
+6
*
|
Merge commit '25a1ba814ad80056247fd357ec4c6911324a3f66'
Michael Niedermayer
2014-02-12
1
-2
/
+3
|
\
\
|
|
/
|
*
log: Have function parameter names match between .c and .h file
Diego Biurrun
2014-02-12
1
-2
/
+3
*
|
avutil/log: document log callback thread saftey requirements
Michael Niedermayer
2013-10-23
1
-0
/
+3
*
|
Merge commit '4272bb6ef1533846a788c259cc498562d0704444'
Michael Niedermayer
2013-10-06
1
-10
/
+98
|
\
\
|
|
/
|
*
doxy: Document avlog
Luca Barbato
2013-10-05
1
-10
/
+98
*
|
Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534'
Michael Niedermayer
2012-12-19
1
-5
/
+6
|
\
\
|
|
/
|
*
misc typo, style and wording fixes
Diego Biurrun
2012-12-18
1
-5
/
+6
*
|
opt: Add support to query ranges
Michael Niedermayer
2012-12-08
1
-0
/
+8
*
|
lavu: 256 color support
Paul B Mahol
2012-07-07
1
-0
/
+2
*
|
avutil: add get_category() for the case where one AVClass can have more than ...
Michael Niedermayer
2012-06-19
1
-0
/
+8
*
|
log: add AV_CLASS_CATEGORY_NB
Michael Niedermayer
2012-06-03
1
-0
/
+1
*
|
log: add category to AVClass
Michael Niedermayer
2012-06-01
1
-0
/
+18
*
|
lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect
Stefano Sabatini
2012-02-06
1
-0
/
+2
*
|
lavu: introduce av_log_format_line.
Nicolas George
2011-12-08
1
-0
/
+10
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-13
1
-5
/
+13
|
\
\
|
|
/
|
*
log.h: make AVClass a named struct
Jindrich Makovicka
2011-10-12
1
-1
/
+1
|
*
AVOptions: add new API for enumerating children.
Anton Khirnov
2011-10-12
1
-4
/
+12
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-24
1
-5
/
+2
|
\
\
|
|
/
|
*
Use av_printf_format to check the usage of printf style functions
Martin Storsjö
2011-06-23
1
-5
/
+2
*
|
Fix zero-length gnu_printf format string warning.
Clément Bœsch
2011-06-21
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-18
1
-0
/
+7
|
\
\
|
|
/
|
*
AVOptions: add av_opt_find() as a replacement for av_find_opt.
Anton Khirnov
2011-06-16
1
-0
/
+7
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-0
/
+11
*
|
Check syntax even if DEBUG is not defined.
Reimar Döffinger
2011-05-11
1
-1
/
+1
*
|
Replace dprintf with av_dlog
Luca Barbato
2011-01-30
1
-0
/
+11
|
/
*
2nd try to fix av_log() repeated detection
Michael Niedermayer
2010-09-24
1
-0
/
+11
*
Add parameter names to av_log/av_vlog function declarations.
Diego Biurrun
2010-07-02
1
-3
/
+3
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-2
/
+2
*
Make it possible for a log context to keep track of its parent context.
Michael Niedermayer
2010-05-19
1
-0
/
+8
*
av_default_item_name() so Simply AVClasses need 1 function less.
Michael Niedermayer
2010-05-19
1
-0
/
+1
[next]