lofty-rs/src
2023-12-05 14:32:33 -05:00
..
aac ID3v2: Move all header related items to v2::header module 2023-07-30 21:10:42 -04:00
ape Strip trailing null characters from decoded text 2023-10-25 11:52:31 -04:00
flac FLAC: Don't error by default on invalid picture types 2023-09-30 13:50:05 -04:00
id3 ID3v1: Rename GENRES[14] to "R&B" 2023-12-03 15:18:08 -05:00
iff Add utf8_decode_str()/trim_end_nulls_str() to avoid/defer allocations 2023-10-26 13:26:21 -04:00
mp4 MP4: Use let else to prevent nesting 2023-12-05 14:32:33 -05:00
mpeg ID3v2: Move all header related items to v2::header module 2023-07-30 21:10:42 -04:00
musepack Musepack: Update ID3v2 parsing to new signature 2023-06-06 10:34:37 -04:00
ogg Add utf8_decode_str()/trim_end_nulls_str() to avoid/defer allocations 2023-10-26 13:26:21 -04:00
tag Fix typo 2023-07-22 09:45:11 -04:00
util ID3v2: Properly handle multi-value UTF-16 encoded frames 2023-10-27 10:47:06 -04:00
wavpack WavPack: Stop overwriting custom sample rates 2023-07-27 16:45:04 -04:00
error.rs MP4: Skip over invalid ilst atoms by default 2023-11-20 12:20:29 -05:00
file.rs FileType: Update primary_tag_type() table 2023-10-23 00:46:10 -04:00
lib.rs MP4: Round duration millis 2023-12-05 14:32:33 -05:00
macros.rs misc: Add allocation limit to try_vec! 2023-06-04 13:07:30 -04:00
math.rs MP4: Round duration millis 2023-12-05 14:32:33 -05:00
picture.rs Add utf8_decode_str()/trim_end_nulls_str() to avoid/defer allocations 2023-10-26 13:26:21 -04:00
probe.rs ParseOptions: Add a note about alloc limits being retained 2023-10-23 12:02:01 -04:00
properties.rs Properties: Remove old comment about FFmpeg reported bitrate 2023-12-05 14:32:33 -05:00
resolve.rs Clippy: Fix default_constructed_unit_structs 2023-05-08 11:31:28 -04:00
traits.rs mpeg: Switch MPEGFile/MPEGProperties to UpperCamelCase 2023-04-21 20:35:21 -04:00