Luca Barbato <[email protected]> writes: > On 06/19/2012 06:18 PM, Manjunath Siddaiah wrote: >> +#if CONFIG_AV_FILTER_THREADS >> +#include <semaphore.h> >> +#endif >> + > > Semaphores aren't exactly usable on some target platforms > > Current libav provides avconv not ffmpeg, could you rebase them? > > Beside that the idea seems interesting even if I'm not sure how much > latency you trade for that. > > Anton could comment on the rest of the patch.
At a glance, the patch looks fairly intrusive. It seems to me it should be possible to create a 'thread' filter acting kind of like a fifo but with a new thread on the reading end. You could insert such filters anywhere you like in a chain, thus spreading the processing over as many threads as you please. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
