summaryrefslogtreecommitdiff
path: root/libavformat/paf.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/paf: Check for EOF before allocation in read_header()Michael Niedermayer2021-10-061-0/+4
* avformat/paf: Check for EOF in read_table()Michael Niedermayer2021-02-021-5/+15
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-5/+5
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-11/+11
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-11/+11
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* | Merge commit '70daeacd6ef8b354dd7d2d77ad393831a5bbf033'Michael Niedermayer2014-03-281-23/+29
|\ \ | |/
| * PAF demuxer and decoderPaul B Mahol2014-03-271-0/+267
* avformat/paf: Fix integer overflow and out of array readMichael Niedermayer2013-08-091-2/+3
* paf: set channel layoutPaul B Mahol2012-11-131-0/+2
* paf: avoid C99 overflowsMichael Niedermayer2012-10-141-2/+2
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
* paf: fix audio packet durationPaul B Mahol2012-08-031-1/+1
* paf: properly flag video packetsPaul B Mahol2012-07-081-1/+3
* PAF demuxer and decoderPaul B Mahol2012-07-051-0/+257