Tsuda Kageyu
|
fbe329bb70
|
Use snprintf instead of sprintf if possible.
|
2013-05-01 14:56:59 +09:00 |
|
Tsuda Kageyu
|
ffc7bcfef0
|
Merge pull request #179 from TsudaKageyu/bytevector
Simplified copy-on-write implementation of ByteVector
|
2013-04-30 01:09:29 -07:00 |
|
Tsuda Kageyu
|
93db8aa135
|
Simplified copy-on-write implementation of ByteVector
|
2013-04-30 16:40:41 +09:00 |
|
Tsuda Kageyu
|
6182378c87
|
Merge pull request #177 from TsudaKageyu/smart-ptr
Improved reference-counted pointer
|
2013-04-29 05:59:59 -07:00 |
|
Tsuda Kageyu
|
36ceaadfaa
|
Improved reference-counted pointer
|
2013-04-29 20:15:05 +09:00 |
|
Tsuda Kageyu
|
82e616101a
|
Merge pull request #152 from TsudaKageyu/missing-include
Add missing inclusions of config.h
|
2013-04-17 22:25:47 -07:00 |
|
Tsuda kageyu
|
3d8bb4d4b9
|
Add missing inclusions of config.h
|
2013-04-18 11:33:26 +09:00 |
|
Tsuda Kageyu
|
454abde101
|
Update comments in trefcountptr.h
|
2013-04-18 04:22:04 +09:00 |
|
Tsuda Kageyu
|
f97a422bc2
|
Merge pull request #151 from TsudaKageyu/shared_ptr
Detect C++11 features automatically
|
2013-04-17 11:48:06 -07:00 |
|
Tsuda kageyu
|
4fc2a3bdd8
|
Detect C++11 features automatically
|
2013-04-18 03:23:12 +09:00 |
|
Tsuda Kageyu
|
10b4bd61e2
|
Merge pull request #146 from TsudaKageyu/classname
Changed some class names
|
2013-04-16 21:23:56 -07:00 |
|
Tsuda kageyu
|
c3efe19d8a
|
Changed some class names
|
2013-04-17 13:07:08 +09:00 |
|
Tsuda Kageyu
|
1390860929
|
Merge pull request #140 from TsudaKageyu/smart-ptr
Replace RefCounter with a smart pointer
|
2013-04-16 15:29:10 -07:00 |
|
Tsuda kageyu
|
c44351aab5
|
RefCounter mimics std::shared_ptr
|
2013-04-17 06:39:14 +09:00 |
|
Tsuda Kageyu
|
5c96ff42c3
|
Merge pull request #135 from TsudaKageyu/merge-master
Merge branch 'master' into taglib2
|
2013-04-15 22:39:21 -07:00 |
|
Tsuda kageyu
|
bb61b43ba0
|
Merge branch 'master' into merge-master
Conflicts:
taglib/mp4/mp4tag.cpp
taglib/toolkit/taglib.h
taglib/toolkit/tbytevector.cpp
taglib/toolkit/tbytevector.h
taglib/toolkit/tfile.cpp
taglib/toolkit/tstring.cpp
taglib/toolkit/tstring.h
taglib/trueaudio/trueaudiofile.cpp
taglib/wavpack/wavpackfile.cpp
taglib/wavpack/wavpackfile.h
|
2013-04-16 14:16:54 +09:00 |
|
Tsuda Kageyu
|
cc3dbd84ce
|
Merge pull request #134 from TsudaKageyu/fix-byteswap
Bug fix for #132
|
2013-04-15 14:02:17 -07:00 |
|
Tsuda kageyu
|
5e6285afab
|
Bug fix for #132
|
2013-04-16 05:53:36 +09:00 |
|
Tsuda Kageyu
|
df28a1335a
|
Merge pull request #133 from TsudaKageyu/fix-byteswap
Bug fix for #132
|
2013-04-15 12:22:37 -07:00 |
|
Tsuda kageyu
|
88a0871784
|
Bug fix for #132
|
2013-04-16 04:06:29 +09:00 |
|
Tsuda Kageyu
|
f0edca2f8c
|
Merge pull request #132 from TsudaKageyu/byteswap
Add cross-platform byte order conversions
|
2013-04-15 08:26:32 -07:00 |
|
Tsuda Kageyu
|
f5462e3e19
|
Add cross-platform byte order conversions
|
2013-04-16 00:12:37 +09:00 |
|
Lukáš Lalinský
|
53c5a97b4c
|
Add tests for newline handling in String (#125)
|
2013-04-15 10:47:43 +02:00 |
|
Lukáš Lalinský
|
a3352fd899
|
Use the first instance of a MP4 atom (#126)
When a file contains multiple MP4 atoms with the same name, use the first
one. This is consistent with iTunes and other popular software.
|
2013-04-15 10:13:47 +02:00 |
|
Jingmin Wei
|
4a85e1e1ca
|
Allow the second byte of MPEG header to contain 0xFF
0xFF in the second byte means MPEG Version 1, Layer I, no CRC protection.
http://mpgedit.org/mpgedit/mpeg_format/MP3Format.html
|
2013-04-15 09:46:08 +02:00 |
|
Lukáš Lalinský
|
94efe5c187
|
Merge pull request #116 from ufleisch/tagduplication
Parameter to disable duplication between ID3v1 and ID3v2 tags, #115.
|
2013-04-14 23:47:59 -07:00 |
|
Tsuda Kageyu
|
bef59a0b9a
|
Merge pull request #131 from TsudaKageyu/vc-warning
Fix VC++ specific warnings
|
2013-04-14 13:29:29 -07:00 |
|
Tsuda Kageyu
|
86142343ee
|
Fix VC++ specific warnings
|
2013-04-15 05:23:39 +09:00 |
|
Tsuda Kageyu
|
5b2458ed66
|
Merge pull request #130 from TsudaKageyu/improve-string
Some improvements of String
|
2013-04-14 13:17:31 -07:00 |
|
Tsuda Kageyu
|
b52cd44c25
|
Some improvements of String
|
2013-04-15 05:03:54 +09:00 |
|
Tsuda Kageyu
|
2f711e26ca
|
Merge pull request #124 from TsudaKageyu/merge-bytevector
Merge ByteVector improvement made in pull request #122
|
2013-04-10 12:10:17 -07:00 |
|
Tsuda Kageyu
|
781aa05f0e
|
Merge ByteVector improvement made in pull request #122
|
2013-04-11 03:52:17 +09:00 |
|
Tsuda Kageyu
|
40997e7fc9
|
Merge pull request #122 from TsudaKageyu/reduce-copy
Reduce unnecessary memory copies by ByteVector
|
2013-04-06 06:32:26 -07:00 |
|
Tsuda Kageyu
|
a4e68a0304
|
Reduce unnecessary memory copies by ByteVector
|
2013-04-05 22:07:58 +09:00 |
|
Tsuda Kageyu
|
c265c2a874
|
Merge pull request #120 from poiru/taglib2-patch-1
Change tabs in 2711555 to spaces
|
2013-04-03 03:42:28 -07:00 |
|
Birunthan Mohanathas
|
5171de33e4
|
Change tabs in 2711555 to spaces
|
2013-04-03 12:53:38 +03:00 |
|
Tsuda Kageyu
|
2aaf41e0bb
|
Merge pull request #119 from TsudaKageyu/iterator
Avoid possible overruns of iterators
|
2013-04-02 17:40:33 -07:00 |
|
Tsuda Kageyu
|
27115557a0
|
Avoid possible iterators' out-of-range
|
2013-04-03 09:21:48 +09:00 |
|
Tsuda Kageyu
|
86cee56f74
|
Merge pull request #118 from TsudaKageyu/fix-compile
Fix a compilation error
|
2013-03-24 14:18:49 -07:00 |
|
Tsuda Kageyu
|
843a12a0c6
|
Fix a compilation error
|
2013-03-25 06:13:07 +09:00 |
|
Tsuda Kageyu
|
a0e8963fa0
|
Merge pull request #117 from TsudaKageyu/win32-lib
Add a required target_link_libraries in Win32
|
2013-03-24 13:51:21 -07:00 |
|
Tsuda Kageyu
|
265013ef5b
|
Add a required target_link_libraries in Win32
|
2013-03-25 05:44:57 +09:00 |
|
Tsuda Kageyu
|
39e02ad21b
|
Added myself to AUTHORS
|
2013-03-24 01:15:25 +09:00 |
|
Urs Fleisch
|
703736fbcb
|
Parameter to disable duplication between ID3v1 and ID3v2 tags, #115.
|
2013-03-23 13:56:31 +01:00 |
|
Tsuda Kageyu
|
fc2b69a81e
|
Merge pull request #114 from TsudaKageyu/size_t
Change the size type of containers from uint to size_t
|
2013-03-23 02:49:07 -07:00 |
|
Tsuda Kageyu
|
1618833a6b
|
Fix a compilation error
|
2013-03-23 13:58:44 +09:00 |
|
Tsuda Kageyu
|
56c85a2d68
|
Change the size type of containers from uint to size_t
|
2013-03-23 13:42:46 +09:00 |
|
Tsuda Kageyu
|
83b6fdef72
|
Merge pull request #113 from TsudaKageyu/fix-ulong
Fix uses of ulong where 32-bit integers are expected
|
2013-03-21 19:27:31 -07:00 |
|
Tsuda Kageyu
|
cd082cd8e3
|
Fix uses of ulong where 32-bit integers are expected
|
2013-03-22 11:17:10 +09:00 |
|
Tsuda Kageyu
|
b744f66819
|
Merge pull request #112 from TsudaKageyu/string-data
Avoid resizing a buffer frequently in String::data()
|
2013-03-21 17:06:17 -07:00 |
|