| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/dhav: Use 64bit seek_back | Michael Niedermayer | 2022-09-24 | 1 | -1/+1 |
* | avformat/dhav: Don't truncate return value of avio_skip() | Andreas Rheinhardt | 2022-05-10 | 1 | -3/+3 |
* | dhav: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -1/+1 |
* | avformat/dhav: Limit get_duration() iterations | Michael Niedermayer | 2021-11-14 | 1 | -1/+2 |
* | avformat/dhav: make duration extraction more robust | Paul B Mahol | 2021-10-13 | 1 | -10/+12 |
* | avformat/dhav: check if timestamp matches when seeking | Paul B Mahol | 2021-10-13 | 1 | -3/+4 |
* | avformat/dhav: do not use zero fps | Michael Niedermayer | 2021-09-19 | 1 | -1/+1 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -2/+3 |
* | avformat/dhav: use frame number if timestamp difference is zero | Paul B Mahol | 2021-09-08 | 1 | -0/+4 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/dhav: Break out of infinite dhav search loop | Michael Niedermayer | 2021-01-21 | 1 | -0/+2 |
* | avformat/dhav: Fix incorrect non-DHAV chunk skipping logic | Idan Freiberg | 2021-01-14 | 1 | -12/+3 |
* | avformat/dhav: Check position for overflow | Michael Niedermayer | 2021-01-08 | 1 | -2/+2 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -2/+2 |
* | lavc, lavf: Remove newlines from calls to avpriv_request_sample(). | Carl Eugen Hoyos | 2020-10-11 | 1 | -2/+2 |
* | avformat/dhav: improve seeking | Paul B Mahol | 2019-12-25 | 1 | -81/+130 |
* | avformat/dhav: fix demuxer since recent breakage | Paul B Mahol | 2019-09-27 | 1 | -2/+11 |
* | avformat/dhav: always initializer ret | Paul B Mahol | 2019-08-28 | 1 | -1/+1 |
* | avformat/dhav: handle files missing data at start | Paul B Mahol | 2019-08-24 | 1 | -4/+19 |
* | avformat/dhav: gracefully handle corrupted files | Paul B Mahol | 2019-08-24 | 1 | -24/+38 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/dhav: export average frame rate too | Paul B Mahol | 2018-12-09 | 1 | -0/+2 |
* | avformat/dhav: improve A/V sync | Paul B Mahol | 2018-11-24 | 1 | -21/+107 |
* | avformat: add DHAV demuxer | Paul B Mahol | 2018-11-24 | 1 | -0/+296 |