Re: [FFmpeg-devel] [PATCH 02/12] lavf: update auto-bsf to new BSF API

2016-05-05 Thread Nicolas George
Le decadi 10 floréal, an CCXXIV, Rodger Combs a écrit : > There's definitely going to be some trickiness around this if we end up > having 1:N filters, or filters that actually requiring flushing. > Otherwise, though, this should work fine, and we can address multiple-bsf > or more-advanced BSF cas

Re: [FFmpeg-devel] [PATCH 02/12] lavf: update auto-bsf to new BSF API

2016-04-28 Thread Rodger Combs
> On Apr 27, 2016, at 07:29, Nicolas George wrote: > > Le nonidi 9 floréal, an CCXXIV, Rodger Combs a écrit : >> --- >> libavformat/internal.h | 5 +++-- >> libavformat/mux.c | 40 +- >> libavformat/segment.c | 6 +++-- >> libavformat/utils.c| 59 >>

Re: [FFmpeg-devel] [PATCH 02/12] lavf: update auto-bsf to new BSF API

2016-04-27 Thread Nicolas George
Le nonidi 9 floréal, an CCXXIV, Rodger Combs a écrit : > --- > libavformat/internal.h | 5 +++-- > libavformat/mux.c | 40 +- > libavformat/segment.c | 6 +++-- > libavformat/utils.c| 59 > +- > 4 files ch

[FFmpeg-devel] [PATCH 02/12] lavf: update auto-bsf to new BSF API

2016-04-27 Thread Rodger Combs
--- libavformat/internal.h | 5 +++-- libavformat/mux.c | 40 +- libavformat/segment.c | 6 +++-- libavformat/utils.c| 59 +- 4 files changed, 86 insertions(+), 24 deletions(-) diff --git a/libavformat/int

Re: [FFmpeg-devel] [PATCH 02/12] lavf: update auto-bsf to new BSF API

2016-04-20 Thread Hendrik Leppkes
On Wed, Apr 20, 2016 at 9:10 AM, Rodger Combs wrote: > --- > libavformat/internal.h | 5 +++-- > libavformat/mux.c | 32 +-- > libavformat/segment.c | 6 +++-- > libavformat/utils.c| 59 > +- > 4 files changed, 8

[FFmpeg-devel] [PATCH 02/12] lavf: update auto-bsf to new BSF API

2016-04-20 Thread Rodger Combs
--- libavformat/internal.h | 5 +++-- libavformat/mux.c | 32 +-- libavformat/segment.c | 6 +++-- libavformat/utils.c| 59 +- 4 files changed, 86 insertions(+), 16 deletions(-) diff --git a/libavformat/internal.h