strawberry-audio-player-win.../3rdparty/taglib
Jonas Kvinge f908336ec6 Add back old MPEG::File::File constructor
The unit tests still uses it.

Fixes #650
2021-02-15 21:47:50 +01:00
..
ape taglib: Only match APE if MAC is found in the beginning of the file 2020-06-27 02:01:24 +02:00
asf Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
dsdiff Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
dsf Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
flac Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
it Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
mod Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
mp4 Fix some compile warnings 2020-07-13 18:11:57 +02:00
mpc Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
mpeg Add back old MPEG::File::File constructor 2021-02-15 21:47:50 +01:00
ogg Fix some includes in taglib 2020-06-27 00:06:02 +02:00
riff Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
s3m Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
toolkit Ignore format nonliteral in tutils.h 2020-07-17 16:34:37 +02:00
trueaudio Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
wavpack Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
xm Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
CMakeLists.txt Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
COPYING Audio file detection by content 2018-05-10 15:29:28 +02:00
ConfigureChecks.cmake Fix taglib cmake type size checks 2020-08-11 16:23:07 +02:00
README.md Add 3rdparty/taglib/README.md 2019-01-07 02:14:51 +01:00
audioproperties.cpp Fix some includes in taglib 2020-06-27 00:06:02 +02:00
audioproperties.h Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
fileref.cpp Fix some includes in taglib 2020-06-27 00:06:02 +02:00
fileref.h Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
tag.cpp Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
tag.h Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
taglib-config.h.cmake Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
taglib_export.h Format taglib sources 2020-06-13 19:02:42 +02:00
tagunion.cpp Fix some includes in taglib 2020-06-27 00:06:02 +02:00
tagunion.h Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
tagutils.cpp Adapt most changes from taglib2 2020-06-26 23:30:30 +02:00
tagutils.h Fix some includes in taglib 2020-06-27 00:06:02 +02:00

README.md

TagLib

Build Status

TagLib Audio Metadata Library

http://taglib.org/

TagLib is a library for reading and editing the metadata of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags in FLAC, MPC, Speex, WavPack, TrueAudio, WAV, AIFF, MP4, APE, DSF, DFF, and ASF 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.