aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-rad/src/demuxers
Commit message (Expand)AuthorAgeFilesLines
* introduce stream and container durationKostya Shishkov2020-10-042-4/+6
* fix some warnings (unneeded parentheses, missing dyn keyword)Kostya Shishkov2020-09-272-2/+2
* use NATimePoint for seekingKostya Shishkov2020-07-092-3/+8
* rad: fix or silence clippy warningsKostya Shishkov2020-06-162-3/+6
* introduce option handling for demuxersKostya Shishkov2020-05-312-0/+12
* smkdemux: ignore unknown audio streams with payload being presentKostya Shishkov2020-02-251-1/+4
* make all codec crates export just register_all functions and document themKostya Shishkov2020-02-171-0/+1
* remove trailing whitespacesKostya Shishkov2020-02-112-2/+2
* fix demuxer tests after introducing seek indexKostya Shishkov2019-11-182-2/+4
* bink demuxer: save timebase in contextKostya Shishkov2019-11-171-0/+2
* switch seek index to use milliseconds instead of timestampsKostya Shishkov2019-11-141-2/+3
* initial seeking supportKostya Shishkov2019-11-132-8/+20
* rad: fix some clippy warningsKostya Shishkov2019-05-153-6/+5
* mark traits as dynKostya Shishkov2019-05-142-2/+2
* bink demuxer: skip unknown field in KB2iKostya Shishkov2019-03-171-0/+3
* binkdmx: pass file version as audio extradataKostya Shishkov2019-01-301-3/+5
* binkdmx: do not demux zero audio framesKostya Shishkov2019-01-301-6/+8
* Bink demuxerKostya Shishkov2019-01-241-1/+188
* RAD formats crate and Smacker demuxer and decoderKostya Shishkov2019-01-233-0/+355