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
2015-08-10 00:40:22 +09:00
2011-02-13 12:22:42 +00:00
2018-10-28 10:53:23 -05:00
2015-05-18 11:31:55 +02:00
2016-02-14 03:29:03 +09:00
2018-10-28 08:35:15 -05:00
2017-06-05 14:49:09 +02:00
2018-10-28 08:43:45 -05:00
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.

Description
No description provided
Readme 12 MiB
Languages
C++ 95.9%
CMake 2.5%
C 1.1%
Logos 0.5%