[FFmpeg-devel] [PATCH 8/8] lavf/movenc+dashenc: add automatic bitstream filtering

2016-04-13 Thread Rodger Combs
This is disabled by default when the empty_moov flag is enabled --- libavformat/dashenc.c | 41 +++- libavformat/movenc.c | 103 +++--- 2 files changed, 119 insertions(+), 25 deletions(-) diff --git a/libavformat/dashenc.c b/libavforma

Re: [FFmpeg-devel] [PATCH 8/8] lavf/movenc+dashenc: add automatic bitstream filtering

2016-04-08 Thread Derek Buitenhuis
On 4/8/2016 1:38 AM, Rodger Combs wrote: > @@ -617,6 +617,7 @@ static int dash_write_header(AVFormatContext *s) > ctx->opaque = s->opaque; > ctx->io_close = s->io_close; > ctx->io_open= s->io_open; > +av_dict_set(&opts, "fflags",

Re: [FFmpeg-devel] [PATCH 8/8] lavf/movenc+dashenc: add automatic bitstream filtering

2016-04-08 Thread Moritz Barsnick
On Thu, Apr 07, 2016 at 19:38:09 -0500, Rodger Combs wrote: > --- > libavformat/dashenc.c | 43 +++- > libavformat/movenc-test.c | 3 ++ > libavformat/movenc.c | 100 > +++--- > 3 files changed, 121 insertions(+), 25 deletions(-)

[FFmpeg-devel] [PATCH 8/8] lavf/movenc+dashenc: add automatic bitstream filtering

2016-04-07 Thread Rodger Combs
--- libavformat/dashenc.c | 43 +++- libavformat/movenc-test.c | 3 ++ libavformat/movenc.c | 100 +++--- 3 files changed, 121 insertions(+), 25 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index dce552