Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
| | | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avformat/hcom: Tell the compiler about set but not read variables | Michael Niedermayer | 2019-09-16 | 1 | -1/+1 |
| | | | | | | This avoids 3 warnings Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
| | | | | | Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin | ||||
* | avformat/hcom: check probe buffer size | Paul B Mahol | 2019-01-16 | 1 | -0/+2 |
| | |||||
* | avformat: add HCOM demuxer | Paul B Mahol | 2019-01-15 | 1 | -0/+89 |