Lukáš Lalinský
|
7f20c95cfc
|
Merge pull request #374 from TsudaKageyu/redundant-smartptr
Removed some redundant code from tsmartptr.h.
|
2014-04-10 20:10:19 +02:00 |
|
Lukáš Lalinský
|
98c6088f91
|
Merge pull request #363 from TsudaKageyu/string-std-func
Simplified some functions in tstring.cpp by replacing with standard func...
|
2014-04-10 20:09:45 +02:00 |
|
Lukáš Lalinský
|
22f8b527f7
|
Merge pull request #373 from TsudaKageyu/snprintf-spelling
Fixed some misspellings.
|
2014-04-10 20:04:37 +02:00 |
|
Tsuda Kageyu
|
d05101153f
|
Fixed some misspellings.
|
2014-04-07 16:09:12 +09:00 |
|
Tsuda Kageyu
|
bceb568ea8
|
Removed some redundant code from tsmartptr.h.
|
2014-04-07 16:05:35 +09:00 |
|
Lukáš Lalinský
|
8390a91e48
|
Merge pull request #366 from TsudaKageyu/missing-ifdef
Added missing #ifdef HAVE_CONFIG_H
|
2014-04-04 09:37:55 +02:00 |
|
Lukáš Lalinský
|
4dca1ab68c
|
Merge pull request #369 from TsudaKageyu/remove-switches
Removed some CMake switches which are no longer used.
|
2014-04-04 09:37:33 +02:00 |
|
Lukáš Lalinský
|
3ced5e92b7
|
Merge pull request #368 from TsudaKageyu/remove-shlwapi
Removed an unnecessary dependency on shlwapi.lib.
|
2014-04-04 09:37:20 +02:00 |
|
Tsuda Kageyu
|
dce1664f30
|
Removed some CMake switches which are no longer used.
|
2014-04-04 01:12:47 +09:00 |
|
Tsuda Kageyu
|
a303d88782
|
Removed an unnecessary dependency on shlwapi.lib.
|
2014-04-04 00:56:27 +09:00 |
|
Tsuda Kageyu
|
8b77051ecf
|
Added missing #ifdef HAVE_CONFIG_H
|
2014-04-02 22:25:56 +09:00 |
|
Lukáš Lalinský
|
329abdbce7
|
Merge pull request #365 from TsudaKageyu/remove-cmake-float
Removed some unnecessary CMake checks for the size of numeric types.
|
2014-04-02 09:36:12 +02:00 |
|
Tsuda Kageyu
|
d3eefdde34
|
Removed some unnecessary CMake checks for the size of numeric types.
|
2014-04-02 14:03:35 +09:00 |
|
Tsuda Kageyu
|
c5353ed5ef
|
Added UTF-8 check when constructing a String from a char.
|
2014-04-02 01:45:23 +09:00 |
|
Tsuda Kageyu
|
5199a3cbb6
|
Simplified some functions in tstring.cpp by replacing with standard functions.
|
2014-04-01 18:03:19 +09:00 |
|
Lukáš Lalinský
|
d93b4af8ca
|
Merge pull request #326 from TsudaKageyu/msvc-dsf
Fixed some MSVC warnings in DSF related classes
|
2014-03-10 07:25:17 +01:00 |
|
Lukáš Lalinský
|
dd1a885f27
|
Merge pull request #355 from TsudaKageyu/merge-master-to-taglib2
Merge master to taglib2
|
2014-03-10 07:23:48 +01:00 |
|
Tsuda Kageyu
|
50b55a8a94
|
Merge branch 'master' into merge-master-to-taglib2
Conflicts:
taglib/ogg/opus/opusproperties.cpp
|
2014-03-10 11:42:05 +09:00 |
|
Stephen F. Booth
|
cfb43223dc
|
Merge pull request #354 from TsudaKageyu/opus-bitrate
opus: Estimate the bitrate if possible
|
2014-03-09 21:37:50 -04:00 |
|
Tsuda Kageyu
|
72cd379f30
|
opus: Estimate the bitrate if possible
|
2014-03-10 09:37:10 +09:00 |
|
Lukáš Lalinský
|
a3d724af27
|
Merge pull request #352 from TsudaKageyu/tagreader-sprintf
Avoid using sprintf() in tagreader.cpp to fix an MSVC warning.
|
2014-02-19 16:34:42 +01:00 |
|
Tsuda Kageyu
|
05e0081414
|
Avoid using sprintf() in tagreader.cpp to fix an MSVC warning.
|
2014-02-19 23:35:23 +09:00 |
|
Lukáš Lalinský
|
5d519c5207
|
Merge pull request #350 from TsudaKageyu/merge-master-to-taglib2
Merge master to taglib2
|
2014-02-18 10:27:45 +01:00 |
|
Tsuda Kageyu
|
bd84c8928a
|
Merge branch 'master' into merge-master-to-taglib2
Conflicts:
taglib/riff/wav/infotag.cpp
taglib/toolkit/trefcounter.h
taglib/toolkit/tstring.cpp
taglib/toolkit/tstring.h
taglib/xm/xmfile.cpp
tests/test_string.cpp
|
2014-02-18 17:32:05 +09:00 |
|
Lukáš Lalinský
|
b658f95e06
|
Merge pull request #338 from funman/master
Also build/install taglib_c.pc when targetting windows
|
2014-02-17 08:46:13 +01:00 |
|
Lukáš Lalinský
|
2758aed34d
|
Merge pull request #348 from TsudaKageyu/string-memcpy
Reduced a useless memory copy in tstring.cpp.
|
2014-02-17 08:45:49 +01:00 |
|
Lukáš Lalinský
|
12b25868b7
|
Merge pull request #349 from TsudaKageyu/install-typo
Fixed a typo in INSTALL.
|
2014-02-17 08:44:54 +01:00 |
|
Tsuda Kageyu
|
1deff52d95
|
Fixed a typo in INSTALL.
|
2014-02-17 11:22:40 +09:00 |
|
Tsuda Kageyu
|
69eaa75f64
|
Reduced a useless memory copy in tstring.cpp.
|
2014-02-15 20:25:00 +09:00 |
|
Lukáš Lalinský
|
3e0c73bdbc
|
Merge pull request #347 from TsudaKageyu/xm-seek
Changed XM::File::save() to use seek() properly.
|
2014-02-14 17:21:49 +01:00 |
|
Tsuda Kageyu
|
9e94f8bb6c
|
Changed XM::File::save() to use seek() properly.
|
2014-02-14 19:22:53 +09:00 |
|
Lukáš Lalinský
|
aa49723b48
|
Merge pull request #330 from TsudaKageyu/fix-emptystring
Fixed a bug reported at #328
|
2014-02-05 00:02:47 -08:00 |
|
Tsuda Kageyu
|
167513ae57
|
Avoid using &d->data[0] when d->data is empty.
|
2014-02-05 10:35:07 +09:00 |
|
Tsuda Kageyu
|
d0f3e9b186
|
Use std::string::c_str() rather than &s[0] where a const pointer is required.
|
2014-01-24 09:48:39 +09:00 |
|
Stephen F. Booth
|
4fc020e0d3
|
Merge pull request #340 from mineo/patch-1
Remove a superfluos 'x'
|
2014-01-18 13:12:21 -08:00 |
|
Wieland Hoffmann
|
db147e672e
|
Remove a superfluos 'x'
|
2014-01-18 18:11:31 +01:00 |
|
Rafaël Carré
|
c45a0694f9
|
Also build/install taglib.pc when targetting windows
.pc file is notably used when cross-compiling windows software
|
2014-01-13 22:49:17 +01:00 |
|
Tsuda Kageyu
|
584bbc7c78
|
Fixed conversion from empty String to ByteVector
|
2013-12-04 09:37:59 +09:00 |
|
Tsuda Kageyu
|
279d71c1e8
|
Fixed some MSVC warnings in DSF related classes
|
2013-12-02 23:57:24 +09:00 |
|
Stephen F. Booth
|
d8f5937091
|
Merge pull request #288 from sbooth/dsf
Added DSF support
|
2013-12-02 05:09:26 -08:00 |
|
Stephen F. Booth
|
be041ef2aa
|
Another fix for tag stripping
|
2013-11-29 14:54:15 -05:00 |
|
Stephen F. Booth
|
d643878e9f
|
Update internal state after saving
|
2013-11-29 13:38:54 -05:00 |
|
Stephen F. Booth
|
0c2e21024f
|
Correctly write the metadata offset in absence of ID3v2 tag
|
2013-11-29 13:36:57 -05:00 |
|
Stephen F. Booth
|
dad73ebfc5
|
Strip tag if empty
|
2013-11-29 10:50:58 -05:00 |
|
Stephen F. Booth
|
37b0ba6989
|
Merge pull request #323 from TsudaKageyu/ifdefs
Removed some unused #ifdefs
|
2013-11-29 05:33:13 -08:00 |
|
Stephen F. Booth
|
733b537c63
|
Read properties more efficiently
|
2013-11-29 08:27:48 -05:00 |
|
Stephen F. Booth
|
caf705958e
|
Validate the tag's version of file length against the actual length
|
2013-11-29 08:24:22 -05:00 |
|
Stephen F. Booth
|
ebaecc47f4
|
Correctly read all 8 bytes for the metadata offset
|
2013-11-29 08:21:23 -05:00 |
|
Stephen F. Booth
|
69bcc52ef3
|
Invalidate the file when necessary
|
2013-11-29 08:18:59 -05:00 |
|
Tsuda Kageyu
|
644b47910f
|
Removed some unused #ifdefs
|
2013-11-28 14:09:16 +09:00 |
|