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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce NAPacketiser::attach_stream()
Kostya Shishkov
2024-04-23
1
-0
/
+1
*
fix clippy warnings
Kostya Shishkov
2023-07-26
6
-4
/
+6
*
flacdemux: improve frame bounds search
Kostya Shishkov
2023-05-18
1
-3
/
+18
*
introduce a way for encoder to manifest its capabilities
Kostya Shishkov
2023-03-14
1
-0
/
+1
*
make validate!() print message only in debug builds
Kostya Shishkov
2022-12-23
2
-0
/
+10
*
switch demuxers to use NAStream::make_ts()
Kostya Shishkov
2022-11-04
4
-10
/
+5
*
fix some clippy warnings
Kostya Shishkov
2022-09-22
3
-9
/
+5
*
remove tabs
Kostya Shishkov
2021-11-20
2
-61
/
+61
*
annotate the sources for test samples
Kostya Shishkov
2021-11-20
11
-0
/
+11
*
add bytes_left() to NAPacketiser so its internal buffer size can be monitored
Kostya Shishkov
2021-11-19
1
-0
/
+1
*
flacenc: set output packet PTS
Kostya Shishkov
2021-11-18
1
-1
/
+1
*
fix clippy warnings
Kostya Shishkov
2021-11-17
1
-1
/
+1
*
nihav_llaudio: add conditional compilation for modules
Kostya Shishkov
2021-11-16
1
-0
/
+8
*
add FLAC packetiser and raw stream demuxer
Kostya Shishkov
2021-11-16
5
-2
/
+496
*
flacenc: fix clippy warnings
Kostya Shishkov
2021-11-16
1
-4
/
+5
*
add some description to crates providing (de)coders and (de)muxers
Kostya Shishkov
2021-10-29
1
-0
/
+1
*
use proper audio buffer truncation function
Kostya Shishkov
2021-10-29
1
-2
/
+1
*
replace vec.truncate(0) with vec.clear()
Kostya Shishkov
2021-10-29
1
-1
/
+1
*
simple FLAC encoder and muxer
Kostya Shishkov
2021-10-26
5
-0
/
+867
*
remove trailing whitespaces
Kostya Shishkov
2021-06-03
1
-2
/
+2
*
ape: fix silent block condition
Kostya Shishkov
2021-06-02
1
-1
/
+1
*
flac: fix header parsing for variable block length case
Kostya Shishkov
2021-04-13
1
-3
/
+25
*
fix clippy warnings for update to rustc 1.46
Kostya Shishkov
2021-04-04
3
-2
/
+3
*
ape: fix decoding of large value in 3.91-3.98
Kostya Shishkov
2020-12-25
1
-2
/
+2
*
maximum FLAC order is 32
Kostya Shishkov
2020-11-28
1
-2
/
+2
*
fix NATimeInfo::time_to_ts()
Kostya Shishkov
2020-10-25
1
-1
/
+1
*
ape: switch large filter to 16-bit data and add x86_64 optimisation
Kostya Shishkov
2020-10-12
1
-8
/
+74
*
wavpack: ignore ext_int flag when comparing headers
Kostya Shishkov
2020-10-07
2
-2
/
+2
*
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
*
ape: trim filter coefficients to 16-bit
Kostya Shishkov
2020-10-07
1
-0
/
+1
*
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
*
ape: zero samples in silent frames
Kostya Shishkov
2020-10-03
1
-0
/
+5
*
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
*
ape: move dotproduct+filter adaptation into a separate function
Kostya Shishkov
2020-10-03
1
-9
/
+16
*
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
13
-0
/
+4488