issues
search
yotarok
/
flacenc-rs
FLAC encoder written in Rust
Apache License 2.0
22
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make clippy happy.
#222
yotarok
closed
1 month ago
0
Make clippy happy.
#221
yotarok
closed
1 month ago
0
Make clippy happy.
#220
yotarok
closed
1 month ago
0
Change to require sample rate for calling `FrameHeader::new`.
#219
yotarok
closed
2 months ago
0
Update docs, and hide `MetadataBlock` from API
#218
yotarok
closed
2 months ago
0
Change the default parameter for ApproxEnt.
#217
yotarok
closed
2 months ago
0
Fixed encoder error when encoding WAV 8/24-bit input.
#216
yotarok
closed
2 months ago
0
Fix "Makefile" that was not up-to-date after "flacdec-bin" deletion.
#215
yotarok
closed
2 months ago
0
Add integration tests for CLI tools.
#214
yotarok
closed
2 months ago
0
Preparation for 0.5.0 release.
#213
yotarok
closed
2 months ago
0
Public API refactoring.
#212
yotarok
closed
2 months ago
0
`parser` is also moved into `component` sub-module.
#211
yotarok
closed
2 months ago
0
Split `component.rs` to multiple sub-modules.
#210
yotarok
closed
2 months ago
0
Fuse flacdec-bin into flacenc-bin.
#209
yotarok
closed
2 months ago
0
Make decoder functionality public.
#208
yotarok
closed
2 months ago
0
Minor comment improvements.
#207
yotarok
closed
2 months ago
0
Fix documentation.
#206
yotarok
closed
2 months ago
0
Implemented last frame truncation.
#205
yotarok
closed
2 months ago
2
Fix `integration-nightly` target to use a right working directory.
#204
yotarok
closed
2 months ago
0
Allow coding modules to encode blocks smaller than `MIN_BLOCK_SIZE`.
#203
yotarok
closed
2 months ago
0
Sort constants as instructed in the comment.
#202
yotarok
closed
2 months ago
0
Fix decode
#201
yotarok
closed
2 months ago
0
Make clippy happy.
#200
yotarok
closed
3 months ago
0
Consider truncating the last block when using fixed block sizes to preserve original sample count.
#199
dtzxporter
closed
2 months ago
0
Change to store sampling rates in frame headers.
#198
yotarok
closed
3 months ago
6
Inlining paired `Fill` operations.
#197
yotarok
closed
3 months ago
0
add "debug/" to gitignore
#196
yotarok
closed
3 months ago
0
Encoded flacs seem to only play about half way before halting. They don't play at all using QT Player.
#195
dtzxporter
closed
3 months ago
4
Make clippy happy.
#194
yotarok
closed
5 months ago
0
Remove dev-dependency to bitvec
#193
yotarok
closed
6 months ago
0
Update profiling result.
#192
yotarok
closed
7 months ago
0
Bump up "crc" dependency to 3.2.
#191
yotarok
closed
7 months ago
0
Make it possible to explicitly specify NoWeight.
#190
yotarok
closed
7 months ago
0
Optimize `auto_correlation` by parallelizing it in another way.
#189
yotarok
closed
8 months ago
0
Fix typo in docs.
#188
yotarok
closed
8 months ago
0
v0.4.0 release.
#187
yotarok
closed
8 months ago
0
Block size configuration is now scalar.
#186
yotarok
closed
8 months ago
0
Add missing code docs.
#185
yotarok
closed
8 months ago
0
Hide some functions and types from the public API.
#184
yotarok
closed
8 months ago
0
Optimize LPC auto-correlation computation.
#183
yotarok
closed
8 months ago
0
Introduce `Verified` type and make input verification more rigid.
#182
yotarok
closed
8 months ago
0
Add code health check for dec-bin and fuzz.
#181
yotarok
closed
8 months ago
0
Fuzz: Fix fuzz test following the recent API change.
#180
yotarok
closed
8 months ago
0
Bump "pprof" version to 0.13.0.
#179
yotarok
closed
8 months ago
0
Add inline directive for the constant weight functions.
#178
yotarok
closed
8 months ago
0
Loop unrolling and removal of dynamic allocation in Levinson recursion.
#177
yotarok
closed
8 months ago
0
Fix performance degradation in "stable" mode.
#176
yotarok
closed
8 months ago
0
Tuned parameters.
#175
yotarok
closed
8 months ago
0
Introduced accumulator type generics covariance-based LPC.
#174
yotarok
closed
8 months ago
0
Implement generic precision LPC and change to use f64.
#173
yotarok
closed
8 months ago
0
Next