Serial
899f4e4664
Misc: Add decode_err!
macro to cleanup FileDecodingError
creation
2022-09-11 23:03:32 -04:00
Serial
80f29cafef
WAV: Restrict visibility of some functions
2022-08-22 22:37:45 -04:00
Serial
f54481026e
lofty_attr: Use full path for TagType
2022-07-24 16:36:23 -04:00
Alex
f48014fda8
Implement custom file resolvers ( #40 )
2022-07-24 16:08:46 -04:00
Serial
edc9f6ac14
Revert "Clippy: Fix unnecessary_lazy_evaluations
"
...
This reverts commit f5153b9318
.
2022-07-21 16:31:40 -04:00
Serial
f5153b9318
Clippy: Fix unnecessary_lazy_evaluations
2022-07-21 16:23:03 -04:00
Serial
5e35896dff
Misc: Add err!
macro
2022-07-12 14:46:30 -04:00
Serial
464e78e222
IFF: Subtract header from file length
2022-07-10 18:35:07 -04:00
Serial
10b8462e7a
WAV: Stop relying on file's provided size (Fix OOM)
2022-07-10 18:30:12 -04:00
Serial
8a70a77387
AIFF: Stop relying on file's provided size (Fix OOM)
2022-07-10 18:16:31 -04:00
Serial
39477efe17
Clippy: fix explicit_auto_deref
2022-07-03 17:43:10 -04:00
Serial
f4ed05ed55
AIFF: Add zero-sized text chunks test
2022-06-29 22:56:24 -04:00
Serial
f8b011bbba
WAV: Properly capitalize RIFFInfoList
2022-06-26 11:51:52 -04:00
Serial
5a30964228
AIFF: Properly capitalize AIFFTextChunks
2022-06-26 11:49:46 -04:00
Serial
e3132d4123
ID3v2: Properly capitalize ID3v2Tag
2022-06-26 11:44:27 -04:00
Serial
a4e62d674c
ID3v2: Properly capitalize Id3v2TagFlags
2022-06-26 11:38:17 -04:00
Serial
1d5d397dfa
Properties: Make bitrates reflect those of ffprobe
...
closes #54
2022-06-22 10:58:44 -04:00
Serial
f0ea177d94
AIFF: Fixed division by zero panic during property reading
...
closes #56
2022-06-21 15:31:41 -04:00
Serial
03276db157
Tags: Implement new accessor methods
2022-06-20 11:17:10 -04:00
Serial
d67db38d75
Tag: Rename Tag::get_texts
to Tag::get_strings
2022-06-19 11:13:29 -04:00
Serial
28fe204058
Accessor: Add {set_, remove_}track
2022-06-10 10:32:15 -04:00
Serial
829b3e0e95
Clippy: misc
2022-06-10 08:35:26 -04:00
Serial
fa2a263a5c
Clippy: derive_partial_eq_without_eq
2022-06-10 08:26:29 -04:00
Serial
4420f92a9f
Tag: Properly capitalize TagType
variants
2022-06-07 20:00:05 -04:00
Serial
5e354e9cda
AIFF: Fix AIFC verification
2022-05-15 09:50:38 -04:00
Serial
87315321ef
Cleanup
2022-04-13 13:28:48 -04:00
Serial
6c29852737
Add Tag::take_strings
2022-03-31 16:20:49 -04:00
Serial
a0e7d5519c
Add missing doc comment
2022-03-31 16:10:03 -04:00
Serial
b41cd32677
Fix a feature issue; cleanup
2022-03-26 12:52:26 -04:00
Serial
12b919871d
Add TagExt::clear
2022-03-18 15:22:40 -04:00
Serial
b6221c18b2
Remove types
module
2022-03-04 09:07:17 -05:00
Serial
2b2b6d2532
Add some more lints
2022-02-20 17:46:58 -05:00
Serial
e01d875e05
Remove unwraps; Stop taking references to Copy
types
2022-02-19 10:14:14 -05:00
Serial
e66ab4587d
Finalize Accessor
and TagExt
documentation
2022-02-19 09:39:09 -05:00
Serial
bca87bcece
Continued cleanup
2022-02-15 18:26:29 -05:00
Serial
6bb0427c84
Make all property structs non-exhaustive
2022-02-14 21:19:05 -05:00
Serial
b3e71729da
Continued cleanup
2022-02-13 12:11:06 -05:00
Serial
91e5d5984b
Switch to cfg-if
for rustfmt support
2022-02-12 14:33:00 -05:00
Serial
8b39695a61
Add more lints
2022-02-12 14:12:55 -05:00
Serial
a21d0380de
Cleanup
2022-02-12 02:52:43 -05:00
Serial
2763fccffa
Continue to make use of fallible allocation
2022-02-08 20:56:11 -05:00
Serial
6570dcaeaf
Begin fallible allocation; Fix WAV/AIFF OOM
2022-02-07 11:25:59 -05:00
Serial
d13f01d215
Cleanup; Make use of doc_cfg
2022-02-04 00:59:20 -05:00
Serial
a179cfe736
Start work on TagIO
trait
...
This is the start of making Lofty more general purpose, allowing for the creation of custom tags.
This also makes `TagType::remove_from*` fallible, which makes much more sense.
2022-02-02 22:10:04 -05:00
Serial
cb7abdb7af
Overhaul LoftyError
2022-01-27 15:53:41 -05:00
Serial
4eb168a8ea
Cleanup
2022-01-25 14:42:32 -05:00
sagu
a7155f31a9
Update src/iff/wav/properties.rs
...
Co-authored-by: Alex <69764315+Serial-ATA@users.noreply.github.com>
2022-01-24 19:24:35 +01:00
sagu
6325665ab2
Merge branch 'main' into wave-depth
2022-01-24 16:35:24 +01:00
sagudev
bd896287b6
bit-depth for ALAC and getter for wav
2022-01-24 06:35:15 +01:00
sagudev
e0f075a912
Add testing against hound
2022-01-23 13:37:13 +01:00