aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src/demuxers
Commit message (Expand)AuthorAgeFilesLines
* add interfaces for raw data stream handlingKostya Shishkov2021-11-151-0/+166
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-041-3/+3
* introduce stream and container durationKostya Shishkov2020-10-041-0/+21
* fix some warnings (unneeded parentheses, missing dyn keyword)Kostya Shishkov2020-09-271-6/+6
* use NATimePoint for seekingKostya Shishkov2020-07-091-10/+25
* core: add iterator for the lists of registered demuxers and muxersKostya Shishkov2020-06-121-0/+4
* core: make StreamManager accept NAStreamRef tooKostya Shishkov2020-06-051-0/+7
* introduce option handling for demuxersKostya Shishkov2020-05-311-1/+14
* core/demuxers: export demuxer stream managerKostya Shishkov2020-05-211-0/+4
* core/demuxers: document moduleKostya Shishkov2020-02-181-4/+81
* allow to skip index buildingKostya Shishkov2019-11-161-0/+4
* core: improve SeekIndex functionalityKostya Shishkov2019-11-151-2/+14
* switch seek index to use milliseconds instead of timestampsKostya Shishkov2019-11-141-19/+25
* initial seeking supportKostya Shishkov2019-11-131-6/+117
* core: fix most clippy warningsKostya Shishkov2019-05-141-8/+8
* mark traits as dynKostya Shishkov2019-05-141-3/+3
* switch NAStream reference to ArcKostya Shishkov2019-04-291-12/+11
* switch to refcounted buffersKostya Shishkov2019-04-281-2/+2
* re-export some core dependenciesKostya Shishkov2019-01-201-2/+2
* fix warningsKostya Shishkov2019-01-181-4/+0
* split remaining decoders and demuxer from coreKostya Shishkov2019-01-172-437/+1
* split NihAV into subcratesKostya Shishkov2019-01-172-0/+669