index
:
nihav
master
Mirror of nihav.org project
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-realmedia
/
src
/
demuxers
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix clippy warnings
Kostya Shishkov
2023-07-26
1
-7
/
+8
*
realmedia: hopefully fix reported block size
Kostya Shishkov
2023-03-01
1
-1
/
+5
*
realmedia: clear non-existing timestamps in .ra
Kostya Shishkov
2023-03-01
1
-2
/
+6
*
realmedia: parse the original RealAudio files with even shorter v3 header
Kostya Shishkov
2023-02-24
1
-4
/
+9
*
disable or remove unneeded debug messages
Kostya Shishkov
2022-12-23
1
-21
/
+0
*
make validate!() print message only in debug builds
Kostya Shishkov
2022-12-23
1
-0
/
+5
*
give 'str' variables more appropriate names
Kostya Shishkov
2022-11-04
1
-9
/
+8
*
switch demuxers to use NAStream::make_ts()
Kostya Shishkov
2022-11-04
1
-10
/
+6
*
rmdec: RMVB version 2 has 64-bit offsets
Kostya Shishkov
2022-10-26
1
-12
/
+17
*
fix some clippy warnings
Kostya Shishkov
2022-09-22
1
-19
/
+16
*
silence warnings in a newer rustc
Kostya Shishkov
2022-09-05
1
-0
/
+1
*
annotate the sources for test samples
Kostya Shishkov
2021-11-20
1
-0
/
+3
*
replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
1
-1
/
+1
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
1
-4
/
+4
*
introduce stream and container duration
Kostya Shishkov
2020-10-04
1
-13
/
+34
*
fix some warnings (unneeded parentheses, missing dyn keyword)
Kostya Shishkov
2020-09-27
1
-1
/
+1
*
use NATimePoint for seeking
Kostya Shishkov
2020-07-09
1
-3
/
+3
*
realmedia: fix or silence clippy warnings
Kostya Shishkov
2020-06-16
2
-6
/
+8
*
rmdemux: support index version 2
Kostya Shishkov
2020-06-11
1
-4
/
+14
*
introduce option handling for demuxers
Kostya Shishkov
2020-05-31
1
-0
/
+18
*
rmdemux: check that slice data fits into the frame
Kostya Shishkov
2020-04-03
1
-4
/
+6
*
make all codec crates export just register_all functions and document them
Kostya Shishkov
2020-02-17
1
-0
/
+1
*
remove trailing whitespaces
Kostya Shishkov
2020-02-11
1
-1
/
+1
*
rmdemux: Sipro deinterleaver should work on whole frame
Kostya Shishkov
2019-12-09
1
-1
/
+1
*
rmdemux: streams timestamps are in milliseconds
Kostya Shishkov
2019-11-23
1
-6
/
+6
*
fix demuxer tests after introducing seek index
Kostya Shishkov
2019-11-18
1
-3
/
+6
*
allow to skip index building
Kostya Shishkov
2019-11-16
1
-1
/
+5
*
add index and seeking to RealMedia demuxer
Kostya Shishkov
2019-11-15
1
-14
/
+72
*
initial seeking support
Kostya Shishkov
2019-11-13
1
-6
/
+6
*
realmedia: remove unneeded mut
Kostya Shishkov
2019-05-18
1
-1
/
+1
*
realmedia: fix some clippy warnings
Kostya Shishkov
2019-05-15
2
-31
/
+25
*
mark traits as dyn
Kostya Shishkov
2019-05-14
1
-3
/
+3
*
switch NAStream reference to Arc
Kostya Shishkov
2019-04-29
2
-5
/
+4
*
ivr: demuxer fixes
Kostya Shishkov
2019-03-21
1
-6
/
+10
*
remove unused imports
Kostya Shishkov
2019-01-22
1
-3
/
+0
*
split NihAV into subcrates
Kostya Shishkov
2019-01-17
2
-0
/
+1699