summaryrefslogtreecommitdiff
path: root/libavformat/gdv.c
Commit message (Collapse)AuthorAge
* libavformat/gdv: Fix parsing for soundless videoAzamat H. Hackimov2017-07-05
| | | | | | | Added 2 byte skipping if there no sound present, that fixes playback files without sound stream. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/gdv: add decompression for 2 and 5 methodPaul B Mahol2017-06-29
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat: add Gremlin Digital Video demuxerPaul B Mahol2017-06-11
Signed-off-by: Paul B Mahol <onemda@gmail.com>