summaryrefslogtreecommitdiff
path: root/libavformat/paf.c
Commit message (Expand)AuthorAge
* avformat/paf: read frame rate from header @0x88Gregory Montoir2021-08-10
* avformat/paf: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-08
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/paf: Check for EOF before allocation in read_header()Michael Niedermayer2021-03-08
* avformat/paf: Do not zero allocated tables which are immedeately filledMichael Niedermayer2021-01-21
* avformat/paf: Check for EOF in read_table()Michael Niedermayer2020-11-04
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-12
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | Merge commit '70daeacd6ef8b354dd7d2d77ad393831a5bbf033'Michael Niedermayer2014-03-28
|\|
| * PAF demuxer and decoderPaul B Mahol2014-03-27
* avformat/paf: Fix integer overflow and out of array readMichael Niedermayer2013-08-09
* paf: set channel layoutPaul B Mahol2012-11-13
* paf: avoid C99 overflowsMichael Niedermayer2012-10-14
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* paf: fix audio packet durationPaul B Mahol2012-08-03
* paf: properly flag video packetsPaul B Mahol2012-07-08
* PAF demuxer and decoderPaul B Mahol2012-07-05