[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 @@

[FFmpeg-devel] [PATCH] libavformat/gdv: Added FATE test for GDV files

2017-07-04 Thread Azamat H. Hackimov
Two files to check - with and without audio stream. --- tests/Makefile | 1 + tests/fate/gdv.mak | 8 ++ tests/ref/fate/gdv-nosound | 26 tests/ref/fate/gdv-sound | 351 + 4 files changed, 386 insertions(+) create mode 10

[FFmpeg-devel] [PATCH] libavformat/gdv: Added FATE test for GDV files (v2)

2017-07-05 Thread Azamat H. Hackimov
Two files to check - with and without audio stream. --- tests/Makefile | 1 + tests/fate/gdv.mak | 8 ++ tests/ref/fate/gdv-nosound | 26 +++ tests/ref/fate/gdv-sound | 181 + 4 files changed, 216 insertions(+) create mode