| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -5/+6 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -2/+2 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -2/+2 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/ty: Remove write-only array and variable | Andreas Rheinhardt | 2020-08-11 | 1 | -67/+1 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -14/+14 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | libavformat/ty: use decimal constant for shift | Michael Niedermayer | 2018-10-07 | 1 | -1/+1 |
* | avformat/ty: check cur_chunk_pos before using it | Paul B Mahol | 2017-11-12 | 1 | -0/+2 |
* | avformat/ty: fix memory leaks | Paul B Mahol | 2017-11-12 | 1 | -0/+11 |
* | avformat/ty: check if header is correctly parsed and is still present | Paul B Mahol | 2017-11-12 | 1 | -2/+4 |
* | avformat/ty: fix format specifiers in debug log messages | James Almer | 2017-11-08 | 1 | -2/+2 |
* | avformat/ty: do not overread chunk | Paul B Mahol | 2017-11-06 | 1 | -0/+4 |
* | avformat/ty: try harder to find stream signature | Paul B Mahol | 2017-11-06 | 1 | -4/+9 |
* | avformat: add TiVo ty demuxer | Paul B Mahol | 2017-11-06 | 1 | -0/+765 |