summaryrefslogtreecommitdiff
path: root/libavformat/dhav.c
Commit message (Collapse)AuthorAge
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-28
| | | | | | | Those are private fields, no reason to have them exposed in a public header. Since there are some (semi-)public fields located after these, even though this section is supposed to be private, keep some dummy padding there until the next major bump to preserve ABI compatibility.
* lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos2020-10-11
|
* 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>