Tsuda Kageyu
88ad2843f4
Small cosmetic fixes.
2015-12-03 02:25:16 +09:00
Tsuda Kageyu
a0b8683656
Use a standard type rather than TagLib::uint.
...
This won't break the ABI compatibility.
2015-12-03 02:15:41 +09:00
Tsuda Kageyu
085a0ef298
Use a standard type rather than TagLib::ulong.
...
This won't break the ABI compatibility.
2015-12-03 00:03:06 +09:00
Tsuda Kageyu
363c471a2d
Small cosmetic fixes.
2015-12-02 23:21:23 +09:00
Tsuda Kageyu
7f8efec4d4
Merge pull request #545 from FestusHagen/fh1.m_TDRC
...
Append TIME to TDRC, adjusted test_id3v2.cpp as appropriate.
2015-12-02 21:11:53 +09:00
Tsuda Kageyu
dcc0fe553c
Use a standard type rather than TagLib::ushort.
...
This won't break the ABI compatibility.
2015-12-02 18:59:45 +09:00
Tsuda Kageyu
8bdddaabce
Use a standard type rather than TagLib::uchar.
...
This won't break the ABI compatibility.
2015-12-02 18:11:52 +09:00
Tsuda Kageyu
2cb89b85c9
Make use of List iterators and setAutoDelete() in XiphComment.
2015-12-02 17:33:11 +09:00
Tsuda Kageyu
e6e9ba6094
Fix saving FLAC files.
...
This fixes all the issues reported at #622 .
2015-12-02 17:21:12 +09:00
Tsuda Kageyu
7b854c5434
Update NEWS.
2015-12-02 15:01:10 +09:00
Tsuda Kageyu
1529af7a12
Merge branch 'xiph-picture' of https://github.com/gogglesmm/taglib into gogglesmm-xiph-picture
...
# Conflicts:
# tests/test_bytevector.cpp
# tests/test_ogg.cpp
2015-12-02 14:59:50 +09:00
Tsuda Kageyu
e475e31e0d
Update NEWS.
2015-12-02 14:28:41 +09:00
Tsuda Kageyu
ea55c8b5c1
Merge branch 'cmake-allow-BUILD_SHARED_LIBS-to-drive-ENABLE_STATIC' of https://github.com/tSed/taglib into tSed-cmake-allow-BUILD_SHARED_LIBS-to-drive-ENABLE_STATIC
...
# Conflicts:
# CMakeLists.txt
# examples/CMakeLists.txt
2015-12-02 14:21:58 +09:00
Tsuda Kageyu
bc8b60ea46
Remove an unreachable statement.
2015-12-02 14:08:20 +09:00
Tsuda Kageyu
83ffc87598
Surround some internal stuff by anonymous namespaces.
2015-12-02 12:00:43 +09:00
Tsuda Kageyu
d97292c593
Amend some comments refer to the 'offset_t' type. It no longer exists.
2015-12-02 11:36:54 +09:00
Tsuda Kageyu
060a50ab11
Use a standard type rather than TagLib::wchar.
...
This won't break the ABI compatibility.
2015-12-02 11:30:29 +09:00
Tsuda Kageyu
6966be4292
Use a standard type rather than TagLib::ulonglong.
...
TagLib::ulonglong is not used in the public headers, so the changes are trivial.
2015-12-02 09:13:10 +09:00
Lukáš Lalinský
f38749aacf
Merge pull request #690 from stefansaraev/pkgconfig
...
fix pkgconfig file for cross compiling
2015-12-01 16:47:47 +01:00
Tsuda Kageyu
b4b16fd7e0
Merge pull request #691 from FestusHagen/fh1.m_ushortAmbiguities
...
Silence ushort ambiguity errors
2015-12-01 00:02:25 +09:00
Festus Hagen
b1c67fc5dc
Silence ushort ambiguity errors
2015-11-30 08:09:08 -05:00
Stefan Saraev
90f1f03163
fix pkgconfig file for cross compiling
2015-11-30 14:14:10 +02:00
Tsuda Kageyu
101a330d55
The new test wasn't called.
2015-11-30 18:32:49 +09:00
Tsuda Kageyu
59088096e6
Add some tests for M4V files.
2015-11-30 17:18:50 +09:00
Tsuda Kageyu
d1ceffd1f0
Merge branch 'm4v' of https://github.com/videolabs/taglib into videolabs-m4v
...
# Conflicts:
# taglib/fileref.cpp
2015-11-30 17:12:03 +09:00
Tsuda Kageyu
eb6542bc8b
Unify some duplicate internal functions.
2015-11-30 16:35:37 +09:00
Tsuda Kageyu
bccd57a470
Add const to an unchanged data member.
2015-11-30 16:21:58 +09:00
Tsuda Kageyu
a6701ddcda
Remove some private data members not needed to belong to private classes.
2015-11-30 15:43:18 +09:00
Tsuda Kageyu
31d1f11969
Use a const pointer to initialize a const pointer.
2015-11-30 15:00:32 +09:00
Tsuda Kageyu
f9e558eef5
Avoid trying to remove tag chunks when an AIFF file doesn't have an ID3v2 tag.
2015-11-30 14:17:26 +09:00
Tsuda Kageyu
fcdf7c2ae2
Add some tests to check if the internal flags are updated when writing WAV files.
2015-11-30 13:46:43 +09:00
Tsuda Kageyu
8c424badad
Avoid writing an empty ID3v2 tag in an AIFF file.
2015-11-30 13:42:25 +09:00
Tsuda Kageyu
f1b683b582
Remove some private data members not needed to be carried.
2015-11-30 13:09:11 +09:00
Tsuda Kageyu
5e37f0101d
Remove some private data members not needed to be carried.
2015-11-30 12:53:52 +09:00
Tsuda Kageyu
b541ec8b68
Remove some private data members not needed to be carried.
2015-11-30 12:35:29 +09:00
Tsuda Kageyu
1fa677e2ef
Add some tests about splitting/merging Ogg pages.
2015-11-29 01:57:15 +09:00
Festus Hagen
463e8f313a
Append TIME to TDRC, adjusted test_id3v2.cpp as appropriate.
2015-11-27 17:54:20 -05:00
Tsuda Kageyu
8130b30397
Close temporary files regardless if the tests are successful or not.
...
delete statements are skipped when assertions fail.
2015-11-27 15:20:16 +09:00
Tsuda Kageyu
6b836c6ba7
Add ENABLE_CCACHE build option to allow users opt in to use ccache.
2015-11-27 12:15:03 +09:00
Tsuda Kageyu
f5a3f2b6c1
Update NEWS.
2015-11-27 09:37:29 +09:00
Tsuda Kageyu
4b8e39e8f0
Merge branch 'fh1.m_AddBuildBindingsOption' of https://github.com/FestusHagen/taglib into FestusHagen-fh1.m_AddBuildBindingsOption
...
# Conflicts:
# CMakeLists.txt
2015-11-27 09:35:13 +09:00
Tsuda Kageyu
905bf89e66
Fix saving WavPack files.
...
This fixes the issue reported at #624 .
2015-11-27 09:30:03 +09:00
Tsuda Kageyu
67cbf2c0a8
Silence a GCC warning in tests about ignoring a return value.
2015-11-27 02:45:33 +09:00
Tsuda Kageyu
3f84621d58
Small cleanups in CMakeLists.txt.
2015-11-27 02:27:24 +09:00
Tsuda Kageyu
083eadec60
Fix saving MPC files.
...
This fixes the issue reported at #624 .
2015-11-27 00:53:03 +09:00
Tsuda Kageyu
f180445be5
Fix saving APE files.
...
This fixes the issue reported at #624 .
2015-11-27 00:22:07 +09:00
Tsuda Kageyu
cbc279b899
Merge pull request #685 from g-coder/patch-2
...
Added ccache support for faster compilation
2015-11-26 20:03:17 +09:00
g-coder
e1bcb101f0
Update CMakeLists.txt
2015-11-26 15:51:42 +05:30
g-coder
14f3b6c928
Added ccache support for faster compilation
...
ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. It provides support for C/C++ languages.
It makes compilation fast if it is available on the machine.
https://ccache.samba.org/
2015-11-26 15:12:23 +05:30
Tsuda Kageyu
b6361ddde5
Fix saving MPEG files.
...
This fixes all the issues reported at #618 .
2015-11-25 01:56:07 +09:00