aboutsummaryrefslogtreecommitdiffstats
path: root/taglib
Commit message (Expand)AuthorAgeFilesLines
* WAV: Support subformat in WAVE_FORMAT_EXTENSIBLE (#850)Urs Fleisch2020-12-201-0/+8
* Missing const hereScott Wheeler2020-10-121-2/+2
* Downgrade numerical genres back to ID3v2.3 formatScott Wheeler2020-10-121-0/+19
* Add a little sanity to the formatting hereScott Wheeler2020-10-121-30/+36
* Prefer COMM frames with no description for setComment()Scott Wheeler2020-03-271-6/+17
* Needs to be defined to nothing if none of the #if blocks matchScott Wheeler2019-09-201-0/+2
* Use newer function signaturesScott Wheeler2019-09-191-2/+4
* Use new method signaturesScott Wheeler2019-09-191-1/+1
* Correctly decode signed valuesScott Wheeler2019-09-121-11/+11
* Completely remove `StripAll` from the APIScott Wheeler2019-09-123-3/+2
* Unsaved (and incorrect looking) fieldScott Wheeler2019-09-121-1/+0
* StripAll should be treated as equivalent to StripOthers in `save()`v1.12-beta-1Scott Wheeler2019-09-122-2/+2
* Remove DSF and DSDIFF from master to a feature branchScott Wheeler2019-09-1214-2263/+1
* Unify File::save(...) APIs between file formats that support ID3v2Scott Wheeler2019-09-114-5/+34
* Revert switch to other static size methodScott Wheeler2019-09-111-1/+1
* Missing header that should have been added in b8dc105Scott Wheeler2019-09-111-0/+24
* Mark deprected methods and remove internal usageScott Wheeler2019-09-1137-68/+90
* Deprecate calls to MPEG::File::save(...) that use boolean paramsScott Wheeler2019-09-107-58/+74
* Add docs for this methodScott Wheeler2019-09-101-0/+3
* No tabs in TagLibScott Wheeler2019-09-102-4/+3
* Clear valid flag for invalid Speex filesStefanBruens2019-09-101-0/+1
* Merge pull request #883 from ufleisch/riff-paddingScott Wheeler2019-09-101-3/+14
|\
| * Do not ignore non zero RIFF padding if leading to parse error (#882)Urs Fleisch2019-02-101-3/+14
* | Merge pull request #917 from ufleisch/ogg-bitrateScott Wheeler2019-09-103-4/+21
|\ \
| * | Calculate Ogg bitrate without overhead size (#874)Urs Fleisch2019-09-023-4/+21
* | | Merge pull request #909 from williamjcm/patch-1Scott Wheeler2019-08-261-1/+1
|\ \ \
| * | | Make TagLib seach in its source dir for utf8-cpp.Guillaume Jacquemin2019-06-011-1/+1
* | | | Merge pull request #912 from whatdoineed2do/m4a-track-year-equal0-bugfixScott Wheeler2019-08-261-2/+12
|\ \ \ \
| * | | | setTrack()/setYear() accepts 0 to remove the tag as perwhatdoineed2do/Ray2019-07-131-2/+12
| |/ / /
* | / / Fix spelling and typosJonas Kvinge2019-08-2611-16/+16
| |/ / |/| |
* | | Call fflush() before ftruncate() to drop all buffered data (#914)whatdoineed2do2019-07-251-0/+1
|/ /
* | Respect atom type when converting rate tag (#896)StefanBruens2019-05-311-2/+23
* | Support ID3v2 GRP1 frame introduced with iTunes 12.5.4.42, #903. (#904)Urs Fleisch2019-05-172-6/+8
* | Update mp4properties.cpp (#893)Tim Malseed2019-03-171-2/+2
* | Minor fix for mp4 media header v0 minimum size check (#895)Tim Malseed2019-03-171-1/+1
|/
* Add DSF and DSDIFF file types management (#878)Jonas Kvinge2018-10-2614-1/+2265
* Improve CMake VISIBILITY_HIDDEN option handling (#810)evpobr2018-10-261-0/+5
* 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
* 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
* Merge pull request #799 from TsudaKageyu/filetype-detectionTsuda Kageyu2017-06-1234-85/+587
|\