aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/flac
Commit message (Expand)AuthorAgeFilesLines
* FLAC: Validate the size of a readbobsayshilol2021-05-021-0/+5
* FLAC: Store comment block before picture block (#954)Urs Fleisch2020-12-211-6/+14
* Mark deprected methods and remove internal usageScott Wheeler2019-09-112-5/+5
* 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
* Remove some redundant code.Tsuda Kageyu2017-01-221-5/+1
* Merge pull request #791 from TsudaKageyu/flac-empty-seektableTsuda Kageyu2017-01-161-1/+3
|\
| * Be tolerant of empty FLAC seektable blocks.Tsuda Kageyu2017-01-101-1/+3
* | Always use parentheses with new. It's a bit safer.Tsuda Kageyu2017-01-163-8/+7
|/
* Remove some TODO comments which are no longer necessary.Tsuda Kageyu2017-01-081-1/+0
* Small fix in style.Tsuda Kageyu2016-11-291-2/+1
* Fixes #743 by not overwriting existing Xiph comment in FLAC::File::saveMichael Helmling2016-11-271-2/+3
* Enable FLAC::File to remove non-standard tags.Tsuda Kageyu2015-12-212-0/+46
* Avoid the risk of subtracting between signed and unsigned types.Tsuda Kageyu2015-12-211-6/+6
* Merge pull request #699 from TsudaKageyu/flac-duplicate-commentsTsuda Kageyu2015-12-211-59/+42
|\
| * Remove duplicate Vorbis comment blocks when saving a FLAC file.Tsuda Kageyu2015-12-161-59/+42
* | Replace TagLib::uint with unsinged int.Tsuda Kageyu2015-12-161-1/+1
|/
* Make use of List iterators and setAutoDelete() in FLAC::File.Tsuda Kageyu2015-12-151-34/+27
* Merge pull request #682 from TsudaKageyu/save-flacTsuda Kageyu2015-12-152-60/+91
|\
| * Fix saving FLAC files.Tsuda Kageyu2015-12-022-60/+91
* | Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-033-14/+14
|/
* Use a standard type rather than TagLib::ulonglong.Tsuda Kageyu2015-12-021-2/+2
* Unify common functions for finding tags.Tsuda Kageyu2015-11-212-31/+3
* Fix segfaults when calling File::properties() after strip().Tsuda Kageyu2015-08-251-16/+3
* Add warnings about calling File::save() repeatedly.Tsuda Kageyu2015-08-041-0/+3
* Avoid overwriting the audio stream when adding an ID3v1 tag to a FLAC file.Tsuda Kageyu2015-08-031-1/+9
* Fix some comments.Tsuda Kageyu2015-08-021-1/+1
* FLAC: Remove unused formal parameters.Tsuda Kageyu2015-08-013-17/+16
* FLAC: Add debug messages to tell some functions are obsolete.Tsuda Kageyu2015-08-011-0/+2
* FLAC: Move some public functions to above private ones.Tsuda Kageyu2015-08-011-68/+68
* FLAC: Avoid using deprecated functions.Tsuda Kageyu2015-08-011-1/+1
* Remove some more data members not needed to carry.Tsuda Kageyu2015-08-012-24/+21
* FLAC: AudioProperties improvementsTsuda Kageyu2015-08-012-38/+90
* Fix a typo in a debug message.Tsuda Kageyu2015-07-301-1/+1
* Avoid creating zero-sized padding blocks.Tsuda Kageyu2015-07-291-1/+1
* Make FLAC::File tolerant to zero-sized padding blocks.Tsuda Kageyu2015-07-291-4/+10
* Remove some unused private function prototypes.Tsuda Kageyu2015-06-121-1/+0
* Fix some typos in comments.Tsuda Kageyu2015-06-092-10/+10
* It doesn't make sense to set the factory after constructionScott Wheeler2015-05-181-0/+1
* Updated the relevant commentsTsuda Kageyu2013-07-041-12/+36
* Added the methods to check which kind of tags the file actually has.Tsuda Kageyu2013-07-042-0/+29
* Fixed comments for File constructorsTsuda Kageyu2013-05-301-11/+14
* Refactor out some stuff to CMake testsTsuda kageyu2013-04-213-12/+0
* ByteVector::toUInt() takes offset and lengthTsuda kageyu2013-04-183-14/+14
* Consistently handle invalid and deprecated tags in setProperties()Michael Helmling2012-12-262-5/+2
* Update for pull request #89: Change how setProperties() updates tags.Michael Helmling2012-12-202-8/+6
* Fix issue #88 by changing the behavior of setProperties().Michael Helmling2012-12-101-8/+8
* Fixed indentsgonemad2012-10-111-3/+3
* Added check if file is open before attempting to read tagsgonemad2012-10-111-3/+6
* Faster FLAC::FilePrivate destructorArnaud Bienner2012-10-071-1/+2