aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/ape
Commit message (Expand)AuthorAgeFilesLines
* Rename the functions 'isValidStream' to 'isSupported'.Tsuda Kageyu2017-02-072-2/+2
* Enable FileRef to detect file types by the actual content of a stream.Tsuda Kageyu2017-02-042-0/+21
* Reduce useless memory reallocation in String::upper().Tsuda Kageyu2017-01-281-1/+2
* Small fixesmathbunnyru2016-11-241-2/+2
* Check invalid Unicode APE keys properly.Tsuda Kageyu2016-11-091-1/+1
* Removed a utility function which is used only at one place.Tsuda Kageyu2016-11-081-11/+13
* Fixed bug #725 - changed the maximum length of an APE key to 255Karel Patlejch2016-03-061-1/+1
* Inline functions had better have internal linkages.Tsuda Kageyu2016-02-152-2/+2
* Remove strnlen() since some compilers lack it.Tsuda Kageyu2016-02-031-6/+10
* More efficient handling of broken APE item keys.Tsuda Kageyu2016-02-032-18/+42
* APE::Tag::addValue() may append a string to non-text items.Tsuda Kageyu2016-02-021-21/+23
* Oops! We already have a function to check APE item keys.Tsuda Kageyu2016-02-011-24/+26
* APE item keys should be ASCII between 0x20 and 0x7E, not UTF-8.Tsuda Kageyu2016-02-012-8/+27
* Avoid the risk of subtracting between signed and unsigned types.Tsuda Kageyu2015-12-211-3/+3
* Merge pull request #686 from TsudaKageyu/save-apeTsuda Kageyu2015-12-172-69/+52
|\
| * Fix saving APE files.Tsuda Kageyu2015-11-272-69/+52
* | Revert some ABI breaking changes.Tsuda Kageyu2015-12-032-9/+19
* | Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-038-45/+45
* | Surround some internal stuff by anonymous namespaces.Tsuda Kageyu2015-12-021-11/+17
* | Remove some private data members not needed to be carried.Tsuda Kageyu2015-11-302-20/+9
|/
* Fix instance references to a static member function.Tsuda Kageyu2015-11-241-1/+1
* Reduce redundant ref()/deref() operations.Tsuda Kageyu2015-11-222-14/+27
* Fix an instance reference to a static data member.Tsuda Kageyu2015-11-221-20/+18
* Unify common functions for finding tags.Tsuda Kageyu2015-11-212-52/+4
* Avoid using String::null where an empty string is required.Tsuda Kageyu2015-11-202-6/+6
* Avoid using String::isNull() where it is considered to be confused with isEmp...Tsuda Kageyu2015-11-201-2/+2
* Merge pull request #642 from TsudaKageyu/strip-and-propertiesTsuda Kageyu2015-11-201-12/+6
|\
| * Fix segfaults when calling File::properties() after strip().Tsuda Kageyu2015-08-251-12/+6
* | Use the same type name between a List and its iterator.Tsuda Kageyu2015-11-181-7/+3
* | Merge pull request #629 from RyanLucchese/rl-fix-class-instantiation-solstudioTsuda Kageyu2015-11-181-1/+1
|\ \
| * | changed SUNPRO_CC version check to first check if SUNPRO_CC is definedRyan Lucchese2015-06-301-1/+1
| * | check SUNPRO_CC version before defining WANT_CLASS_INSTANTIATION_OF_MAP in ap...Ryan Lucchese2015-06-301-1/+1
* | | Use List::isEmpty() rather than size() to check if the list is empty.Tsuda Kageyu2015-11-182-3/+3
* | | Add self-assignment check in operator=garima-g2015-11-051-2/+4
| |/ |/|
* | Remove an unused private data member.Tsuda Kageyu2015-08-231-6/+9
* | Revert "Remove some private data members not needed to carry."Tsuda Kageyu2015-08-232-15/+23
* | Remove some private data members not needed to carry.Tsuda Kageyu2015-08-052-23/+15
* | Add warnings about calling File::save() repeatedly.Tsuda Kageyu2015-08-041-0/+3
* | APE: Remove unused formal parameters.Tsuda Kageyu2015-07-313-11/+11
* | APE: Reduce useless File::Find() operations.Tsuda Kageyu2015-06-201-21/+28
* | APE: Find an ID3v2 tag and calculate the stream length in APE::File.Tsuda Kageyu2015-06-204-65/+81
* | APE: Use the audio stream length in calculating the bit rate.Tsuda Kageyu2015-06-181-1/+11
* | APE: AudioProperties improvementsTsuda Kageyu2015-06-182-58/+135
|/
* Remove some unused private function prototypes.Tsuda Kageyu2015-06-121-1/+0
* Fix some typos in comments.Tsuda Kageyu2015-06-094-9/+9
* Map::erase() can take a key directly so no need to call find() beforehand.Tsuda Kageyu2015-05-231-3/+1
* Fix an excessive loop when parsing an APE file.Tsuda Kageyu2014-12-231-2/+5
* Fix a division by zero error when parsing an APE file.Tsuda Kageyu2014-12-231-4/+12
* Reduce useless detach operations by making some non-const iterators const.Tsuda Kageyu2014-08-211-1/+1
* Fix #162: Xiph and APE generic getters return space-concatenated valuesMichael Helmling2014-04-031-5/+5