summaryrefslogtreecommitdiff
path: root/libavcodec/atrac9dec.c
Commit message (Expand)AuthorAge
* avcodec/atrac9dec: Check grad_range[1] more tightlyMichael Niedermayer2019-08-05
* avcodec/atrac9dec: Remove impossible conditionMichael Niedermayer2019-08-05
* avcodec/atrac9dec: Check conditions before apply_band_extension() to avoid ou...Michael Niedermayer2019-07-19
* avcodec/atrac9dec: Check q_unit_cnt in parse_band_ext()Michael Niedermayer2019-06-29
* avcodec/atrac9dec: Check that the reused block has succeeded initilizationMichael Niedermayer2019-06-29
* libavcodec: Reduce the size of some arraysAndreas Rheinhardt2019-06-20
* atrac9dec: clean up code slightlyRostislav Pehlivanov2018-08-28
* atrac9dec: implement LFE channel decodingRostislav Pehlivanov2018-08-27
* atrac9dec: relax gradient value requirementsRostislav Pehlivanov2018-08-27
* lavc: implement an ATRAC9 decoderRostislav Pehlivanov2018-07-03