summaryrefslogtreecommitdiff
path: root/libavformat/apm.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/apm: fix APM_FILE_HEADER_SIZE valueZane van Iperen2020-07-301-2/+2
* avformat: add apm muxerZane van Iperen2020-07-211-1/+111
* avcodec/apm: fix sample_rate checkZane van Iperen2020-07-211-2/+2
* avformat/apm: fix variable/structure names and cosmeticsZane van Iperen2020-07-191-49/+51
* avformat/apm: use the entire APMState structure as extradataZane van Iperen2020-07-191-5/+4
* avformat/apm: read header correctlyZane van Iperen2020-07-191-18/+32
* avformat/apm: check codec tag in probe and add constantZane van Iperen2020-06-171-1/+5
* avformat: add demuxer for Rayman 2's APM formatZane van Iperen2020-02-211-0/+188