summaryrefslogtreecommitdiff
path: root/libavcodec/atrac9tab.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/atrac9tab: Unify tables used to initialize VLCsAndreas Rheinhardt2020-12-081-203/+107
* avcodec/atrac9dec: Make tables used to initialize VLCs smallerAndreas Rheinhardt2020-12-081-1166/+1019
* avcodec/atrac9tab: Add missing static to internal tableAndreas Rheinhardt2020-11-241-1/+1
* avcodec/atrac9dec: Don't confuse max_depth of VLC with max codelengthAndreas Rheinhardt2020-11-241-53/+52
* avcodec/atrac9tab: use explicit ATRAC9BlockConfig struct initializersJames Almer2019-10-221-46/+33
* avcodec/atrac9tab: add missing header includeJames Almer2018-07-041-0/+2
* lavc/atrac9tab: Add inclusion guards.Carl Eugen Hoyos2018-07-041-0/+5
* lavc: implement an ATRAC9 decoderRostislav Pehlivanov2018-07-031-0/+1626