aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mpc
Commit message (Expand)AuthorAgeFilesLines
* MPC: Fix heap-buffer-overflow in readSV7()bobsayshilol2021-05-021-0/+3
* Correctly decode signed valuesScott Wheeler2019-09-121-11/+11
* Unsaved (and incorrect looking) fieldScott Wheeler2019-09-121-1/+0
* Mark deprected methods and remove internal usageScott Wheeler2019-09-112-2/+2
* 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/+22
* Avoid the risk of subtracting between signed and unsigned types.Tsuda Kageyu2015-12-211-3/+3
* Merge pull request #687 from TsudaKageyu/save-mpcTsuda Kageyu2015-12-182-87/+77
|\
| * Fix saving MPC files.Tsuda Kageyu2015-11-272-87/+77
* | Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-033-28/+28
* | Use a standard type rather than TagLib::ulong.Tsuda Kageyu2015-12-031-1/+1
* | Use a standard type rather than TagLib::ushort.Tsuda Kageyu2015-12-021-1/+1
* | Surround some internal stuff by anonymous namespaces.Tsuda Kageyu2015-12-021-31/+31
|/
* Fix instance references to a static member function.Tsuda Kageyu2015-11-241-1/+1
* Unify common functions for finding tags.Tsuda Kageyu2015-11-212-51/+4
* Fix segfaults when calling File::properties() after strip().Tsuda Kageyu2015-08-251-12/+6
* Add warnings about calling File::save() repeatedly.Tsuda Kageyu2015-08-041-0/+5
* Merge pull request #559 from TsudaKageyu/audioprop-mpcTsuda Kageyu2015-08-014-56/+118
|\
| * MusePak: Remove unused formal parameters.Tsuda Kageyu2015-08-012-10/+10
| * MusePak: Avoid seeking a file when not needed.Tsuda Kageyu2015-06-201-7/+8
| * MusePak: A bit more accurate calculation of the stream length.Tsuda Kageyu2015-06-181-1/+13
| * MusePak: AudioProperties improvementsTsuda Kageyu2015-06-182-39/+88
* | Remove an useless function call.Tsuda Kageyu2015-06-221-2/+0
|/
* Removed an unused data member from MPE::File.Tsuda Kageyu2015-06-121-2/+0
* Remove some unused private function prototypes.Tsuda Kageyu2015-06-121-1/+0
* Fix some typos in comments.Tsuda Kageyu2015-06-091-5/+5
* Check for EOF to fix a segfault while parsing fuzzed MPC files.Tsuda Kageyu2015-02-171-12/+25
* Check the packet size to fix a segfault error while parsing fuzzed MPC files.Tsuda Kageyu2015-02-171-0/+21
* Check for EOF to fix an infinite loop while parsing fuzzed MPC files.Tsuda Kageyu2015-02-171-2/+6
* Fix an out-of-bounds access and consequent errors while parsing fuzzed MPC fi...Tsuda Kageyu2015-02-171-9/+11
* Updated the relevant commentsTsuda Kageyu2013-07-041-11/+26
* Added the methods to check which kind of tags the file actually has.Tsuda Kageyu2013-07-042-1/+20
* Fixed comments for File constructorsTsuda Kageyu2013-05-301-6/+8
* ByteVector::toUInt() takes offset and lengthTsuda kageyu2013-04-181-15/+15
* Consistently handle invalid and deprecated tags in setProperties()Michael Helmling2012-12-262-2/+2
* Update for pull request #89: Change how setProperties() updates tags.Michael Helmling2012-12-202-7/+4
* Fix issue #88 by changing the behavior of setProperties().Michael Helmling2012-12-101-7/+6
* Fixed indentsgonemad2012-10-111-2/+2
* Added check if file is open before attempting to read tagsgonemad2012-10-111-2/+4
* Do not delete the IOStream object in TagLib::FileLukáš Lalinský2012-09-061-0/+3
* Merge remote-tracking branch 'TsudaKageyu/warnings'Lukáš Lalinský2012-09-021-1/+1
|\
| * Fix warnings with VS2010Tsuda Kageyu2012-08-231-1/+1
* | Fix compilation errors with Visual Studio 2010Tsuda Kageyu2012-08-231-2/+2
|/
* Refactoring of the Musepack SV8 properties codeLukáš Lalinský2012-07-114-131/+127
* MPC v8 audio propertiesAlex Novichkov2012-07-114-4/+198
* Rename anonymous enumeration symbols to be unique in mpcfile.cppVinnie Falco2012-04-151-13/+13
* Added sampleFrames() to audio propertiesStephen F. Booth2012-04-062-9/+32
* Added lots of missing includesMichael Helmling2012-02-151-0/+1
* Started to work on ID3v2.Michael Helmling2012-01-212-20/+29
* Made im/export functions nonvirtual. Added similar functions to File andMichael Helmling2011-08-282-0/+36