summaryrefslogtreecommitdiffstats
path: root/nihav-realmedia/src/demuxers
Commit message (Expand)AuthorAgeFilesLines
* fix clippy warningsKostya Shishkov2023-07-261-7/+8
* realmedia: hopefully fix reported block sizeKostya Shishkov2023-03-011-1/+5
* realmedia: clear non-existing timestamps in .raKostya Shishkov2023-03-011-2/+6
* realmedia: parse the original RealAudio files with even shorter v3 headerKostya Shishkov2023-02-241-4/+9
* disable or remove unneeded debug messagesKostya Shishkov2022-12-231-21/+0
* make validate!() print message only in debug buildsKostya Shishkov2022-12-231-0/+5
* give 'str' variables more appropriate namesKostya Shishkov2022-11-041-9/+8
* switch demuxers to use NAStream::make_ts()Kostya Shishkov2022-11-041-10/+6
* rmdec: RMVB version 2 has 64-bit offsetsKostya Shishkov2022-10-261-12/+17
* fix some clippy warningsKostya Shishkov2022-09-221-19/+16
* silence warnings in a newer rustcKostya Shishkov2022-09-051-0/+1
* annotate the sources for test samplesKostya Shishkov2021-11-201-0/+3
* replace vec.truncate(0) with vec.clear()Kostya Shishkov2021-10-291-1/+1
* fix clippy warnings for update to rustc 1.46Kostya Shishkov2021-04-041-4/+4
* introduce stream and container durationKostya Shishkov2020-10-041-13/+34
* fix some warnings (unneeded parentheses, missing dyn keyword)Kostya Shishkov2020-09-271-1/+1
* use NATimePoint for seekingKostya Shishkov2020-07-091-3/+3
* realmedia: fix or silence clippy warningsKostya Shishkov2020-06-162-6/+8
* rmdemux: support index version 2Kostya Shishkov2020-06-111-4/+14
* introduce option handling for demuxersKostya Shishkov2020-05-311-0/+18
* rmdemux: check that slice data fits into the frameKostya Shishkov2020-04-031-4/+6
* make all codec crates export just register_all functions and document themKostya Shishkov2020-02-171-0/+1
* remove trailing whitespacesKostya Shishkov2020-02-111-1/+1
* rmdemux: Sipro deinterleaver should work on whole frameKostya Shishkov2019-12-091-1/+1
* rmdemux: streams timestamps are in millisecondsKostya Shishkov2019-11-231-6/+6
* fix demuxer tests after introducing seek indexKostya Shishkov2019-11-181-3/+6
* allow to skip index buildingKostya Shishkov2019-11-161-1/+5
* add index and seeking to RealMedia demuxerKostya Shishkov2019-11-151-14/+72
* initial seeking supportKostya Shishkov2019-11-131-6/+6
* realmedia: remove unneeded mutKostya Shishkov2019-05-181-1/+1
* realmedia: fix some clippy warningsKostya Shishkov2019-05-152-31/+25
* mark traits as dynKostya Shishkov2019-05-141-3/+3
* switch NAStream reference to ArcKostya Shishkov2019-04-292-5/+4
* ivr: demuxer fixesKostya Shishkov2019-03-211-6/+10
* remove unused importsKostya Shishkov2019-01-221-3/+0
* split NihAV into subcratesKostya Shishkov2019-01-172-0/+1699