aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-realmedia/src/codecs/rv40.rs
Commit message (Expand)AuthorAgeFilesLines
* annotate the sources for test samplesKostya Shishkov2021-11-201-0/+1
* rename register_all_codecs to register_all_decodersKostya Shishkov2020-07-091-2/+2
* introduce option handling for decodersKostya Shishkov2020-06-011-0/+6
* rv40: switch to MD5-based testsKostya Shishkov2020-03-241-4/+20
* fix import crate for codec testsKostya Shishkov2020-02-211-1/+1
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-201-0/+1
* make all codec crates export just register_all functions and document themKostya Shishkov2020-02-171-2/+2
* make decoders Send-ableKostya Shishkov2019-11-271-1/+1
* add flush() to decoder interfaceKostya Shishkov2019-11-091-0/+3
* realmedia: fix some clippy warningsKostya Shishkov2019-05-151-10/+10
* mark traits as dynKostya Shishkov2019-05-141-1/+1
* realmedia: use video buffer pool in RV3/4/6Kostya Shishkov2019-05-021-3/+7
* introduce NADecoderSupport and buffer poolsKostya Shishkov2019-05-021-2/+2
* switch NAFrame references to ArcKostya Shishkov2019-04-291-1/+1
* switch NACodecInfo to ArcKostya Shishkov2019-04-291-6/+4
* fix the rest of testsKostya Shishkov2019-01-171-2/+11
* split NihAV into subcratesKostya Shishkov2019-01-171-0/+1065