index
:
nihav
master
Mirror of nihav.org project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nihav-llaudio
/
src
/
demuxers
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix clippy warnings
Kostya Shishkov
2023-07-26
3
-2
/
+3
*
flacdemux: improve frame bounds search
Kostya Shishkov
2023-05-18
1
-3
/
+18
*
make validate!() print message only in debug builds
Kostya Shishkov
2022-12-23
1
-0
/
+5
*
switch demuxers to use NAStream::make_ts()
Kostya Shishkov
2022-11-04
4
-10
/
+5
*
fix some clippy warnings
Kostya Shishkov
2022-09-22
2
-6
/
+2
*
annotate the sources for test samples
Kostya Shishkov
2021-11-20
5
-0
/
+5
*
fix clippy warnings
Kostya Shishkov
2021-11-17
1
-1
/
+1
*
add FLAC packetiser and raw stream demuxer
Kostya Shishkov
2021-11-16
2
-0
/
+197
*
remove trailing whitespaces
Kostya Shishkov
2021-06-03
1
-2
/
+2
*
flac: fix header parsing for variable block length case
Kostya Shishkov
2021-04-13
1
-3
/
+25
*
fix NATimeInfo::time_to_ts()
Kostya Shishkov
2020-10-25
1
-1
/
+1
*
wavpack: ignore ext_int flag when comparing headers
Kostya Shishkov
2020-10-07
1
-1
/
+1
*
tta: report sample-based duration
Kostya Shishkov
2020-10-07
1
-1
/
+4
*
ape: report sample-based duration
Kostya Shishkov
2020-10-07
1
-1
/
+4
*
introduce stream and container duration
Kostya Shishkov
2020-10-04
4
-4
/
+8
*
ape: allow larger than required seektables in files
Kostya Shishkov
2020-10-03
1
-1
/
+1
*
wavpack: seek to the last frame before skipping frames
Kostya Shishkov
2020-10-03
1
-0
/
+2
*
flac: support seeking when no seektable is present
Kostya Shishkov
2020-10-03
1
-51
/
+127
*
fix some warnings (unneeded parentheses, missing dyn keyword)
Kostya Shishkov
2020-09-27
1
-1
/
+1
*
add nihav-llaudio crate with FLAC, Monkey's Audio, TTA and WavPack support
Kostya Shishkov
2020-09-05
5
-0
/
+978