On Fri, Nov 13, 2015 at 03:57:22PM +0100, Nicolas George wrote:
> Le primidi 21 brumaire, an CCXXIV, Clement Boesch a écrit :
> > You construct something like this:
> >
> > AVAsyncContext(
> > AVAsyncReader(
> > AVAsyncDecoder(...),
> > AVAsyncDecoder(...),
> > AVAsyncDecod
Le tridi 23 brumaire, an CCXXIV, Paul B Mahol a écrit :
> This monolithic is incorrect, it is easy to add support for loading
> filters its just that it never get commited, there is even patch for this.
I do not think you are right. Filters need to use internal APIs to process
frames, dynamic load
On 11/13/15, wm4 wrote:
> On Fri, 13 Nov 2015 15:57:22 +0100
> Nicolas George wrote:
>
>> Le primidi 21 brumaire, an CCXXIV, Clement Boesch a ecrit :
>> > You construct something like this:
>> >
>> > AVAsyncContext(
>> > AVAsyncReader(
>> > AVAsyncDecoder(...),
>> > AVAsyncDecod
Le tridi 23 brumaire, an CCXXIV, wm4 a écrit :
> libavfilter is too inflexible, brittle, monolithic.
Care to elaborate?
Regards,
--
Nicolas George
signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
h
On Fri, 13 Nov 2015 15:57:22 +0100
Nicolas George wrote:
> Le primidi 21 brumaire, an CCXXIV, Clement Boesch a écrit :
> > You construct something like this:
> >
> > AVAsyncContext(
> > AVAsyncReader(
> > AVAsyncDecoder(...),
> > AVAsyncDecoder(...),
> > AVAsyncDecoder(..
Le primidi 21 brumaire, an CCXXIV, Clement Boesch a écrit :
> You construct something like this:
>
> AVAsyncContext(
> AVAsyncReader(
> AVAsyncDecoder(...),
> AVAsyncDecoder(...),
> AVAsyncDecoder(...),
> ...
> ),
> AVAsyncReader(
> AVAsyncDecoder(...),
On Thu, Nov 12, 2015 at 10:15:16PM +0100, wm4 wrote:
> On Wed, 11 Nov 2015 08:45:52 +0100
> Hendrik Leppkes wrote:
>
> > On Wed, Nov 11, 2015 at 1:27 AM, Clément Bœsch wrote:
> > > From: Clément Bœsch
>
> > > I hope this is going in a direction most developers like. If it's not
> > > the case,
On Wed, 11 Nov 2015 08:45:52 +0100
Hendrik Leppkes wrote:
> On Wed, Nov 11, 2015 at 1:27 AM, Clément Bœsch wrote:
> > From: Clément Bœsch
> > I hope this is going in a direction most developers like. If it's not
> > the case, I'm of course open to any reworking but please be specific.
>
> I
On Wed, Nov 11, 2015 at 1:27 AM, Clément Bœsch wrote:
> From: Clément Bœsch
>
> ---
>
> So here is a first prototype of a higher level API following an
> asynchronous model to (for now) simply use the current synchronous API.
>
> I suggest to look at libavutil/async.h (sorry no doxy yet) and
> do
2015-11-11 8:27 GMT+08:00 Clément Bœsch :
> From: Clément Bœsch
>
> ---
>
> So here is a first prototype of a higher level API following an
> asynchronous model to (for now) simply use the current synchronous API.
>
> I suggest to look at libavutil/async.h (sorry no doxy yet) and
> doc/examples/as
10 matches
Mail list logo