summaryrefslogtreecommitdiffstats
path: root/videoplayer/src/audiodec.rs
Commit message (Expand)AuthorAgeFilesLines
* videoplayer: add a hack to play AAC with SBR properlyKostya Shishkov2023-06-301-6/+10
* improve error reporting in audio decoder partKostya Shishkov2023-06-181-9/+9
* try to improve state handling in decoding threadsKostya Shishkov2023-06-181-13/+12
* make video player use multi-threaded decoders if possibleKostya Shishkov2023-06-141-3/+5
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-291-1/+1
* a better video playerKostya Shishkov2021-06-131-0/+356