introduce stream and container duration
[nihav.git] / nihav-commonfmt / src / demuxers / avi.rs
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-07-15 Kostya Shishkovavi: correct offsets in idx1 chunks if required
2020-07-09 Kostya Shishkovuse NATimePoint for seeking
2020-06-16 Kostya Shishkovavi: handle audio extradata shorter than chunk size
2020-06-16 Kostya Shishkovcommonfmt: fix or silence clippy warnings
2020-06-15 Kostya Shishkovavi: fix index parsing
2020-06-07 Kostya Shishkovadd declared bitdepth to NAVideoInfo
2020-05-31 Kostya Shishkovintroduce option handling for demuxers
2020-05-24 Kostya Shishkovavi: do not put extradata size into extradata for audio...
2020-05-23 Kostya Shishkovavi: ignore actual bimap header size in relation to...
2020-05-23 Kostya Shishkovavi: do not ignore guessed format
2020-05-23 Kostya Shishkovavi: fix palette order
2020-05-23 Kostya Shishkovavi: end demuxing when index is encountered
2020-05-23 Kostya Shishkovavi: provide palette as side data and handle palette...
2020-05-18 Kostya Shishkovavi demuxer: mark packets as keyframe if we have index
2020-02-20 Kostya Shishkovsplit nihav-registry from nihav-core
2019-11-27 Kostya Shishkovavi demuxer: sample size is already in bits
2019-11-18 Kostya Shishkovfix demuxer tests after introducing seek index
2019-11-16 Kostya Shishkovallow to skip index building
2019-11-15 Kostya Shishkovavi: add index parsing and seeking
2019-11-13 Kostya Shishkovinitial seeking support
2019-08-17 Kostya Shishkovavi: stop outputting frames when index is hit
2019-06-22 Kostya Shishkovavi: support ON2 files
2019-05-15 Kostya Shishkovcommonfmt: fix some clippy warnings
2019-05-14 Kostya Shishkovmark traits as dyn
2019-03-12 Kostya Shishkovmove test files into subdirectories
2019-01-22 Kostya Shishkovremove unused imports
2019-01-17 Kostya Shishkovsplit remaining decoders and demuxer from core