Re: [FFmpeg-devel] [PATCH v3] hlsenc: expand hls_fmp4_init_filename with strftime()

2020-11-30 Thread Nikola Pajkovsky
Nikola Pajkovsky writes: > Nikola Pajkovsky writes: > >> Nikola Pajkovsky writes: >> >> Ping? > > Ping. Steven, Andreas, can you look at the the latest iteration of the > path? Hey, is there any problem with the patch? >>> init.mp4 can b

Re: [FFmpeg-devel] [PATCH v3] hlsenc: expand hls_fmp4_init_filename with strftime()

2020-11-23 Thread Nikola Pajkovsky
Nikola Pajkovsky writes: > Nikola Pajkovsky writes: > > Ping? Ping. Steven, Andreas, can you look at the the latest iteration of the path? >> init.mp4 can be expanded with strftime() the same way as >> hls_segment_filename. >> >> Signed-off-by: Nikola Pajkovs

Re: [FFmpeg-devel] [PATCH v3] hlsenc: expand hls_fmp4_init_filename with strftime()

2020-11-03 Thread Nikola Pajkovsky
Nikola Pajkovsky writes: Ping? > init.mp4 can be expanded with strftime() the same way as > hls_segment_filename. > > Signed-off-by: Nikola Pajkovsky > --- > v2: fix memleak on strftime failure > v3: use av_free() insted of free() > > doc/muxers.texi | 7 +++

[FFmpeg-devel] [PATCH v3] hlsenc: expand hls_fmp4_init_filename with strftime()

2020-10-27 Thread Nikola Pajkovsky
init.mp4 can be expanded with strftime() the same way as hls_segment_filename. Signed-off-by: Nikola Pajkovsky --- v2: fix memleak on strftime failure v3: use av_free() insted of free() doc/muxers.texi | 7 ++ libavformat/hlsenc.c | 54

[FFmpeg-devel] [PATCH v2] expand hls_fmp4_init_filename with strftime()

2020-10-22 Thread Nikola Pajkovsky
init.mp4 can be expanded with strftime() the same way as hls_segment_filename. Signed-off-by: Nikola Pajkovsky --- v2: fix memleak on strftime failure doc/muxers.texi | 7 ++ libavformat/hlsenc.c | 54 +++- 2 files changed, 50 insertions

Re: [FFmpeg-devel] [PATCH] expand hls_fmp4_init_filename with strftime()

2020-10-22 Thread Nikola Pajkovsky
Steven Liu writes: >> 2020年10月23日 上午5:01,Nikola Pajkovsky 写道: >> >> init.mp4 can be expanded with strftime() the same way as >> hls_segment_filename. >> >> Signed-off-by: Nikola Pajkovsky >> --- >> doc/muxers.te

[FFmpeg-devel] [PATCH] expand hls_fmp4_init_filename with strftime()

2020-10-22 Thread Nikola Pajkovsky
init.mp4 can be expanded with strftime() the same way as hls_segment_filename. Signed-off-by: Nikola Pajkovsky --- doc/muxers.texi | 7 ++ libavformat/hlsenc.c | 52 ++-- 2 files changed, 48 insertions(+), 11 deletions(-) diff --git a/doc