aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor fix for mp4 media header v0 minimum size check (#894)upstream/taglib2Tim Malseed2019-03-171-1/+1
* Fixed an MP4 AudioProperties parsing error (#892)Tim Malseed2019-03-161-2/+2
* Merge branch 'sandsmark-taglib2' into taglib2Stephen F. Booth2018-10-293-6/+27
|\
| * Resolved merge conflictsStephen F. Booth2018-10-293-6/+27
|/
* Merge branch 'master' into taglib2Stephen F. Booth2018-10-2834-51/+1992
|\
| * Updated NEWS for the latest changesStephen F. Booth2018-10-281-0/+8
| * Added APE, DSF, and DFF formats to the listStephen F. Booth2018-10-281-5/+5
| * Added DSF and DSDIFF authorsStephen F. Booth2018-10-281-0/+4
| * Add DSF and DSDIFF file types management (#878)Jonas Kvinge2018-10-2620-1/+2456
| * Improve CMake VISIBILITY_HIDDEN option handling (#810)evpobr2018-10-263-5/+13
| * added OS X built files to .gitignore (#828)Ola Nordstrom2018-10-261-0/+3
| * Fill `TableOfContentsFrame::toString()`. (#852)Bert Wesarg2018-10-261-1/+17
| * Follow TagLib's brace styleScott Wheeler2018-10-101-11/+5
| * Add support for file descriptor to FileStream (#832)safu92018-10-102-0/+34
| * Don't list the description twice in `UserTextIdentificationFrame::toString()`...Bert Wesarg2018-10-091-1/+7
| * Fixed OOB read when loading invalid ogg flac file. (#868) (#869)Scott Gayou2018-10-091-2/+12
| * Add support for cmID, purl, egid MP4 atoms (#862). (#863)Urs Fleisch2018-04-091-2/+10
| * Update linksScott Wheeler2017-11-201-4/+3
| * Fix crash when loading an empty mpeg file (#830)Xijian Yan2017-11-061-0/+3
| * Don't assume TDRC is an instance of TextIdentificationFrame (#831)Stephen F. Booth2017-09-301-2/+3
| * taglib: fix test build failure on powerpc/c++11 (#834)Sergei Trofimovich2017-09-181-3/+3
* | Fix undefined PLATFORM_WINRT CMake option (#870)evpobr2018-10-091-1/+1
* | Added setProperties implementation to TagUnion (#813)Alberto Fustinoni2018-08-242-1/+41
* | Apply smart pointers to MPC::File.Tsuda Kageyu2017-06-141-18/+9
* | Apply smart pointers to FLAC::File.Tsuda Kageyu2017-06-142-30/+30
* | Apply smart pointers to DSF::File.Tsuda Kageyu2017-06-141-16/+12
* | Apply smart pointers to RIFF related classes.Tsuda Kageyu2017-06-142-24/+12
* | Apply smart pointers to ASF::File.Tsuda Kageyu2017-06-141-52/+39
* | Merge branch 'master' into taglib2Tsuda Kageyu2017-06-142-18/+27
|\|
| * Check if mandatory header objects are present when opening ASF files.Tsuda Kageyu2017-06-131-16/+25
| * Use a macro to pretend virtual functions.Tsuda Kageyu2017-06-131-88/+35
| * Fix some typos in debug messages.Tsuda Kageyu2017-06-131-2/+2
* | Move deprecated functions setID3v2FrameFactory().Tsuda Kageyu2017-06-136-41/+0
* | Move deprecated function ByteVector::checksum() to oggpage.cpp.Tsuda Kageyu2017-06-133-64/+60
* | Remove a deprecated function FileRef::create().Tsuda Kageyu2017-06-123-109/+0
* | Merge branch 'master' into merge-master-to-taglib2Tsuda Kageyu2017-06-1237-99/+714
|\|
| * Update NEWS.Tsuda Kageyu2017-06-121-2/+3
| * Merge pull request #799 from TsudaKageyu/filetype-detectionTsuda Kageyu2017-06-1236-86/+663
| |\
| | * Restore FileRef::create() in order not to change the previous behavior.Tsuda Kageyu2017-06-063-2/+88
| | * Mention that FileRef::create no longer works.Tsuda Kageyu2017-05-312-1/+2
| | * Merge branch 'filetype-detection' of https://github.com/TsudaKageyu/taglib in...Tsuda Kageyu2017-02-073-14/+11
| | |\
| | | * Remove some redundant code.Tsuda Kageyu2017-02-063-14/+11
| | * | Rename the functions 'isValidStream' to 'isSupported'.Tsuda Kageyu2017-02-0729-43/+43
| | |/
| | * Restore the layout of the copyright header of test_fileref.cpp.Tsuda Kageyu2017-02-041-21/+21
| | * Enable FileRef to detect file types by the actual content of a stream.Tsuda Kageyu2017-02-0435-120/+613
| * | TableOfContentsFrame depends on ByteVectorList.Tsuda Kageyu2017-06-091-0/+2
* | | Remove optional dependencies on Boost.Tsuda Kageyu2017-06-093-21/+1
* | | Merge branch 'master' into merge-master-to-taglib2Tsuda Kageyu2017-06-0914-180/+214
|\| |
| * | Merge pull request #824 from evpobr/fix-createfile2Tsuda Kageyu2017-06-093-1/+10
| |\ \
| | * | Fix WinRT configuringevpobr2017-06-083-1/+10