Re: [FFmpeg-devel] Discussion related to the use of a global thread pool rather than the current threading model

2016-01-08 Thread Eli Kara
Web applications are fast becoming more and more complex, it's no surprise. I do mainly sever side work but a bit client side. The amount of data in a web page's DOM can be huge. Many applications use videos in several places, this isn't a theoretical problem. And with people having 30 tabs open

Re: [FFmpeg-devel] [RFC]Add int64_t probesize2 to AVFormatContext

2014-07-28 Thread Eli Kara
> From: ffmpeg-devel-boun...@ffmpeg.org > [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Nicolas George > Sent: Monday, July 28, 2014 1:10 AM > That would be nice, thanks for proposing. But that would not fix the issue: > not all MPEG-PS files come with a DVD structure, even ones with subt

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: add single file mode

2014-07-22 Thread Eli Kara
> HLS version 4 offers the possibility to keep the media file whole instead of > splitting it. In that case, segments are specified with byte ranges. > We introduce a new '-hls_flags' option for the hlsenc muxer, with a single > flag for the time being, 'single_file'. Nicolas, just out of curi