summaryrefslogtreecommitdiffstats
path: root/nihav-core/src/test
Commit message (Collapse)AuthorAgeFilesLines
* split nihav-codec-support crate from nihav-coreKostya Shishkov2020-02-204-851/+0
| | | | | The former is intended just for NihAV decoders, the latter is for both NihAV crates and for the code using NihAV.
* core/test: document moduleKostya Shishkov2020-02-183-0/+56
|
* remove trailing whitespacesKostya Shishkov2020-02-111-2/+2
|
* core/test: flip output PGMYUV if neededKostya Shishkov2019-12-181-8/+55
|
* core/test: print generated hash in the expected formatKostya Shishkov2019-12-141-1/+3
|
* core/test: add better decoder testing systemKostya Shishkov2019-11-203-0/+344
|
* core/test: use common prefix for test data outputKostya Shishkov2019-11-181-4/+6
|
* make audio decoder tests write .wav files only by requestKostya Shishkov2019-11-181-25/+43
|
* dec_video: care about PTS only in the decoded streamKostya Shishkov2019-10-301-3/+3
|
* core: fix most clippy warningsKostya Shishkov2019-05-142-20/+15
|
* mark traits as dynKostya Shishkov2019-05-141-2/+2
|
* introduce NADecoderSupport and buffer poolsKostya Shishkov2019-05-021-10/+12
|
* dec_video: use scaler in RGB framesKostya Shishkov2019-04-291-51/+9
|
* switch NAFrame references to ArcKostya Shishkov2019-04-291-11/+7
|
* dec_video: allow YUV444 outputKostya Shishkov2019-04-121-21/+45
|
* decvideo: output more RGB formatsKostya Shishkov2019-02-101-2/+73
|
* use chromaton offsets when writing paletted imageKostya Shishkov2019-01-221-3/+8
|
* re-export some core dependenciesKostya Shishkov2019-01-201-1/+1
|
* try to fix testsKostya Shishkov2019-01-171-6/+8
|
* split NihAV into subcratesKostya Shishkov2019-01-173-0/+329