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