strawberry-audio-player-win.../3rdparty/taglib
Jonas Kvinge 13b60351a6 Replace use of deprecated C++ headers 2020-06-14 23:54:18 +02:00
..
ape Fix parameter name mispatches 2020-06-14 18:58:24 +02:00
asf Fix parameter name mispatches 2020-06-14 18:58:24 +02:00
dsdiff Fix parameter name mispatches 2020-06-14 18:58:24 +02:00
dsf Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
flac Fix parameter name mispatches 2020-06-14 18:58:24 +02:00
it Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
mod Fix parameter name mispatches 2020-06-14 18:58:24 +02:00
mp4 Fix parameter name mispatches 2020-06-14 18:58:24 +02:00
mpc Replace use of deprecated C++ headers 2020-06-14 23:54:18 +02:00
mpeg Replace use of deprecated C++ headers 2020-06-14 23:54:18 +02:00
ogg Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
riff Fix parameter name mispatches 2020-06-14 18:58:24 +02:00
s3m Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
toolkit Replace use of deprecated C++ headers 2020-06-14 23:54:18 +02:00
trueaudio Fix parameter name mispatches 2020-06-14 18:58:24 +02:00
wavpack Fix parameter name mispatches 2020-06-14 18:58:24 +02:00
xm Replace use of deprecated C++ headers 2020-06-14 23:54:18 +02:00
CMakeLists.txt Update CMakeLists.txt files 2020-04-23 20:59:09 +02:00
COPYING Audio file detection by content 2018-05-10 15:29:28 +02:00
ConfigureChecks.cmake Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
README.md Add 3rdparty/taglib/README.md 2019-01-07 02:14:51 +01:00
audioproperties.cpp Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
audioproperties.h Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
config.h.cmake Add missing taglib configure checks 2019-04-25 21:37:44 +02:00
fileref.cpp Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
fileref.h Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
tag.cpp Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
tag.h Fix parameter name mispatches 2020-06-14 18:58:24 +02:00
taglib_config.h.cmake Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
taglib_export.h Format taglib sources 2020-06-13 19:02:42 +02:00
tagunion.cpp Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
tagunion.h Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
tagutils.cpp Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
tagutils.h Additional manual formatting to taglib sources 2020-06-14 17:01:05 +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.