summaryrefslogtreecommitdiff
path: root/libavformat/dsfdec.c
Commit message (Expand)AuthorAgeFilesLines
* dsfdec: convert to new channel layout APIAnton Khirnov2022-03-151-25/+34
* avformat: Avoid allocation for AVFormatInternalAndreas Rheinhardt2021-09-171-4/+4
* avformat/dsfdec: Change order of operations in bitrate computationMichael Niedermayer2021-07-311-1/+1
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/id3v2: Don't reverse the order of id3v2 APICsAndreas Rheinhardt2021-04-181-1/+1
* avformat/dsfdec: Check block_align more completelyMichael Niedermayer2020-12-061-2/+2
* avformat/id3v2: Remove unnecessary indirectionAndreas Rheinhardt2020-05-251-2/+2
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-2/+2
* avformat/dsfdec: set packet pts/duration/pos correctlyPaul B Mahol2019-08-281-2/+15
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/dsfdec: fix calculation of size of data chunkPaul B Mahol2018-04-221-2/+2
* avformat/dsfdec: properly handle padded last packetPaul B Mahol2018-04-221-2/+34
* avformat: fix id3 chaptersLukas Stabe2017-10-051-1/+3
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
* avformat/dsfdec: set bit_rate, fixes duration estimationPaul B Mahol2016-05-011-0/+1
* avformat/dsfdec: check if number of channels is <= 0Paul B Mahol2016-04-301-0/+3
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-11/+11
* ff_id3v2_read: add option to limit ID3 magic number searchPeter Ross2014-04-191-1/+1
* avformat/dsddec: create audio stream before processing id3Peter Ross2014-04-181-4/+5
* DSD Stream File (DSF) demuxerPeter Ross2014-04-181-0/+158