Re: [FFmpeg-devel] new patch

2020-03-30 Thread Moritz Barsnick
On Tue, Feb 18, 2020 at 18:41:08 +0330, Mostafa Namazi fard wrote: > I found this patch useful for prevent crash in http live stream. > I'm using ffmpeg in my application for show http live when remote address > send invalid data ffmpeg crash in this part and after my change it was > fixed. Can yo

Re: [FFmpeg-devel] new patch

2020-03-15 Thread mostafa namazi
let me now any progress? On Tuesday, February 18, 2020, 6:41:08 PM GMT+3:30, Mostafa Namazi fard wrote: I found this patch useful for prevent crash in http live stream.I'm using ffmpeg in my application for show http live when remote address send invalid data ffmpeg crash in this par

[FFmpeg-devel] new patch

2020-02-18 Thread Mostafa Namazi fard
I found this patch useful for prevent crash in http live stream. I'm using ffmpeg in my application for show http live when remote address send invalid data ffmpeg crash in this part and after my change it was fixed. From 73c61670d6e65ad9f7a354a785f73ff9ad5ffc12 Mon Sep 17 00:00:00 2001 From: Mosta

Re: [FFmpeg-devel] New patch: strftime support for hls segment names template

2015-08-30 Thread Michael Niedermayer
On Sun, Aug 30, 2015 at 09:55:36AM +0200, Sébastien Cramatte wrote: > Hello, > > I've made a small patch to add support for strftime on HLS segment > names template. > Now you can use "strftime" template with hls segmenter in the same > way as with ssegmenter. > > https://github.com/scramatte/F

[FFmpeg-devel] New patch: strftime support for hls segment names template

2015-08-30 Thread Sébastien Cramatte
Hello, I've made a small patch to add support for strftime on HLS segment names template. Now you can use "strftime" template with hls segmenter in the same way as with ssegmenter. https://github.com/scramatte/FFmpeg/blob/hls_strftime/libavformat/hlsenc.c Can you please include it to the m