summaryrefslogtreecommitdiff
path: root/libavformat/dtshddec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/dtshddec: also read trailing padding in samplesPaul B Mahol2023-01-161-2/+5
* dtshddec: convert to new channel layout APIAnton Khirnov2022-03-151-1/+1
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-1/+1
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-071-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
* avformat/dtshddec: move data_start outside of DTSHDDemuxContextJames Almer2016-05-191-5/+4
* avformat/dtshddec: implement AUPR_HDR chunk parsingJames Almer2016-05-161-1/+23
* avformat/dtshddec: parse chunks stored after audio dataJames Almer2016-05-161-4/+16
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-3/+3
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* dtshd: fix seekingPaul B Mahol2012-10-101-6/+8
* dtshd: remove redundant/wrong avio_tell()Paul B Mahol2012-10-101-1/+0
* DTS-HD demuxerPaul B Mahol2012-10-091-0/+138