tagparser/mpegaudio
Martchus 0827002183 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)
2023-08-21 12:09:07 +02:00
..
mpegaudioframe.cpp Fix skipping TOC field of Xing header 2023-08-19 01:09:22 +02:00
mpegaudioframe.h Fix check for presence of frame field in Xing header 2023-08-19 00:44:43 +02:00
mpegaudioframestream.cpp Fix duration and bitrate calculation of MP3 files via XING header 2023-08-21 12:09:07 +02:00
mpegaudioframestream.h Add API to allow aborting overall/expensive parsing functions 2021-02-04 23:21:50 +01:00