aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mpc/mpcfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename the functions 'isValidStream' to 'isSupported'.Tsuda Kageyu2017-02-071-1/+1
* Enable FileRef to detect file types by the actual content of a stream.Tsuda Kageyu2017-02-041-0/+13
* 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-181-84/+77
|\
| * Fix saving MPC files.Tsuda Kageyu2015-11-271-84/+77
* | Use a standard type rather than TagLib::uint.Tsuda Kageyu2015-12-031-2/+2
|/
* Fix instance references to a static member function.Tsuda Kageyu2015-11-241-1/+1
* Unify common functions for finding tags.Tsuda Kageyu2015-11-211-48/+4
* Fix segfaults when calling File::properties() after strip().Tsuda Kageyu2015-08-251-12/+6
* Merge pull request #559 from TsudaKageyu/audioprop-mpcTsuda Kageyu2015-08-011-16/+29
|\
| * MusePak: Remove unused formal parameters.Tsuda Kageyu2015-08-011-9/+9
| * 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
* | 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
* Added the methods to check which kind of tags the file actually has.Tsuda Kageyu2013-07-041-1/+10
* Consistently handle invalid and deprecated tags in setProperties()Michael Helmling2012-12-261-1/+1
* Update for pull request #89: Change how setProperties() updates tags.Michael Helmling2012-12-201-5/+2
* 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
* Refactoring of the Musepack SV8 properties codeLukáš Lalinský2012-07-111-51/+1
* MPC v8 audio propertiesAlex Novichkov2012-07-111-1/+50
* Rename anonymous enumeration symbols to be unique in mpcfile.cppVinnie Falco2012-04-151-13/+13
* Added lots of missing includesMichael Helmling2012-02-151-0/+1
* Started to work on ID3v2.Michael Helmling2012-01-211-14/+21
* Made im/export functions nonvirtual. Added similar functions to File andMichael Helmling2011-08-281-0/+21
* Duplicate contructors of File subclasses to accept IOStream*Lukáš Lalinský2011-04-111-0/+7
* Fix FSF addressLukáš Lalinský2011-01-081-2/+2
* Ok, think I've got this all sorted out a bit. Code is much simpler now,Scott Wheeler2008-01-311-77/+32
* rename "remove()" to "strip()" to be consistent with MPEG::FileScott Wheeler2008-01-301-1/+6
* Use Unicode filenames on Windows (this time the correct patch).Lukáš Lalinský2007-11-101-1/+1
* Revert r734944 -- this one wasn't meant to go in.Lukáš Lalinský2007-11-101-9/+0
* Use Unicode filenames on Windows.Lukáš Lalinský2007-11-101-0/+9
* Got permission from all (non-trivial) contributors to dual license under the ...Scott Wheeler2007-10-101-1/+5
* This is starting to look more sane.Scott Wheeler2006-09-241-0/+361