Re: [FFmpeg-devel] [PATCH] cmdutils: add log time info into report log file

2017-06-06 Thread Moritz Barsnick
On Tue, Jun 06, 2017 at 11:42:10 +0200, Tobias Rapp wrote: > And it would be good if the timestamp prefix would be made optional > similar to the AV_LOG_PRINT_LEVEL flag. Yes indeed, please. It's already hard diff'ing two logfiles, this would require even more awk-ward stuff on the command line (

Re: [FFmpeg-devel] [PATCH] cmdutils: add log time info into report log file

2017-06-06 Thread Tobias Rapp
On 03.06.2017 08:41, Steven Liu wrote: 2017-06-03 0:30 GMT+08:00 Nicolas George : Le quintidi 15 prairial, an CCXXV, Steven Liu a écrit : add time info into every line of log report the time info can be used to find out error message occur time. Signed-off-by: Steven Liu --- cmdutils.c | 8

Re: [FFmpeg-devel] [PATCH] cmdutils: add log time info into report log file

2017-06-05 Thread Nicolas George
Le quintidi 15 prairial, an CCXXV, Steven Liu a écrit : > I get some problem of the log output: > > 1. the log output by multiple av_log to one line, > for example: > av_log(NULL, "major_brand :"); > av_log(NULL, "isom\n"); > then if add the

Re: [FFmpeg-devel] [PATCH] cmdutils: add log time info into report log file

2017-06-02 Thread Steven Liu
2017-06-03 0:30 GMT+08:00 Nicolas George : > > Le quintidi 15 prairial, an CCXXV, Steven Liu a écrit : > > add time info into every line of log report > > the time info can be used to find out error message occur time. > > > > Signed-off-by: Steven Liu > > --- > > cmdutils.c | 8 +++- > > 1 f

Re: [FFmpeg-devel] [PATCH] cmdutils: add log time info into report log file

2017-06-02 Thread Nicolas George
Le quintidi 15 prairial, an CCXXV, Steven Liu a écrit : > add time info into every line of log report > the time info can be used to find out error message occur time. > > Signed-off-by: Steven Liu > --- > cmdutils.c | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git

[FFmpeg-devel] [PATCH] cmdutils: add log time info into report log file

2017-06-02 Thread Steven Liu
add time info into every line of log report the time info can be used to find out error message occur time. Signed-off-by: Steven Liu --- cmdutils.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cmdutils.c b/cmdutils.c index 3d428f3eea..b760a0565d 100644 --- a/cmduti

[FFmpeg-devel] [PATCH] cmdutils: add log time info into report log file

2017-06-02 Thread Steven Liu
add time info into every line of log report the time info can be used to find out error message occur time. Signed-off-by: Steven Liu --- cmdutils.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cmdutils.c b/cmdutils.c index 3d428f3eea..b760a0565d 100644 --- a/cmduti