summaryrefslogtreecommitdiff
path: root/libavformat/msf.c
Commit message (Expand)AuthorAge
* msf: convert to new channel layout APIAnton Khirnov2022-03-15
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat/msf: Check that channels doesnt overflow during extradata constructionMichael Niedermayer2021-06-18
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* avformat/msf: support codec 1, which is 16 bit pcm lePaul B Mahol2017-02-01
* avformat/msf: fix codec 4 (joint stereo ATRAC3) and alignbnnm2017-01-30
* avformat/msf: add support for ATRAC3 codecPaul B Mahol2016-09-15
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* avformat/msf: Also check the codec tag in probingMichael Niedermayer2016-02-29
* avformat/msf: Check channels when reading the headerMichael Niedermayer2015-12-04
* avformat/msf: extend format long descriptionPaul B Mahol2015-10-23
* avformat: add msf demuxerPaul B Mahol2015-10-20