summaryrefslogtreecommitdiff
path: root/libavformat/dhav.c
Commit message (Expand)AuthorAge
* avformat/dhav: Don't truncate return value of avio_skip()Andreas Rheinhardt2022-05-10
* dhav: convert to new channel layout APIAnton Khirnov2022-03-15
* avformat/dhav: Limit get_duration() iterationsMichael Niedermayer2021-11-14
* avformat/dhav: make duration extraction more robustPaul B Mahol2021-10-13
* avformat/dhav: check if timestamp matches when seekingPaul B Mahol2021-10-13
* avformat/dhav: do not use zero fpsMichael Niedermayer2021-09-19
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat/dhav: use frame number if timestamp difference is zeroPaul B Mahol2021-09-08
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/dhav: Break out of infinite dhav search loopMichael Niedermayer2021-01-21
* avformat/dhav: Fix incorrect non-DHAV chunk skipping logicIdan Freiberg2021-01-14
* avformat/dhav: Check position for overflowMichael Niedermayer2021-01-08
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-28
* 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
* avformat/dhav: gracefully handle corrupted filesPaul B Mahol2019-08-24
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* avformat/dhav: export average frame rate tooPaul B Mahol2018-12-09
* avformat/dhav: improve A/V syncPaul B Mahol2018-11-24
* avformat: add DHAV demuxerPaul B Mahol2018-11-24