Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / yotarok/flacenc-rs issues and pull requests
#130 - Pilot introduction of cargo-make as a replacement to shell scripts.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#129 - component::Residual: Use precomputed values for bit count.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#128 - Add benchmarks with non-zero signals.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#127 - Add an abstraction layer for unrolled loops.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#126 - Separate encoding logic of `QuantizedParameter` from struct.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#125 - Preparing lib v0.3.1, bin v0.2.2 releases.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#124 - Add docs for an internal type `SimdVec`.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#123 - Improve code documentation.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#122 - Introduce `built`-crate for better self-diagnosis.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#121 - Change to use `log` for dumping internal run-stats of par-mode.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#120 - Bump the version of nalgebra.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#119 - Use SIMD for encoding sign bits in PrcParameterFinder.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#118 - Update MD5 to use "md-5" crate instead.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#117 - Change `compute_error` to iterate over time as an inner loop.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#116 - Add SimdVec for refactoring.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#115 - Fix a test and add a bench.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#114 - Add an abstraction for SIMD reduction and used it in QLPC.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#113 - Optimize bitstream format for Residual
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#112 - Remove unused "toml" dependency in the library.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#111 - Commits for PRC optimization.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#110 - Several commits for SIMD-ization of `fill_window` function.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#109 - Change FixedLpc encoder not to construct `Residual` for unused orders.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#108 - Minor optimization.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#107 - Add output lines about compression rate and iRTF.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#106 - Mutable references to Source/ Seekable are now also Source/ Seekables.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#105 - Add some benchmarks when being tested with nightly toolchain.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#104 - Minor document fixes.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#103 - Release v0.3.0.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#102 - Very slow GitHub action for "build_msrv" job.
Issue -
State: closed - Opened by yotarok about 1 year ago
- 1 comment
Labels: DevEnv
#101 - Prepare documents for 0.3.0 release
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#100 - Rename `rice_param` to `rice_parameter`.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#99 - Constants of `Bits` trait is now set to invisible.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#98 - Move reuse macro to lib.rs tentatively.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#97 - Generalize `MemSink<u8>::into_byte_slice` to `MemSink::into_slice`.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#96 - Inverse RTF output in CLI
Issue -
State: closed - Opened by yotarok about 1 year ago
Labels: enhancement, CLI
#95 - Report generator written in rust
Issue -
State: open - Opened by yotarok about 1 year ago
Labels: enhancement, DevEnv
#94 - Micro benchmarks
Issue -
State: closed - Opened by yotarok about 1 year ago
Labels: enhancement, DevEnv
#93 - Decoder
Issue -
State: closed - Opened by yotarok about 1 year ago
- 1 comment
Labels: enhancement
#92 - Encoder with custom input context
Issue -
State: closed - Opened by yotarok about 1 year ago
Labels: enhancement
#91 - Streaming API
Issue -
State: open - Opened by yotarok about 1 year ago
Labels: enhancement
#90 - Make "flacenc-bin" a bit fancier.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#89 - Fix `Frame::add_stream` to discard `precomputed_bitstream`.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#88 - Rename PackedBits to Bits.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#87 - Finally give up having "simd-nightly" as a default feature.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#86 - Simplify import statement by a macro.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#85 - bump version of rstest.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#84 - bump version of rstest.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#83 - Fix the issue that "par" was not enabled in "flacenc-bin".
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#82 - Lower MSRV and change CI for ensuring it.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#81 - Change `Frame::count_bits` to use precomputed value.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#80 - Minor modification to avoid multiplication ops.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#79 - Change to use u64 MemSink for faster `Residual` serialization.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#78 - Code cleaning.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#77 - "fakesimd" is now corresponding to not specifying "simd-nightly".
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#76 - Introduce unsafe transmute from vec of simd to scalar slice
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#75 - Code cleaning around stereo coding.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#74 - Add reuse! macro for internal clean up
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#73 - Optimize bitsink and Residual writing.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#72 - Explicitly precompute CRC table.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#71 - Evict MD5 computation to another thread in par-mode.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#70 - Introduces new Source API for decoupliing of `Context`.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#69 - Split `lpc::Window` to pure configuration part and impl part.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#68 - LPC with order == zero is not allowed
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#67 - Improves docstrings and doctests
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#66 - Apply several optimization patches
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#65 - Update READMEs and flacenc-bin now uses mimalloc feature.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#64 - Optimization of BitSink write functions.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#63 - Optimize bit-counter for Residual.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#62 - Post-release correction of documentations.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#61 - Release v0.2.0.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#60 - Protect public enums with "#[non_exhaustive]".
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#59 - Various improvements for API future-proof.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#58 - Add simd library as a feature, support a stable simd crate
Issue -
State: closed - Opened by dtzxporter about 1 year ago
- 2 comments
#57 - Introduced mimalloc.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#56 - Add utility to dump profiling info in par-mode.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#55 - Fix a bug in Rice parameter range.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#54 - Speed-up bytes_to_ints.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#53 - Simplify and generalize compute_error and introduce dynamic switching.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#52 - The number of workers can now be specified by ENVVAR.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#51 - Remove clone operations when constructing Residual.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#50 - Short-cut format manipulations in MD5 computation.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#49 - Speed-up residual coding.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#48 - Move panic messages to constant mod.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#47 - Change to use custom Source for flacenc-bin.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#46 - Minor optimization.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#45 - Improve par-mode by changing pipeline to FIFO.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#44 - Remove experimental block-size beam-search algorithm.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#43 - SIMD-ize auto-correlation function in LPC.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#42 - Add a feature to pre-compute bitstream for Frame.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#41 - Bump version of clap (to get rid of atty dep)
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#40 - Refactor FrameBuf and MD5 computation.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#39 - Apply some tricks to make it slightly faster.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#38 - Make fakesimd dry with macro.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#37 - fakesimd is now also verified with clippy.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#36 - Minor improvements in bitstream.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#35 - Apply cosmetic changes to fakesimd.rs
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#34 - Report now includes the results with "-C target-cpu=native"
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#33 - Introduce fakesimd to enable build in stable toolchain.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#32 - Change to import std::simd in the global namespace.
Pull Request -
State: closed - Opened by yotarok about 1 year ago
#31 - Further minor improvement in PRC.
Pull Request -
State: closed - Opened by yotarok about 1 year ago