summaryrefslogtreecommitdiff
path: root/libavformat/dtshddec.c
Commit message (Expand)AuthorAge
* dtshddec: convert to new channel layout APIAnton Khirnov2022-03-15
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* 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
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
* avformat/dtshddec: move data_start outside of DTSHDDemuxContextJames Almer2016-05-19
* avformat/dtshddec: implement AUPR_HDR chunk parsingJames Almer2016-05-16
* avformat/dtshddec: parse chunks stored after audio dataJames Almer2016-05-16
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* replace calls to url_feof() with avio_feof()James Almer2014-08-08
* dtshd: fix seekingPaul B Mahol2012-10-10
* dtshd: remove redundant/wrong avio_tell()Paul B Mahol2012-10-10
* DTS-HD demuxerPaul B Mahol2012-10-09