| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Introduce NAPacketiser::attach_stream() | Kostya Shishkov | 2024-04-23 | 1 | -0/+1 |
| | | | | | | This allows packetisers to get initial stream information and act on it during parsing process or returning a new stream. | ||||
| * | fix clippy warnings | Kostya Shishkov | 2023-07-26 | 3 | -2/+3 |
| | | |||||
| * | 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 | 1 | -0/+5 |
| | | |||||
| * | fix some clippy warnings | Kostya Shishkov | 2022-09-22 | 1 | -3/+3 |
| | | |||||
| * | remove tabs | Kostya Shishkov | 2021-11-20 | 2 | -61/+61 |
| | | |||||
| * | annotate the sources for test samples | Kostya Shishkov | 2021-11-20 | 5 | -0/+5 |
| | | |||||
| * | 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 |
| | | |||||
| * | add FLAC packetiser and raw stream demuxer | Kostya Shishkov | 2021-11-16 | 2 | -2/+297 |
| | | |||||
| * | flacenc: fix clippy warnings | Kostya Shishkov | 2021-11-16 | 1 | -4/+5 |
| | | |||||
| * | 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 | 2 | -0/+718 |
| | | |||||
| * | ape: fix silent block condition | Kostya Shishkov | 2021-06-02 | 1 | -1/+1 |
| | | |||||
| * | fix clippy warnings for update to rustc 1.46 | Kostya Shishkov | 2021-04-04 | 2 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | ape: trim filter coefficients to 16-bit | Kostya Shishkov | 2020-10-07 | 1 | -0/+1 |
| | | |||||
| * | ape: zero samples in silent frames | Kostya Shishkov | 2020-10-03 | 1 | -0/+5 |
| | | |||||
| * | ape: move dotproduct+filter adaptation into a separate function | Kostya Shishkov | 2020-10-03 | 1 | -9/+16 |
| | | |||||
| * | add nihav-llaudio crate with FLAC, Monkey's Audio, TTA and WavPack support | Kostya Shishkov | 2020-09-05 | 7 | -0/+3500 |
