Go to file
Tim Malseed 65a6a4e225 Minor fix for mp4 media header v0 minimum size check (#894)
Mp4 media header (mdhd) v0 atoms are a minimum of 8 bytes for size & type information, plus 24 bytes for remaining entries (`24 +8`) bytes in total, rather than (`24 + 4`).

See https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-25615
2019-03-17 08:20:08 -05:00
3rdparty/utf8-cpp Isolate 3rdparty library for easier maintenance. 2017-06-07 12:51:44 +09:00
bindings Merge branch 'master' into taglib2 2018-10-28 10:53:23 -05:00
cmake Merge branch 'master' into taglib2 2015-08-10 00:40:22 +09:00
doc Move docs building to CMake 2011-02-13 12:22:42 +00:00
examples Merge branch 'master' into merge-master-to-taglib2 2015-12-03 14:44:17 +09:00
taglib Minor fix for mp4 media header v0 minimum size check (#894) 2019-03-17 08:20:08 -05:00
tests Merge branch 'master' into taglib2 2018-10-28 10:53:23 -05:00
.astylerc Add astylerc 2015-05-18 11:31:55 +02:00
.editorconfig Add OS X settings to travis.yml. 2016-02-14 03:29:03 +09:00
.gitignore added OS X built files to .gitignore (#828) 2018-10-26 19:23:44 -05:00
.travis.yml Merge branch 'master' into merge-master-to-taglib2 2017-06-09 11:11:44 +09:00
AUTHORS Added DSF and DSDIFF authors 2018-10-28 08:35:15 -05:00
cmake_uninstall.cmake.in added uninstall target 2011-06-26 21:58:51 +02:00
CMakeLists.txt Merge branch 'master' into taglib2 2018-10-28 10:53:23 -05:00
config.h.cmake Remove optional dependencies on Boost. 2017-06-09 11:31:22 +09:00
ConfigureChecks.cmake Fix undefined PLATFORM_WINRT CMake option (#870) 2018-10-09 18:52:09 -05:00
COPYING.LGPL Different LGPL version than was referenced in headers 2010-09-22 00:07:26 +00:00
COPYING.MPL Got permission from all (non-trivial) contributors to dual license under the MPL. 2007-10-10 18:22:58 +00:00
Doxyfile.cmake Support building documentation out-of-source-dir 2011-04-09 19:15:46 +02:00
INSTALL.md Update INSTALL.md 2017-06-05 14:49:09 +02:00
NEWS Updated NEWS for the latest changes 2018-10-28 08:43:45 -05:00
README.md Added APE, DSF, and DFF formats to the list 2018-10-28 08:42:19 -05:00
taglib-config.cmake Skip the patch version if it's 0 2015-08-25 17:04:34 +02:00
taglib-config.cmd.cmake Merge branch 'master' into merge-master-to-taglib2 2015-11-19 11:37:18 +09:00
taglib.pc.cmake Fix .pc file configuration. 2015-12-21 22:25:49 +01: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.