mirror of
https://github.com/taglib/taglib.git
synced 2026-05-25 21:19:03 -04:00
ba2441b378eaa0121fbf60bcc540a741c4424939
taglib/mp4/mp4chapterlist.h • startTime doc comment: 100-nanosecond units → milliseconds taglib/mp4/mp4chapterlist.cpp • renderChplData: fromLongLong(ch.startTime) → fromLongLong(ch.startTime * 10000LL) • parseChplData: ch.startTime = startTime → ch.startTime = startTime100ns / 10000LL taglib/mp4/mp4qtchapterlist.cpp • read: currentTime * 10000000.0 / timescale → currentTime * 1000.0 / timescale • buildStts lambda: time100ns * timescale / 10000000.0 → timeMs * timescale / 1000.0 tests/test_mp4.cpp • All startTime assignments and assertions divided by 10,000 (e.g. 300000000LL → 30000LL)
TagLib
TagLib Audio Metadata Library
TagLib is a library for reading and editing the metadata of several popular audio formats. Currently, it supports various metadata containers such as ID3v1, ID3v2 and Vorbis comments for MP3, MP4, AAC, Ogg, Opus, FLAC, Speex, APE, MPC, WavPack, WAV, AIFF, TrueAudio, Matroska, WebM, ASF, WMA, DSF, DFF and tracker (MOD, XM, S3M, IT) files.
TagLib is distributed under the GNU Lesser General Public License (LGPL) and Mozilla Public License (MPL). Essentially that means that it may be used in proprietary applications, but if changes are made to TagLib they must be contributed back to the project. Please review the licenses if you are considering using TagLib in your project.
Description
Languages
C++
96.6%
CMake
2.1%
C
0.9%
Logos
0.4%