summaryrefslogtreecommitdiff
path: root/libavcodec/atrac9dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/atrac9dec: Clamp band_ext_data to max that can be read if skipped.Michael Niedermayer2019-12-281-1/+11
* avcodec/atrac9dec: Check q_unit_cnt more completely before using it to access...Michael Niedermayer2019-12-071-1/+1
* avcodec/atrac9dec: Check precision_fine/coarseMichael Niedermayer2019-11-201-1/+1
* avcodec/atrac9dec: Set channelsMichael Niedermayer2019-10-211-0/+1
* avcodec/atrac9dec: Check block_alignMichael Niedermayer2019-08-271-0/+5
* avcodec/atrac9dec: Check grad_range[1] more tightlyMichael Niedermayer2019-08-051-1/+1
* avcodec/atrac9dec: Remove impossible conditionMichael Niedermayer2019-08-051-3/+0
* avcodec/atrac9dec: Check conditions before apply_band_extension() to avoid ou...Michael Niedermayer2019-07-191-4/+3
* 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