Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-10 Thread Michael Niedermayer
On Fri, Oct 10, 2014 at 01:10:58PM +0200, Benoit Fouet wrote: > Hi, > > - Mail original - > > On Fri, Oct 10, 2014 at 10:28:51AM +0200, Benoit Fouet wrote: > > > Hi, > > > > > [...] > > > > diff --git a/libavformat/movenc.c b/libavformat/movenc.c > > > index bfee866..f592c9c 100644 > >

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-10 Thread Benoit Fouet
Hi, - Mail original - > On Fri, Oct 10, 2014 at 10:28:51AM +0200, Benoit Fouet wrote: > > Hi, > > [...] > > diff --git a/libavformat/movenc.c b/libavformat/movenc.c > > index bfee866..f592c9c 100644 > > --- a/libavformat/movenc.c > > +++ b/libavformat/movenc.c > > @@ -31,6 +31,7 @@ > >

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-10 Thread Benoit Fouet
Hi, - Mail original - > On Fri, Oct 10, 2014 at 10:02:09AM +0200, Benoit Fouet wrote: > > Hi, > > > > - Mail original - > > > On Tue, Oct 07, 2014 at 03:02:38PM +0200, Benoit Fouet wrote: > > > > Support only one independent substream right now, and only > > > > syncframes > > > >

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-10 Thread Michael Niedermayer
On Fri, Oct 10, 2014 at 10:02:09AM +0200, Benoit Fouet wrote: > Hi, > > - Mail original - > > On Tue, Oct 07, 2014 at 03:02:38PM +0200, Benoit Fouet wrote: > > > Support only one independent substream right now, and only > > > syncframes > > > containing 6 blocks. > > > > > > Fixes part o

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-10 Thread Michael Niedermayer
On Fri, Oct 10, 2014 at 10:28:51AM +0200, Benoit Fouet wrote: > Hi, > > - Mail original - > > Hi, > > > > - Mail original - > > > On Tue, Oct 07, 2014 at 03:02:38PM +0200, Benoit Fouet wrote: > > > > Support only one independent substream right now, and only > > > > syncframes > >

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-10 Thread Benoit Fouet
Hi, - Mail original - > Hi, > > - Mail original - > > On Tue, Oct 07, 2014 at 03:02:38PM +0200, Benoit Fouet wrote: > > > Support only one independent substream right now, and only > > > syncframes > > > containing 6 blocks. > > > > > > Fixes part of ticket #3074 > > > --- > > >

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-10 Thread Benoit Fouet
Hi, - Mail original - > On Tue, Oct 07, 2014 at 03:02:38PM +0200, Benoit Fouet wrote: > > Support only one independent substream right now, and only > > syncframes > > containing 6 blocks. > > > > Fixes part of ticket #3074 > > --- > > > > Right now, this produces the same output as the

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-09 Thread Michael Niedermayer
On Tue, Oct 07, 2014 at 03:02:38PM +0200, Benoit Fouet wrote: > Support only one independent substream right now, and only syncframes > containing 6 blocks. > > Fixes part of ticket #3074 > --- > > Right now, this produces the same output as the previous patch for supported > streams, and rejects

[FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-07 Thread Benoit Fouet
Support only one independent substream right now, and only syncframes containing 6 blocks. Fixes part of ticket #3074 --- Right now, this produces the same output as the previous patch for supported streams, and rejects the unsupported ones. Support for syncframes concatenation will come afterwar

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-03 Thread Benoit Fouet
Hi, - Mail original - > Benoit Fouet free.fr> writes: > > > > Please look at the 7.1 samples in > > > http://samples.ffmpeg.org//A-codecs/AC3/eac3/ > > > > I was about to send an email stating I found those ones. > > Since all samples we have are from demo discs, I strongly > suggest y

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-03 Thread Carl Eugen Hoyos
Benoit Fouet free.fr> writes: > > Please look at the 7.1 samples in > > http://samples.ffmpeg.org//A-codecs/AC3/eac3/ > > I was about to send an email stating I found those ones. Since all samples we have are from demo discs, I strongly suggest you simply fail for those samples (or write inva

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-03 Thread Benoit Fouet
Hi, - Mail original - > Benoit Fouet free.fr> writes: > > > Do you have a sample you can share? > > Please look at the 7.1 samples in > http://samples.ffmpeg.org//A-codecs/AC3/eac3/ > I was about to send an email stating I found those ones. Thanks, -- Ben ___

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-03 Thread Carl Eugen Hoyos
Benoit Fouet free.fr> writes: > Do you have a sample you can share? Please look at the 7.1 samples in http://samples.ffmpeg.org//A-codecs/AC3/eac3/ Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/f

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-03 Thread Benoit Fouet
Hi, - Mail original - > 2014-10-02 19:39 GMT+09:00 Benoit Fouet : > [...] > > diff --git a/libavformat/movenc.c b/libavformat/movenc.c > > index bfee866..62b2d4b 100644 > > --- a/libavformat/movenc.c > > +++ b/libavformat/movenc.c > > @@ -31,6 +31,7 @@ > > #include "avio.h" > > #inclu

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-02 Thread Yusuke Nakamura
2014-10-02 19:39 GMT+09:00 Benoit Fouet : > Fixes ticket #3074 > --- > libavformat/isom.c | 1 + > libavformat/movenc.c | 44 +++- > 2 files changed, 44 insertions(+), 1 deletion(-) > > diff --git a/libavformat/isom.c b/libavformat/isom.c > index d768c32

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-02 Thread Yusuke Nakamura
2014-10-02 19:39 GMT+09:00 Benoit Fouet : > Fixes ticket #3074 > --- > libavformat/isom.c | 1 + > libavformat/movenc.c | 44 +++- > 2 files changed, 44 insertions(+), 1 deletion(-) > > diff --git a/libavformat/isom.c b/libavformat/isom.c > index d768c32

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-02 Thread Carl Eugen Hoyos
Benoit Fouet free.fr> writes: > Fixes ticket #3074 I tested this patch successfully with WMP: mono, stereo and 5.1 play well. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-02 Thread Yusuke Nakamura
2014-10-02 19:39 GMT+09:00 Benoit Fouet : > Fixes ticket #3074 > --- > libavformat/isom.c | 1 + > libavformat/movenc.c | 44 +++- > 2 files changed, 44 insertions(+), 1 deletion(-) > > diff --git a/libavformat/isom.c b/libavformat/isom.c > index d768c32

[FFmpeg-devel] [PATCH] avformat/movenc: add EAC3 muxing support.

2014-10-02 Thread Benoit Fouet
Fixes ticket #3074 --- libavformat/isom.c | 1 + libavformat/movenc.c | 44 +++- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/libavformat/isom.c b/libavformat/isom.c index d768c32..1509021 100644 --- a/libavformat/isom.c +++ b/libavforma