Re: [FFmpeg-devel] [PATCH] libavformat/gdv: Fix parsing for soundless video

2017-07-05 Thread Michael Niedermayer
On Mon, Jul 03, 2017 at 01:10:55AM +0500, Azamat H. Hackimov wrote: > Added 2 byte skipping if there no sound present, that fixes playback > files without sound stream. > --- > libavformat/gdv.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavformat/gdv.c b/libavformat/gdv.c > ind

Re: [FFmpeg-devel] [PATCH] libavformat/gdv: Fix parsing for soundless video

2017-07-05 Thread Michael Niedermayer
On Wed, Jul 05, 2017 at 07:48:18AM +0500, Azamat Hackimov wrote: > Here another file chptr1.gdv, 0,5 Mb long: > https://drive.google.com/file/d/0B8VpSH5prLMrT1pFejhQV2tQWWs/view?usp=sharing uploaded to gdv/ace.gdv gdv/chptr1.gdv thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF1

Re: [FFmpeg-devel] [PATCH] libavformat/gdv: Fix parsing for soundless video

2017-07-04 Thread Azamat Hackimov
Here another file chptr1.gdv, 0,5 Mb long: https://drive.google.com/file/d/0B8VpSH5prLMrT1pFejhQV2tQWWs/view?usp=sharing 2017-07-05 7:06 GMT+05:00 Michael Niedermayer : > On Tue, Jul 04, 2017 at 11:41:33PM +0500, Azamat Hackimov wrote: > > FATE checks commit sent. Here reference files - > > https

Re: [FFmpeg-devel] [PATCH] libavformat/gdv: Fix parsing for soundless video

2017-07-04 Thread Michael Niedermayer
On Tue, Jul 04, 2017 at 11:41:33PM +0500, Azamat Hackimov wrote: > FATE checks commit sent. Here reference files - > https://drive.google.com/open?id=0B8VpSH5prLMrVHppWDBPaG1aTVk > > ace.gdv - without audio stream > gremlogo.gdv - with audio stream this is with 2mb a bit big, is there a smaller

Re: [FFmpeg-devel] [PATCH] libavformat/gdv: Fix parsing for soundless video

2017-07-04 Thread Azamat Hackimov
FATE checks commit sent. Here reference files - https://drive.google.com/open?id=0B8VpSH5prLMrVHppWDBPaG1aTVk ace.gdv - without audio stream gremlogo.gdv - with audio stream Both files taken from Realms of the Haunting game. 2017-07-04 16:10 GMT+05:00 Michael Niedermayer : > On Mon, Jul 03, 201

Re: [FFmpeg-devel] [PATCH] libavformat/gdv: Fix parsing for soundless video

2017-07-04 Thread Michael Niedermayer
On Mon, Jul 03, 2017 at 01:10:55AM +0500, Azamat H. Hackimov wrote: > Added 2 byte skipping if there no sound present, that fixes playback > files without sound stream. > --- > libavformat/gdv.c | 2 ++ > 1 file changed, 2 insertions(+) can you share a sample ? and also add a fate test with some

[FFmpeg-devel] [PATCH] libavformat/gdv: Fix parsing for soundless video

2017-07-02 Thread Azamat H. Hackimov
Added 2 byte skipping if there no sound present, that fixes playback files without sound stream. --- libavformat/gdv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/gdv.c b/libavformat/gdv.c index 90692bd61c..32209320a7 100644 --- a/libavformat/gdv.c +++ b/libavformat/gdv.c @@

[FFmpeg-devel] [PATCH] libavformat/gdv: Fix parsing for soundless video

2017-07-02 Thread Azamat H. Hackimov
Added 2 byte skipping if there no sound present, that fixes playback files without sound stream. --- libavformat/gdv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/gdv.c b/libavformat/gdv.c index 90692bd61c..32209320a7 100644 --- a/libavformat/gdv.c +++ b/libavformat/gdv.c @@