1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-28 09:10:58 +01:00
strawberry-audio-player-win.../3rdparty/taglib
2020-06-22 03:11:58 +02:00
..
ape taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
asf taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
dsdiff taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
dsf taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
flac taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
it taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
mod taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
mp4 taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
mpc taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
mpeg taglib: Fix some formatting 2020-06-22 03:11:35 +02:00
ogg taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
riff taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
s3m taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
toolkit taglib: Remove added explicit in tiostream 2020-06-22 03:11:58 +02:00
trueaudio taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
wavpack taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
xm taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
audioproperties.cpp taglib: Rename Properties to AudioProperties 2020-06-22 00:49:25 +02:00
audioproperties.h taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
CMakeLists.txt Improve CMake files (#460) 2020-06-17 22:56:20 +02:00
config.h.cmake Add missing taglib configure checks 2019-04-25 21:37:44 +02:00
ConfigureChecks.cmake Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
COPYING
fileref.cpp Use override 2020-06-15 21:55:05 +02:00
fileref.h taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +02:00
README.md Add 3rdparty/taglib/README.md 2019-01-07 02:14:51 +01:00
tag.cpp Additional manual formatting to taglib sources 2020-06-14 17:01:05 +02:00
tag.h taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +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 taglib: Remove unused functions + add virtual and explicit 2020-06-22 02:32:37 +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

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.