Re: [FFmpeg-devel] [WIP] Event loop

2021-08-17 Thread ffmpegandmahanstreamer
August 17, 2021 3:58 AM, "Nicolas George" wrote: > Xiang Xiao (12021-08-17): > >> Nicolas, do you have any more progress? I am very interested in your >> proposal and want to test your change in our special device. > > Sorry. I have been focusing on other projects while looking for a good > way

Re: [FFmpeg-devel] [WIP] Event loop

2021-08-17 Thread Xiang Xiao
On Tue, Aug 17, 2021 at 3:58 PM Nicolas George wrote: > Xiang Xiao (12021-08-17): > > Nicolas, do you have any more progress? I am very interested in your > > proposal and want to test your change in our special device. > > We are building an audio framework on top of FFmpeg for a wearable device

Re: [FFmpeg-devel] [WIP] Event loop

2021-08-17 Thread Nicolas George
Xiang Xiao (12021-08-17): > Nicolas, do you have any more progress? I am very interested in your > proposal and want to test your change in our special device. Sorry. I have been focusing on other projects while looking for a good way to avoid dynamic allocations in the thread-aware scheduler. Si

Re: [FFmpeg-devel] [WIP] Event loop

2021-08-16 Thread Xiang Xiao
On Sat, Jul 17, 2021 at 8:09 PM Nicolas George wrote: > Hi. > > Some time ago, I started working on the project to update libavformat's > protocols to run with a proper event loop, instead of the several > half-assed > event loops we have here and there in the code. > > I started by writing the d

[FFmpeg-devel] [WIP] Event loop

2021-07-17 Thread Nicolas George
Hi. Some time ago, I started working on the project to update libavformat's protocols to run with a proper event loop, instead of the several half-assed event loops we have here and there in the code. I started by writing the documentation for the low-level API, making sure it is an API that (1)