summaryrefslogtreecommitdiffstats
path: root/videoplayer/src/videodec.rs
Commit message (Expand)AuthorAgeFilesLines
* improve error handling in video decoding a bitKostya Shishkov2023-06-181-6/+9
* improve error reporting in video partKostya Shishkov2023-06-181-16/+16
* try to improve state handling in decoding threadsKostya Shishkov2023-06-181-21/+26
* make video player use multi-threaded decoders if possibleKostya Shishkov2023-06-141-19/+145
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-291-1/+1
* a better video playerKostya Shishkov2021-06-131-0/+335