Skip to content

Releases: Zeugma440/atldotnet

Version 7.16

Choose a tag to compare

@Zeugma440 Zeugma440 released this 05 Aug 18:55
Immutable release. Only release title and notes can be modified.
  • General : Fix rare occurrences of file corruption
  • OGG : Properly read files illegally tagged with ID3v2

Binaries are available from nuGet

Version 7.15

Choose a tag to compare

@Zeugma440 Zeugma440 released this 31 May 08:18
Immutable release. Only release title and notes can be modified.
de5aaed

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/trun bounds on fragmented files

Version 7.14

Choose a tag to compare

@Zeugma440 Zeugma440 released this 26 May 07:10
Immutable release. Only release title and notes can be modified.

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 moof atom (thanks to @lfeng1420 for the PR)

Version 7.13

Choose a tag to compare

@Zeugma440 Zeugma440 released this 23 Apr 08:58
Immutable release. Only release title and notes can be modified.

New

  • Proper support for Direct Stream Digital Interchange (aka "Philips DSD") files (extension : .DFF)

Fixed

  • Generic : PictureInfo storing all file data when reading a corrupted header with a zero length
  • WAV / BEXT : Prevent parsing issues when the CodingHistory field is empty

Binaries are available from nuGet

Version 7.12

Choose a tag to compare

@Zeugma440 Zeugma440 released this 05 Apr 11:21
Immutable release. Only release title and notes can be modified.

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

Choose a tag to compare

@Zeugma440 Zeugma440 released this 07 Feb 13:15
Immutable release. Only release title and notes can be modified.

Fix attempt for #372 (AccessViolationException when reading a file)

Binaries are available from nuGet

Version 7.10

Choose a tag to compare

@Zeugma440 Zeugma440 released this 06 Jan 12:07
Immutable release. Only release title and notes can be modified.
5b19662

Fixed : Vorbis - Handle tags without keys

Binaries are available from nuGet

Version 7.09

Choose a tag to compare

@Zeugma440 Zeugma440 released this 22 Nov 09:38
Immutable release. Only release title and notes can be modified.

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

Choose a tag to compare

@Zeugma440 Zeugma440 released this 16 Nov 15:19
Immutable release. Only release title and notes can be modified.

Fixed

  • General : Removing ID3v2 metadata on a file with embedded ID3v2 blocks also removes the container (e.g. id3 chunk on WAV files)
  • General : Force writing native metadata if AdditionalFields explicitly contain native prefixes
  • WEBM / MKA : Properly read files illegally tagged with ID3v2
  • WAV : LIST INFO chunk can now be written even if there's an existing LIST ADTL chunk in the file (and the other way around)
  • WAV : Only write a LIST ADTL chunk when there is relevant data to write inside

Binaries are available from nuGet

Version 7.07

Choose a tag to compare

@Zeugma440 Zeugma440 released this 09 Nov 09:46
Immutable release. Only release title and notes can be modified.

New

  • .dff file 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 hdlr atoms inside list atoms

Binaries are available from nuGet