aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mpc/mpcproperties.cpp
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
* Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-031-23/+23
* 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
* MusePak: AudioProperties improvementsTsuda Kageyu2015-06-181-35/+48
* 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
* ByteVector::toUInt() takes offset and lengthTsuda kageyu2013-04-181-15/+15
* 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-111-76/+116
* MPC v8 audio propertiesAlex Novichkov2012-07-111-1/+116
* Added sampleFrames() to audio propertiesStephen F. Booth2012-04-061-9/+30
* Define a macro to properly construct std::bitsetLukáš Lalinský2011-01-241-1/+1
* Back to unsigned long, it breaks compilation on SolarisLukáš Lalinský2011-01-241-1/+1
* Fix compilation on MSVC 2010 with the C++0x version of std::bitsetLukáš Lalinský2011-01-221-1/+1
* Fix FSF addressLukáš Lalinský2011-01-081-2/+2
* Got permission from all (non-trivial) contributors to dual license under the ...Scott Wheeler2007-10-101-1/+5
* Fix SV4 MPC file length. (Read the length at the correct offset.)Scott Wheeler2007-07-181-10/+6
* This is starting to look more sane.Scott Wheeler2006-09-241-0/+140