Releases: Zeugma440/atldotnet
Releases · Zeugma440/atldotnet
Release list
Version 7.16
Version 7.15
Fixed
- MP4/M4A : Skip metadata fields without data atom instead of aborting read (thanks to @Anthonyy232 for the PR)
- MP4/M4A : Prevent reading samples table outside of
moof/trunbounds on fragmented files
Version 7.14
Fixes
- General : Change default I/O buffer size to 64 KB
- General : Using an alternative case for the field ID in
AdditionalValues(e.g. "Title" while "TITLE" already exists) doesn't get detected as a new field - MP4/M4A : Fix negative duration on non-fragmented M4A files with
moofatom (thanks to @lfeng1420 for the PR)
Version 7.13
New
- Proper support for Direct Stream Digital Interchange (aka "Philips DSD") files (extension : .DFF)
Fixed
- Generic :
PictureInfostoring all file data when reading a corrupted header with a zero length - WAV / BEXT : Prevent parsing issues when the
CodingHistoryfield is empty
Binaries are available from nuGet
Version 7.12
Changed
- APE tag : Support reading and writing full date in YEAR field
- WMA : Support reading and writing full date in YEAR field
Binaries are available from nuGet
Version 7.11
Fix attempt for #372 (AccessViolationException when reading a file)
Binaries are available from nuGet
Version 7.10
Fixed : Vorbis - Handle tags without keys
Binaries are available from nuGet
Version 7.09
Fixed : WAV - Properly handle custom namespaces in XMP chunk
Technical : Memory and speed optimizations (thanks to @Bond-009 )
Binaries are available from nuGet
Version 7.08
Fixed
- General : Removing ID3v2 metadata on a file with embedded ID3v2 blocks also removes the container (e.g.
id3chunk on WAV files) - General : Force writing native metadata if
AdditionalFieldsexplicitly contain native prefixes - WEBM / MKA : Properly read files illegally tagged with ID3v2
- WAV :
LIST INFOchunk can now be written even if there's an existingLIST ADTLchunk in the file (and the other way around) - WAV : Only write a
LIST ADTLchunk when there is relevant data to write inside
Binaries are available from nuGet
Version 7.07
New
.dfffile extension is now mapped to Direct Stream Digital format
Fixed
- General : Don't crash when parsing gigantic disc / track numbers (e.g. 0912458947909354089479)
- MP4 / M4A : Skip parasite
hdlratoms insidelistatoms
Binaries are available from nuGet