summaryrefslogtreecommitdiff
path: root/libavformat/dhav.c
Commit message (Collapse)AuthorAge
* avformat/dhav: improve seekingPaul B Mahol2019-12-25
|
* avformat/dhav: fix demuxer since recent breakagePaul B Mahol2019-09-27
|
* avformat/dhav: always initializer retPaul B Mahol2019-08-28
|
* avformat/dhav: handle files missing data at startPaul B Mahol2019-08-24
| | | | | Try to seek to end of file and if signature is found seek backwards until last valid chunk is found.
* avformat/dhav: gracefully handle corrupted filesPaul B Mahol2019-08-24
| | | | Try to find next valid chunk in offsets of 0x8000 from last good one.
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
| | | | | Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
* avformat/dhav: export average frame rate tooPaul B Mahol2018-12-09
|
* avformat/dhav: improve A/V syncPaul B Mahol2018-11-24
| | | | Actual stored timestamps take only 16bits.
* avformat: add DHAV demuxerPaul B Mahol2018-11-24
Signed-off-by: Paul B Mahol <onemda@gmail.com>