aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/paf.c
Commit message (Expand)AuthorAgeFilesLines
* 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