aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'TsudaKageyu/substr-bug'v1.8Lukáš Lalinský2012-09-061-3/+0
|\
| * Bug fix in String::substr()Tsuda Kageyu2012-09-051-3/+0
* | Add tests for String::substrLukáš Lalinský2012-09-061-0/+8
* | Add change log, update SOVERSIONLukáš Lalinský2012-09-062-3/+18
* | Do not delete the IOStream object in TagLib::FileLukáš Lalinský2012-09-0620-5/+70
* | Update CMakeLists.txtLukáš Lalinský2012-09-061-0/+2
* | Merge branch 'master' of https://github.com/moeeka/taglibLukáš Lalinský2012-09-066-6/+369
|\ \ | |/ |/|
| * Updated OWNE implementaion with minor changes after pull reviewRupert Daniel2012-09-063-6/+59
| * Implementation of the ID3v2.4 OWNE frame.Rupert Daniel2012-09-056-50/+360
|/
* Fix ambiguous reference to uint in testsLukáš Lalinský2012-09-031-2/+2
* Refectored the FileStream constructor.Tsuda Kageyu2012-09-031-68/+51
* Merge branch 'master' of https://github.com/taglib/taglib into security-warningsTsuda Kageyu2012-09-0212-21/+23
|\
| * Merge remote-tracking branch 'TsudaKageyu/warnings'Lukáš Lalinský2012-09-0211-18/+20
| |\
| | * Fix warnings with VS2010Tsuda Kageyu2012-08-2311-18/+20
| * | Fix compilation errors with Visual Studio 2010Tsuda Kageyu2012-08-232-3/+3
| |/
* / Fix Visual C++ specific warnings about securityTsuda Kageyu2012-08-233-5/+80
|/
* Merge remote-tracking branch 'TsudaKageyu/id3v2-comment-update'Lukáš Lalinský2012-08-231-3/+5
|\
| * Comment update for ID3v2::Tag::setLatin1StringHandler()tsuda.kageyu@gmail.com2012-08-231-3/+5
* | Merge remote-tracking branch 'TsudaKageyu/cross-border-delete'Lukáš Lalinský2012-08-232-4/+9
|\ \
| * | Comment update for ID3v1::Tag::setStringHandler()tsuda.kageyu@gmail.com2012-08-231-2/+5
| * | Remove possible cross binary boundary deletetsuda.kageyu@gmail.com2012-08-232-4/+6
* | | Merge remote-tracking branch 'TsudaKageyu/id3v2-brokenlatin1-patch'Lukáš Lalinský2012-08-236-7/+103
|\ \ \ | | |/ | |/|
| * | Support broken Latin-1 encodings in ID3V2tsuda.kageyu@gmail.com2012-08-236-7/+103
| |/
* | Merge remote-tracking branch 'poiru/master'Lukáš Lalinský2012-08-231-2/+1
|\ \
| * | Update header comments to reflect c4163a2Birunthan Mohanathas2012-08-021-2/+1
* | | Merge remote-tracking branch 'supermihi/master'Lukáš Lalinský2012-08-2315-72/+159
|\ \ \ | |_|/ |/| |
| * | Check PropertyMap keys format-specifically instead of globally.Michael Helmling2012-07-3014-72/+143
| * | add id3v2 frame delete testMichael Helmling2012-07-231-0/+16
| |/
* | ID3 frame IDs with 0 should be recognized as validLukáš Lalinský2012-08-174-2/+13
* | Ignore additional filesLukáš Lalinský2012-08-171-0/+3
|/
* - Disambiguate uint and ushort referencesBSDKaffee2012-07-158-28/+28
* Changelog for 1.8 betav1.8betaLukáš Lalinský2012-07-142-8/+19
* Cast to longLukáš Lalinský2012-07-141-1/+1
* Merge remote-tracking branch 'poiru/master'Lukáš Lalinský2012-07-1437-72/+72
|\
| * Remove trailing whitespaceBirunthan Mohanathas2012-04-1934-56/+56
| * Tabs to spacesBirunthan Mohanathas2012-04-195-17/+17
* | Merge remote-tracking branch 'robinst/mpeg-file-id3vxtag-docs-inexistent-tags'Lukáš Lalinský2012-07-141-6/+6
|\ \
| * | Fix docs of MPEG::File::ID3v(1|2)Tag for inexistent tagRobin Stocker2012-06-101-6/+6
* | | Revert "Install examples if built."Lukáš Lalinský2012-07-141-6/+0
* | | Merge remote-tracking branch 'kensington/master'Lukáš Lalinský2012-07-143-8/+13
|\ \ \
| * | | Add custom 'check' target that depends on the test_runner target for backward...Michael Palimaka2012-05-171-0/+2
| * | | Install examples if built.Michael Palimaka2012-05-161-0/+6
| * | | Use ctest instead of custom target.Michael Palimaka2012-05-162-8/+5
| |/ /
* | | Merge remote-tracking branch 'robinst/dont-copy-from-id3v1-when-only-saving-i...Lukáš Lalinský2012-07-142-3/+26
|\ \ \
| * | | Don't duplicate from ID3v1 to ID3v2 when saving only ID3v2Robin Stocker2012-06-102-3/+26
| |/ /
* | | Merge branch 'mpc_sv8'Lukáš Lalinský2012-07-119-24/+282
|\ \ \
| * | | More Musepack testsLukáš Lalinský2012-07-111-0/+4
| * | | Refactoring of the Musepack SV8 properties codeLukáš Lalinský2012-07-119-131/+191
| * | | MPC v8 audio propertiesAlex Novichkov2012-07-114-4/+198
|/ / /
* | | Use '0' here instead of 'NULL'Scott Wheeler2012-07-031-2/+2