aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-commonfmt/src/demuxers/avi.rs
Commit message (Expand)AuthorAgeFilesLines
* avi: 8-bit audio is unsignedKostya Shishkov2020-10-231-1/+2
* introduce stream and container durationKostya Shishkov2020-10-041-4/+7
* avi: correct offsets in idx1 chunks if requiredKostya Shishkov2020-07-151-1/+10
* use NATimePoint for seekingKostya Shishkov2020-07-091-1/+1
* avi: handle audio extradata shorter than chunk sizeKostya Shishkov2020-06-161-1/+1
* commonfmt: fix or silence clippy warningsKostya Shishkov2020-06-161-8/+8
* avi: fix index parsingKostya Shishkov2020-06-151-1/+2
* add declared bitdepth to NAVideoInfoKostya Shishkov2020-06-071-1/+2
* introduce option handling for demuxersKostya Shishkov2020-05-311-0/+6
* avi: do not put extradata size into extradata for audio streamsKostya Shishkov2020-05-241-1/+8
* avi: ignore actual bimap header size in relation to stream header sizeKostya Shishkov2020-05-231-1/+1
* avi: do not ignore guessed formatKostya Shishkov2020-05-231-1/+1
* avi: fix palette orderKostya Shishkov2020-05-231-4/+5
* avi: end demuxing when index is encounteredKostya Shishkov2020-05-231-1/+1
* avi: provide palette as side data and handle palette changesKostya Shishkov2020-05-231-1/+60
* avi demuxer: mark packets as keyframe if we have indexKostya Shishkov2020-05-181-3/+8
* split nihav-registry from nihav-coreKostya Shishkov2020-02-201-1/+1
* avi demuxer: sample size is already in bitsKostya Shishkov2019-11-271-1/+1
* fix demuxer tests after introducing seek indexKostya Shishkov2019-11-181-1/+2
* allow to skip index buildingKostya Shishkov2019-11-161-9/+11
* avi: add index parsing and seekingKostya Shishkov2019-11-151-9/+55
* initial seeking supportKostya Shishkov2019-11-131-5/+27
* avi: stop outputting frames when index is hitKostya Shishkov2019-08-171-0/+3
* avi: support ON2 filesKostya Shishkov2019-06-221-2/+16
* commonfmt: fix some clippy warningsKostya Shishkov2019-05-151-22/+19
* mark traits as dynKostya Shishkov2019-05-141-1/+1
* move test files into subdirectoriesKostya Shishkov2019-03-121-1/+1
* remove unused importsKostya Shishkov2019-01-221-3/+0
* split remaining decoders and demuxer from coreKostya Shishkov2019-01-171-0/+421