| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |