|
8b4a27beb4
|
Add self-assignment check in operator=
Method 'operator=' should check its argument with 'this' pointer.
|
2015-11-05 11:19:44 +05:30 |
|
|
998ebf4ce6
|
Add self-assignment check in operator=
Method 'operator=' should check its argument with 'this' pointer.
|
2015-11-05 11:16:34 +05:30 |
|
|
ccaf650214
|
Add self-assignment check in operator=
Method 'operator=' should check its argument with 'this' pointer.
|
2015-11-05 11:12:24 +05:30 |
|
|
9fad0b28a5
|
Add self-assignment check in operator=
Method 'operator=' should check its argument with 'this' pointer.
|
2015-11-05 11:09:20 +05:30 |
|
|
153820bf12
|
Merge pull request #669 from pokowaka/bad_access
Fixes access violation
|
2015-10-12 14:30:00 +02:00 |
|
|
29be00dc59
|
Fixes access violation
- Fixes access violation when setting empty stringlist on integer
properties in mp4 tag
- Add a unit test that validates the fix.
|
2015-10-09 22:11:27 -07:00 |
|
|
ab30ec3a6f
|
Merge pull request #664 from pbhd/master
add options R, I, D for replace/insert/delete of arbitrary tags
|
2015-09-23 23:09:55 -04:00 |
|
|
0a90687805
|
add options R, I, D for replace/insert/delete of arbitrary tags
|
2015-09-23 14:11:40 +02:00 |
|
|
5ca4cd2f52
|
Revert "Small cleanups in audioproperties.cpp."
This reverts commit b49e3e5620 .
|
2015-08-31 16:29:13 +09:00 |
|
|
70f8fb1bae
|
Revert "Add and fix some comments in ConfigureChecks.cmake."
This reverts commit fa6f33e552 .
|
2015-08-31 16:28:24 +09:00 |
|
|
030e177640
|
Revert "Small cleanups in CMakeLists.txt."
This reverts commit 021c539002 .
|
2015-08-31 16:28:12 +09:00 |
|
|
3bb0b11bff
|
Revert "Fix an instance reference to a static data member."
This reverts commit 9666b64f28 .
|
2015-08-31 16:21:26 +09:00 |
|
|
60558d6a4a
|
Revert "A bit more accurate calculation of the AIFF audio length."
This reverts commit 15a1505880 .
|
2015-08-31 16:20:58 +09:00 |
|
|
12f59d774e
|
Revert "Hide an internal variable from a public header."
This reverts commit fbd3b71690 .
|
2015-08-31 16:20:41 +09:00 |
|
|
e2466a72f8
|
Revert "Skip both ID3v1 and APE tags when seeking the last MPEG frame."
This reverts commit 6d925da75e .
|
2015-08-31 16:20:15 +09:00 |
|
|
9666b64f28
|
Fix an instance reference to a static data member.
|
2015-08-31 10:34:12 +09:00 |
|
|
15a1505880
|
A bit more accurate calculation of the AIFF audio length.
|
2015-08-31 01:48:29 +09:00 |
|
|
fbd3b71690
|
Hide an internal variable from a public header.
|
2015-08-30 01:01:34 +09:00 |
|
|
6a76f491f8
|
Merge pull request #579 from TsudaKageyu/frameoffset2
Skip both ID3v1 and APE tags when seeking the last MPEG frame.
|
2015-08-29 00:09:14 +09:00 |
|
|
6d925da75e
|
Skip both ID3v1 and APE tags when seeking the last MPEG frame.
|
2015-08-28 17:04:15 +09:00 |
|
|
e178875b40
|
Mention that String::toWString()/toCWString() doesn't return UTF-32 string.
|
2015-08-28 13:38:22 +09:00 |
|
|
bf45cfd84a
|
Check if QT_VERSION macro is defined.
|
2015-08-28 01:38:09 +09:00 |
|
|
b49e3e5620
|
Small cleanups in audioproperties.cpp.
|
2015-08-27 11:29:40 +09:00 |
|
|
fa6f33e552
|
Add and fix some comments in ConfigureChecks.cmake.
|
2015-08-26 15:05:34 +09:00 |
|
|
021c539002
|
Small cleanups in CMakeLists.txt.
|
2015-08-26 08:14:31 +09:00 |
|
|
aedfeba66b
|
Missed the full version string in taglib-config.cmd.cmake
|
2015-08-25 20:46:11 +02:00 |
|
|
29ed265281
|
Skip the patch version if it's 0
|
2015-08-25 17:04:34 +02:00 |
|
|
35aa6c4e84
|
Update date in NEWS
v1.10beta
|
2015-08-23 20:09:22 +02:00 |
|
|
54cea3edc3
|
Reorganize NEWS to put new features first
|
2015-08-23 12:20:25 +02:00 |
|
|
0178d47c85
|
Don't use const ref to an integer in ChapterFrame
|
2015-08-23 12:20:25 +02:00 |
|
|
71bc17b5e6
|
Lalala
|
2015-08-23 12:20:25 +02:00 |
|
|
ac38f4ade1
|
Remove an unused private data member.
|
2015-08-23 18:25:17 +09:00 |
|
|
b9f898698d
|
Revert "Remove some private data members not needed to carry."
This reverts commit 7c17d32b3a .
|
2015-08-23 18:21:51 +09:00 |
|
|
bd564546f4
|
Fix some typos in comments.
|
2015-08-14 00:10:19 +09:00 |
|
|
d90617959b
|
Fix some typos in comments.
|
2015-08-11 09:45:32 +09:00 |
|
|
bc106ad81e
|
Separate two variable initializations.
|
2015-08-10 00:50:13 +09:00 |
|
|
a23f808627
|
Remove an useless #include.
|
2015-08-09 13:26:51 +09:00 |
|
|
e4cd963b12
|
Improve a test about splitting OGG pages.
Check for #529.
|
2015-08-08 15:18:16 +09:00 |
|
|
eff92fed98
|
Improve a test about splitting OGG pages.
Check for #529.
|
2015-08-07 16:47:13 +09:00 |
|
|
80441ff754
|
Remove a workaround for an older version of GCC.
GLIBC's byte swap functions are a good fallback option.
|
2015-08-07 08:59:16 +09:00 |
|
|
edbafdbd88
|
Remove some redundant code from trefcounter.cpp.
|
2015-08-07 02:10:56 +09:00 |
|
|
98ac8ba569
|
Add a comment about unused constants.
|
2015-08-07 02:03:03 +09:00 |
|
|
173c58cf49
|
Merge pull request #580 from TsudaKageyu/negative-seek
Fix inconsistent negative seek behavior between Linux and Windows.
|
2015-08-07 01:32:26 +09:00 |
|
|
ec3d050adc
|
Merge pull request #644 from petrows/master
Install target should be checked to avoid conflicts
|
2015-08-07 01:20:03 +09:00 |
|
|
19a7e45997
|
Merge pull request #639 from TsudaKageyu/remove-cmake-check-float
Run-time check for byte order rather than CMake check.
|
2015-08-07 01:17:27 +09:00 |
|
|
49563a9cd0
|
Merge pull request #640 from TsudaKageyu/cmake-vsprintf
CMake check for vsprintf_s/vsnprintf rather than sprintf_s/snprintf.
|
2015-08-07 01:14:12 +09:00 |
|
|
1abe61640a
|
Merge pull request #645 from FestusHagen/fh1.m_UintAmbiguities_WavePackProperties
Silence uint ambiguity error in wavepackproperties.
|
2015-08-06 16:35:45 +09:00 |
|
|
65a6572299
|
Silence uint ambiguity errors in wavepackproperties.
|
2015-08-06 03:22:03 -04:00 |
|
|
46e74c9391
|
Install target check fix
|
2015-08-05 08:45:27 +03:00 |
|
|
7c17d32b3a
|
Remove some private data members not needed to carry.
|
2015-08-05 11:54:30 +09:00 |
|