taglib/taglib
Tsuda Kageyu 45ee18e206 FilePrivate is responsible to delete a stream pointer instead of File.
Generally, TagLib leaves the Private classes to delete their members.
2017-02-08 17:49:48 +09:00
..
ape Reduce useless memory reallocation in String::upper(). 2017-01-28 01:17:21 +09:00
asf Fix wrong endian of boolean values when saving ASF files. 2017-02-06 10:06:10 +09:00
flac Remove some redundant code. 2017-01-22 00:43:32 +09:00
it Always use parentheses with new. It's a bit safer. 2017-01-16 01:00:28 +09:00
mod Always use parentheses with new. It's a bit safer. 2017-01-16 01:00:28 +09:00
mp4 Small fixes 2016-11-24 02:05:19 +03:00
mpc Avoid the risk of subtracting between signed and unsigned types. 2015-12-21 11:44:25 +09:00
mpeg Avoid searching the same area twice in MPEG::File::previousFrameOffset(). 2017-02-01 14:23:03 +09:00
ogg Remove obsolete comments. 2017-02-04 01:31:20 +09:00
riff Prefer isEmpty()/empty() to size() == 0. 2017-01-21 19:10:32 +09:00
s3m Always use parentheses with new. It's a bit safer. 2017-01-16 01:00:28 +09:00
toolkit FilePrivate is responsible to delete a stream pointer instead of File. 2017-02-08 17:49:48 +09:00
trueaudio Avoid the risk of subtracting between signed and unsigned types. 2015-12-21 11:44:25 +09:00
wavpack Avoid the risk of subtracting between signed and unsigned types. 2015-12-21 11:44:25 +09:00
xm Always use parentheses with new. It's a bit safer. 2017-01-16 01:00:28 +09:00
audioproperties.cpp Small cleanups in audioproperties.cpp. 2015-11-12 14:24:04 +09:00
audioproperties.h Add AudioProperties::lengthInSeconds() and lengthInMilliseconds() functions to emulate virtual abstract functions. 2015-08-01 02:23:18 +09:00
CMakeLists.txt Replace unicode.h/unicode.cpp by the UTF8-CPP library. 2017-01-27 14:47:55 +09:00
fileref.cpp Remove function bodies of some non-specialized template functions. 2017-01-30 16:11:59 +09:00
fileref.h Add a supplementary note to a comment. 2016-02-06 21:14:12 +09:00
tag.cpp Avoid using String::null where an empty string is required. 2015-11-20 22:21:47 +09:00
tag.h Use a standard type rather than TagLib::uint. 2015-12-03 02:15:41 +09:00
taglib_config.h.cmake #include guards in CMake generated headers. 2016-12-02 17:26:43 +09:00
taglib_export.h Removed config.h and moved macros into taglib_config.h 2013-05-02 20:41:59 +09:00
tagunion.cpp Always use parentheses with new. It's a bit safer. 2017-01-16 01:00:28 +09:00
tagunion.h Use a standard type rather than TagLib::uint. 2015-12-03 02:15:41 +09:00
tagutils.cpp Unify common functions for finding tags. 2015-11-21 09:30:04 +09:00
tagutils.h Unify common functions for finding tags. 2015-11-21 09:30:04 +09:00