summaryrefslogtreecommitdiff
path: root/libavformat/apm.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/apm: Check channelsMichael Niedermayer2022-03-271-1/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+3
* apm: convert to new channel layout APIJames Almer2022-03-151-12/+10
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avformat/apm: don't set bits_per_raw_sampleZane van Iperen2021-07-191-1/+0
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-2/+2
* 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