aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/atrac9dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/atrac9dec: Check q_unit_cnt in parse_band_ext()Michael Niedermayer2019-06-291-0/+2
* avcodec/atrac9dec: Check that the reused block has succeeded initilizationMichael Niedermayer2019-06-291-0/+8
* libavcodec: Reduce the size of some arraysAndreas Rheinhardt2019-06-201-1/+1
* atrac9dec: clean up code slightlyRostislav Pehlivanov2018-08-281-7/+4
* atrac9dec: implement LFE channel decodingRostislav Pehlivanov2018-08-271-1/+29
* atrac9dec: relax gradient value requirementsRostislav Pehlivanov2018-08-271-1/+1
* lavc: implement an ATRAC9 decoderRostislav Pehlivanov2018-07-031-0/+929