|
06ca9a099d
|
Check if file size <= LONG_MAX.
|
2016-10-27 15:10:34 +09:00 |
|
|
b2fa124451
|
formatting
|
2016-10-24 21:24:53 +09:00 |
|
|
ff5b2dc96f
|
Whitespace
|
2016-10-24 21:22:57 +09:00 |
|
|
757f5ebc96
|
Refactoring
|
2016-10-24 21:19:31 +09:00 |
|
|
606f6c0e74
|
Better define guards
|
2016-10-23 23:25:16 +09:00 |
|
|
1cc047c953
|
Styling
|
2016-10-23 20:17:49 +09:00 |
|
|
cae4f1b804
|
Merge branch 'master' of https://github.com/albertofustinoni/taglib.git
|
2016-10-23 20:13:26 +09:00 |
|
|
deffe83fd0
|
Use newer file system calls when in Windows 8+ to allow compilation as WinRT asembly
|
2016-10-23 12:32:16 +09:00 |
|
|
597dcde72a
|
Update the version to v1.11.1.
|
2016-10-22 02:45:52 +09:00 |
|
|
97aaa0f979
|
Restore the ABI breakage by bringing back a removed private static variable.
|
2016-10-19 15:57:28 +09:00 |
|
|
7e90313690
|
Fix defect in ByteVectorStream::seek when Position==End.
|
2016-09-15 16:30:16 +02:00 |
|
|
75e3ec73aa
|
Change string to end offset
|
2016-08-14 22:02:33 +01:00 |
|
|
9b995544e4
|
Fix reading table of contents frames with a lot of children.
|
2016-05-14 09:58:19 +09:00 |
|
|
0a85f9b227
|
Revert "Hide a private static variable."
This reverts commit 25ffbcb4b9 .
# Conflicts:
# taglib/mpeg/id3v2/id3v2framefactory.cpp
# taglib/mpeg/id3v2/id3v2framefactory.h
|
2016-04-22 09:27:04 +09:00 |
|
|
76f8ff388f
|
Also ignore the virtual destructor warning when compiling with clang
|
2016-03-20 20:33:04 +01:00 |
|
|
b2a6768704
|
Don't stop parsing an ID3v2 SYLT frame when its description is empty.
|
2016-03-14 20:35:09 +09:00 |
|
|
ff8b6a91e7
|
Fixed bug #725 - changed the maximum length of an APE key to 255
|
2016-03-06 21:15:18 +01:00 |
|
|
a27199b772
|
Support Boost iostreams library to decode compressed ID3v2 frames in additiion to zlib.
This will help Windows users build TagLib without zlib source.
|
2016-03-02 11:14:11 +09:00 |
|
|
6c27a32de8
|
Skip a useless debug message.
|
2016-02-24 21:32:25 +09:00 |
|
|
2aea23aed2
|
Add some debug messages to RIFF::File, just in case.
|
2016-02-22 23:17:17 +09:00 |
|
|
e8ef0e0a4b
|
Improve the padding handling of RIFF files a bit.
|
2016-02-22 23:12:34 +09:00 |
|
|
520da50bc5
|
Always update the global RIFF size when updating RIFF files.
|
2016-02-22 22:27:18 +09:00 |
|
|
c0a909b709
|
Fix a broken indent.
|
2016-02-22 01:39:40 +09:00 |
|
|
8d09f12847
|
Remove some #ifdefs and #includes no longer used.
|
2016-02-22 00:35:11 +09:00 |
|
|
710166e32d
|
Separate zlib related code rather than having several #ifdef blocks.
|
2016-02-21 23:16:48 +09:00 |
|
|
01054009ac
|
Make the code in ByteVector::append() a bit more clearer.
|
2016-02-21 00:43:33 +09:00 |
|
|
7d8aa7b8bd
|
ByteVector::append() can't take the vector itself.
|
2016-02-20 19:42:46 +09:00 |
|
|
8c4b484e67
|
Fix a possible out-of-bounds access in SynchData::decode().
This also avoids an extra memory copy.
|
2016-02-19 20:58:09 +09:00 |
|
|
2166d703e0
|
Small fix in style.
|
2016-02-18 14:34:16 +09:00 |
|
|
887f3b28e5
|
Add a TODO comment in ByteVector::replace().
|
2016-02-18 14:29:17 +09:00 |
|
|
6a9db50c03
|
Revert "Remove more useless inline specifiers."
This reverts commit dadfe79799 .
|
2016-02-18 03:51:42 +09:00 |
|
|
07d95e0dc0
|
Add an overload of ByteVector::replace() which takes chars.
Currently, this is only way of using ByteVector::replace().
|
2016-02-18 03:47:02 +09:00 |
|
|
a9acca5d81
|
Decode unsynchronized ID3v2 frames efficiently.
It makes a great difference when decoding huge unsynchronized ID3v2 frames.
|
2016-02-18 03:07:38 +09:00 |
|
|
dadfe79799
|
Remove more useless inline specifiers.
They are no longer needed since the unnamed namespaces have solved the ODR violation.
|
2016-02-17 22:06:36 +09:00 |
|
|
552185a8b8
|
Cast the parameters of boost::endian::endian_reverse(), just in case.
|
2016-02-16 20:35:27 +09:00 |
|
|
46eacaeba4
|
Inline functions had better have internal linkages.
This also removes useless inline specifiers.
|
2016-02-15 20:53:27 +09:00 |
|
|
f3016c0892
|
Enable Boost Endian library again.
It should be detected properly now.
|
2016-02-15 01:36:17 +09:00 |
|
|
d037b8c908
|
Make sure we don't write UTF8 or UTF16BE to ID3v2.3 tags.
|
2016-02-15 00:22:18 +09:00 |
|
|
bb006e41d7
|
Disable Boost Endian library for now.
It's not detected properly depending on the environment.
|
2016-02-14 03:17:37 +09:00 |
|
|
ab2267f9aa
|
Find Boost properly.
check_cxx_source_compiles() depends on the Visual Studio settings.
|
2016-02-14 01:53:02 +09:00 |
|
|
45a3bdb695
|
Properly mark functions as virtual
|
2016-02-10 11:08:46 +00:00 |
|
|
5a155ef4ce
|
Fix memory leaks when saving Ogg files.
|
2016-02-07 04:46:40 +09:00 |
|
|
fa46185ca4
|
Add a supplementary note to a comment.
|
2016-02-06 21:14:12 +09:00 |
|
|
fffff35ca5
|
Correct the license information.
|
2016-02-06 01:27:36 +09:00 |
|
|
24575aab23
|
Remove strnlen() since some compilers lack it.
|
2016-02-03 20:21:04 +09:00 |
|
|
c04b24a2f5
|
More efficient handling of broken APE item keys.
This also improves the performance when handling intact APE items.
|
2016-02-03 01:08:16 +09:00 |
|
|
013fbbf22c
|
APE::Tag::addValue() may append a string to non-text items.
|
2016-02-02 00:42:08 +09:00 |
|
|
5350bc8501
|
Oops! We already have a function to check APE item keys.
|
2016-02-01 22:46:08 +09:00 |
|
|
92a1a00624
|
APE item keys should be ASCII between 0x20 and 0x7E, not UTF-8.
|
2016-02-01 22:19:43 +09:00 |
|
|
9976155aa9
|
Ignore 'fact' chunk of WAV files if their format is PCM.
TagLib reports wrong length of some PCM files with a 'fact' chunk.
|
2016-01-30 00:51:28 +09:00 |
|