Commit graph

173 commits

Author SHA1 Message Date
dependabot[bot]
1c41dfa861 build(deps): update base64 requirement from 0.20.0 to 0.21.0
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 21:55:36 -05:00
Serial
4d792bb480 AudioFile: Add AudioFile::save_to{_path} 2023-01-07 00:10:53 -05:00
Serial
823f931d31 Misc: Remove id3v2{_restrictions} features 2023-01-05 00:43:04 -05:00
Serial
39c338e15b Misc: Remove riff_info_list feature 2023-01-05 00:43:04 -05:00
Serial
f9b97342d0 Misc: Remove aiff_text_chunks feature 2023-01-05 00:43:04 -05:00
Serial
c62981fc81 Misc: Remove ape feature 2023-01-05 00:43:04 -05:00
Serial
75d683a7bf Misc: Remove id3v1 feature 2023-01-05 00:43:04 -05:00
Serial
2fc30f3b5a Misc: Remove mp4_ilst feature 2023-01-05 00:43:04 -05:00
Serial
4e87434cf2 Misc: Remove vorbis_comments feature 2023-01-05 00:43:04 -05:00
Serial
1e966542e6
0.10.0 2022-12-27 15:56:05 -05:00
Serial
3120e0708b
Misc: Bump deps 2022-12-27 15:50:57 -05:00
dependabot[bot]
e24585b420 build(deps): update base64 requirement from 0.13.0 to 0.20.0
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.0...v0.20.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 13:55:16 -05:00
Serial
8051fafbc8 OGG: Read entire packets instead of pages
This makes the handling of OGG files a lot more spec-compliant, and simpler overall.
2022-11-24 14:24:57 -05:00
Serial
7fdc3e0b2a lofty_attr: Return removed tags in <File>::remove_*
Previously, we just removed and dropped the tag. That should really be left up to the user, though.
2022-11-09 14:12:30 -05:00
Serial
193a4ed7c7
Add SUPPORTED_FORMATS.md to include 2022-10-30 16:58:21 -04:00
Serial
cb6c4852e2
0.9.0 2022-10-30 16:55:12 -04:00
Serial
8df3c01aa3
Misc: Make Cargo.toml nicer to look at 2022-10-15 10:57:34 -04:00
Serial
6562166eb4
Misc: Hide criterion behind a flag to shorten CI time 2022-10-15 10:45:51 -04:00
Serial
0d4b907e31
Misc: Add debug logging via log crate 2022-09-30 07:05:33 -04:00
Alex
ba6ef4f400
Probe: Add minimal ParseOptions (#70) 2022-09-24 02:34:22 -04:00
dependabot[bot]
09a83b8c3b
Update criterion requirement from 0.3.6 to 0.4.0 (#69)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13 06:40:15 -04:00
Serial
8f2c62bf49
0.8.1 2022-09-09 01:03:49 -04:00
Serial
cffc8182e1
0.8.0 2022-08-10 14:42:55 -04:00
Alex
f48014fda8
Implement custom file resolvers (#40) 2022-07-24 16:08:46 -04:00
Serial
d1ce10ae6d
0.7.3 2022-07-22 11:41:15 -04:00
Serial
5d6801b0db
0.7.2 2022-07-13 01:47:42 -04:00
Serial
c6aa4c1c49
Bump deps 2022-07-08 21:22:14 -04:00
Serial
fba1de83eb
0.7.0 2022-07-08 21:18:16 -04:00
Serial
8b64e615ba
0.7.0 2022-06-27 22:06:47 -04:00
Serial
3065bdb56d
0.6.3 2022-05-18 11:00:05 -04:00
Serial
1b4f4dec05
Alphabetize dependencies 2022-05-13 17:10:50 -04:00
Serial
c60dae5372
0.6.2 2022-04-24 16:58:11 -04:00
Serial
d04ee2bea7
0.6.1 2022-04-09 02:00:20 -04:00
Serial
624b64ca03
0.6.0 2022-04-05 18:52:09 -04:00
Serial
7362a2898e
Bump deps 2022-04-05 18:49:30 -04:00
Serial
85d571bb40
Bump ogg_pager 2022-03-05 12:07:54 -05:00
Serial
74d9f3501e
0.5.3 2022-03-03 17:50:29 -05:00
Serial
41e4b1a883
Bump ogg_pager 2022-03-03 17:04:34 -05:00
Serial
5bf1f342dc
0.5.2 2022-02-26 10:24:42 -05:00
Serial
d00be2cc9a
0.5.1 2022-02-21 13:55:58 -05:00
Serial
a1463f3985
0.5.0 2022-02-20 09:19:41 -05:00
Serial
91e5d5984b Switch to cfg-if for rustfmt support 2022-02-12 14:33:00 -05:00
Serial
d13f01d215
Cleanup; Make use of doc_cfg 2022-02-04 00:59:20 -05:00
Serial
4e3cf7a882
Add ID3v2 tag restrictions to docs.rs 2022-02-03 21:55:36 -05:00
Serial
64f0eff19d
0.4.0 2022-01-31 13:53:23 -05:00
Serial
090a00616e Add tag writing benchmark 2022-01-26 23:39:30 -05:00
Serial
43feafedb9 Switch to once_cell 2022-01-26 14:18:38 -05:00
Serial
f697e94fe6 Update ogg_pager 2022-01-26 11:53:20 -05:00
Alex
e0ea0eb67a
Merge pull request #33 from sagudev/wave-depth
Fix `WavProperties` reading
2022-01-24 13:57:55 -05:00
Serial
3030d4dd3a Include benches 2022-01-24 11:26:21 -05:00