summaryrefslogtreecommitdiff
path: root/libavformat/dhav.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/dhav: Use 64bit seek_backMichael Niedermayer2022-09-241-1/+1
* avformat/dhav: Don't truncate return value of avio_skip()Andreas Rheinhardt2022-05-101-3/+3
* dhav: convert to new channel layout APIAnton Khirnov2022-03-151-1/+1
* avformat/dhav: Limit get_duration() iterationsMichael Niedermayer2021-11-141-1/+2
* avformat/dhav: make duration extraction more robustPaul B Mahol2021-10-131-10/+12
* avformat/dhav: check if timestamp matches when seekingPaul B Mahol2021-10-131-3/+4
* avformat/dhav: do not use zero fpsMichael Niedermayer2021-09-191-1/+1
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-2/+3
* avformat/dhav: use frame number if timestamp difference is zeroPaul B Mahol2021-09-081-0/+4
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/dhav: Break out of infinite dhav search loopMichael Niedermayer2021-01-211-0/+2
* avformat/dhav: Fix incorrect non-DHAV chunk skipping logicIdan Freiberg2021-01-141-12/+3
* avformat/dhav: Check position for overflowMichael Niedermayer2021-01-081-2/+2
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-2/+2
* lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos2020-10-111-2/+2
* avformat/dhav: improve seekingPaul B Mahol2019-12-251-81/+130
* 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
* avformat/dhav: gracefully handle corrupted filesPaul B Mahol2019-08-241-24/+38
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* 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
* avformat: add DHAV demuxerPaul B Mahol2018-11-241-0/+296