| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/paf: read frame rate from header @0x88 | Gregory Montoir | 2021-08-10 | 1 | -3/+5 |
* | avformat/paf: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-08 | 1 | -12/+6 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/paf: Check for EOF before allocation in read_header() | Michael Niedermayer | 2021-03-08 | 1 | -0/+4 |
* | avformat/paf: Do not zero allocated tables which are immedeately filled | Michael Niedermayer | 2021-01-21 | 1 | -3/+3 |
* | avformat/paf: Check for EOF in read_table() | Michael Niedermayer | 2020-11-04 | 1 | -5/+15 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -5/+5 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -11/+11 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -11/+11 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | | Merge commit '70daeacd6ef8b354dd7d2d77ad393831a5bbf033' | Michael Niedermayer | 2014-03-28 | 1 | -23/+29 |
|\| |
|
| * | PAF demuxer and decoder | Paul B Mahol | 2014-03-27 | 1 | -0/+267 |
* | avformat/paf: Fix integer overflow and out of array read | Michael Niedermayer | 2013-08-09 | 1 | -2/+3 |
* | paf: set channel layout | Paul B Mahol | 2012-11-13 | 1 | -0/+2 |
* | paf: avoid C99 overflows | Michael Niedermayer | 2012-10-14 | 1 | -2/+2 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
* | paf: fix audio packet duration | Paul B Mahol | 2012-08-03 | 1 | -1/+1 |
* | paf: properly flag video packets | Paul B Mahol | 2012-07-08 | 1 | -1/+3 |
* | PAF demuxer and decoder | Paul B Mahol | 2012-07-05 | 1 | -0/+257 |