Skip to content

Tags: Martchus/tagparser

Tags

v12.5.2

Toggle v12.5.2's commit message
Fix casing in API documentation

v12.5.1

Toggle v12.5.1's commit message
Fix typo

v12.5.0

Toggle v12.5.0's commit message
Document more resources about field mapping

v12.4.0

Toggle v12.4.0's commit message
Rename `KnownField::Website` to `KnownField::PerformerWebpage`

For consistency with `KnownField::PublisherWebpage`. This is also probably
what the Vorbis Comment field `WEBSITE` is used for (considering there's
the distinct field `WWWPUBLISHER` for the publisher webpage).

v12.3.1

Toggle v12.3.1's commit message
Remove grammatically incorrect sensence from documentation

v12.3.0

Toggle v12.3.0's commit message
Add FOURCC mapping for Versatile Video Coding

v12.2.0

Toggle v12.2.0's commit message
Fix casing of Ogg

It is always written as Ogg on https://xiph.org/ogg/doc/index.html (and not
OGG).

v12.1.0

Toggle v12.1.0's commit message
Fix duration and bitrate calculation of MP3 files via XING header

* Calculate the duration independently of the bitrate which is supposedly
  more accurate
* Fix conversion factor for computing bitrate
* Use real size if it differs from size specified in Xing header; this way
  the bitrate is consistent with MediaInfo and other tools (there is
  possibly still a bug in the way the size is read from the Xing header,
  though)

v12.0.0

Toggle v12.0.0's commit message
Use generic `toInt()` function which relies less on compiler optimiza…

…tions

v11.6.0

Toggle v11.6.0's commit message
Detect zstd compressed files