summaryrefslogtreecommitdiffstats
path: root/libavformat/dhav.c
Commit message (Collapse)AuthorAgeFilesLines
* avformat/dhav: fix demuxer since recent breakagePaul B Mahol2019-09-271-2/+11
|
* avformat/dhav: always initializer retPaul B Mahol2019-08-281-1/+1
|
* avformat/dhav: handle files missing data at startPaul B Mahol2019-08-241-4/+19
| | | | | 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-241-24/+38
| | | | Try to find next valid chunk in offsets of 0x8000 from last good one.
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
| | | | | Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
* avformat/dhav: export average frame rate tooPaul B Mahol2018-12-091-0/+2
|
* avformat/dhav: improve A/V syncPaul B Mahol2018-11-241-21/+107
| | | | Actual stored timestamps take only 16bits.
* avformat: add DHAV demuxerPaul B Mahol2018-11-241-0/+296
Signed-off-by: Paul B Mahol <onemda@gmail.com>
OpenPOWER on IntegriCloud