summaryrefslogtreecommitdiff
path: root/libavformat/pmpdec.c
Commit message (Collapse)AuthorAge
* pmpdec: check that there is at least one audio packet.Anton Khirnov2014-01-03
| | | | | | | | The code cannot handle there being none, but that should not happen for valid files. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-stable@libav.org
* silly typo fixesDiego Biurrun2013-05-03
|
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
|
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
|
* pmpdec: don't use deprecated av_set_pts_info.Anton Khirnov2011-12-01
|
* Add PlayStation Portable PMP format demuxerReimar Döffinger2011-12-01
Not yet complete, for demuxing AAC the AAC header must be generated manually. Possibly the decoder could accept the header as extradata to simplify this. Signed-off-by: Anton Khirnov <anton@khirnov.net>