aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src/reorder.rs
Commit message (Expand)AuthorAgeFilesLines
* fix clippy warningsKostya Shishkov2023-07-261-1/+2
* core/reorder: clear frame IDs in MTFrameReorderer on flushKostya Shishkov2023-07-061-0/+1
* generic frame reorderer for multi-threaded decodersKostya Shishkov2023-06-101-0/+120
* core: replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-291-1/+1
* add complex frame reorderer for upcoming H.264Kostya Shishkov2020-12-121-0/+67
* core: fix or silence clippy warningsKostya Shishkov2020-06-161-0/+6
* core: document reorder moduleKostya Shishkov2020-02-171-0/+16
* core/reorder: simplify I/P/B reordererKostya Shishkov2019-11-221-33/+25
* core: add frame reordering functionalityKostya Shishkov2019-11-121-0/+91