Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-14avformat/dhav: Limit get_duration() iterationsMichael Niedermayer
2021-10-13avformat/dhav: make duration extraction more robustPaul B Mahol
2021-10-13avformat/dhav: check if timestamp matches when seekingPaul B Mahol
2021-09-19avformat/dhav: do not use zero fpsMichael Niedermayer
2021-09-17avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt
2021-09-08avformat/dhav: use frame number if timestamp difference is zeroPaul B Mahol
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-01-21avformat/dhav: Break out of infinite dhav search loopMichael Niedermayer
2021-01-14avformat/dhav: Fix incorrect non-DHAV chunk skipping logicIdan Freiberg
2021-01-08avformat/dhav: Check position for overflowMichael Niedermayer
2020-10-28lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov
2020-10-11lavc, lavf: Remove newlines from calls to avpriv_request_sample().Carl Eugen Hoyos
2019-12-26avformat/dhav: improve seekingPaul B Mahol
2019-09-27avformat/dhav: fix demuxer since recent breakagePaul B Mahol
2019-08-28avformat/dhav: always initializer retPaul B Mahol
2019-08-24avformat/dhav: handle files missing data at startPaul B Mahol
2019-08-24avformat/dhav: gracefully handle corrupted filesPaul B Mahol
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2018-12-09avformat/dhav: export average frame rate tooPaul B Mahol
2018-11-25avformat/dhav: improve A/V syncPaul B Mahol
2018-11-24avformat: add DHAV demuxerPaul B Mahol