]> granicus.if.org Git - taglib/log
taglib
10 years agoMerge pull request #406 from TsudaKageyu/utf16-byteorder
Lukáš Lalinský [Wed, 23 Jul 2014 08:21:37 +0000 (10:21 +0200)]
Merge pull request #406 from TsudaKageyu/utf16-byteorder

Fixed handling UTF-16 byte order.

10 years agoMerge pull request #405 from TsudaKageyu/missing-include
Lukáš Lalinský [Wed, 23 Jul 2014 08:20:38 +0000 (10:20 +0200)]
Merge pull request #405 from TsudaKageyu/missing-include

Added a missing #include.

10 years agoFixed handling UTF-16 byte order.
Tsuda Kageyu [Wed, 23 Jul 2014 06:35:49 +0000 (15:35 +0900)]
Fixed handling UTF-16 byte order.

10 years agoAdded a missing #include.
Tsuda Kageyu [Wed, 23 Jul 2014 05:56:18 +0000 (14:56 +0900)]
Added a missing #include.

10 years agoMerge pull request #399 from TsudaKageyu/float-conv
Lukáš Lalinský [Tue, 22 Jul 2014 10:10:54 +0000 (12:10 +0200)]
Merge pull request #399 from TsudaKageyu/float-conv

Added float conversion functions to ByteVector.

10 years agoAdded float conversion functions to ByteVector.
Tsuda Kageyu [Wed, 16 Jul 2014 16:28:02 +0000 (01:28 +0900)]
Added float conversion functions to ByteVector.
Added CMake checks about IEEE754 compliance.

10 years agoMerge pull request #398 from TsudaKageyu/fix-chap
Lukáš Lalinský [Wed, 16 Jul 2014 20:30:10 +0000 (22:30 +0200)]
Merge pull request #398 from TsudaKageyu/fix-chap

Fixed some compilation error on MSVC in CHAP and CTOC frames support.

10 years agoFixed some compilation error on MSVC in CHAP and CTOC frames support.
Tsuda Kageyu [Wed, 16 Jul 2014 16:43:56 +0000 (01:43 +0900)]
Fixed some compilation error on MSVC in CHAP and CTOC frames support.

10 years agoMerge pull request #393 from TsudaKageyu/msvc-tests
Lukáš Lalinský [Wed, 16 Jul 2014 14:02:10 +0000 (16:02 +0200)]
Merge pull request #393 from TsudaKageyu/msvc-tests

Modified some tests to work with MSVC.

10 years agoMerge pull request #392 from TsudaKageyu/zlib-source
Lukáš Lalinský [Wed, 16 Jul 2014 13:58:52 +0000 (15:58 +0200)]
Merge pull request #392 from TsudaKageyu/zlib-source

Added a Windows-friendly build option ZLIB_SOURCE.

10 years agoMerge pull request #390 from TsudaKageyu/vector-bounds
Lukáš Lalinský [Wed, 16 Jul 2014 13:57:55 +0000 (15:57 +0200)]
Merge pull request #390 from TsudaKageyu/vector-bounds

Fixed out-of-bounds access in findVector().

10 years agoMerge pull request #391 from TsudaKageyu/setlasterror
Lukáš Lalinský [Wed, 16 Jul 2014 13:56:59 +0000 (15:56 +0200)]
Merge pull request #391 from TsudaKageyu/setlasterror

Added some SetLastError()s to get correct error codes in Win32.

10 years agoMerge pull request #394 from ufleisch/master
Lukáš Lalinský [Wed, 16 Jul 2014 13:54:03 +0000 (15:54 +0200)]
Merge pull request #394 from ufleisch/master

Add genres 148 to 191 to list of ID3v1 genres.

10 years agoMerge remote-tracking branch 'krejclu6/krejclu6_chapters'
Lukáš Lalinský [Wed, 16 Jul 2014 13:52:41 +0000 (15:52 +0200)]
Merge remote-tracking branch 'krejclu6/krejclu6_chapters'

10 years agoChanged to skip the ZLib check when ZLIB_SOURCE is set.
Tsuda Kageyu [Wed, 9 Jul 2014 00:52:08 +0000 (09:52 +0900)]
Changed to skip the ZLib check when ZLIB_SOURCE is set.

10 years agoFixed the tests to work with MSVC when UNICODE is set.
Tsuda Kageyu [Mon, 23 Jun 2014 16:29:15 +0000 (01:29 +0900)]
Fixed the tests to work with MSVC when UNICODE is set.

10 years agoAdd genres 148 to 191 to list of ID3v1 genres.
Urs Fleisch [Sat, 21 Jun 2014 10:34:42 +0000 (12:34 +0200)]
Add genres 148 to 191 to list of ID3v1 genres.

This genres were added for Winamp version 5.6, see
<http://en.wikipedia.org/wiki/ID3#List_of_genres>.

10 years agoUpdated INSTALL.
Tsuda Kageyu [Fri, 20 Jun 2014 01:36:09 +0000 (10:36 +0900)]
Updated INSTALL.

10 years agoModified some tests to work with MSVC.
Tsuda Kageyu [Thu, 19 Jun 2014 02:55:52 +0000 (11:55 +0900)]
Modified some tests to work with MSVC.

10 years agoAdded a Windows-friendly build option ZLIB_SOURCE.
Tsuda Kageyu [Thu, 19 Jun 2014 09:27:08 +0000 (18:27 +0900)]
Added a Windows-friendly build option ZLIB_SOURCE.

10 years agoAdded a check for patternSize and removed a useless check.
Tsuda Kageyu [Thu, 19 Jun 2014 07:53:29 +0000 (16:53 +0900)]
Added a check for patternSize and removed a useless check.

10 years agoAdded a test for out-of-bounds access in findVector().
Tsuda Kageyu [Thu, 19 Jun 2014 04:22:50 +0000 (13:22 +0900)]
Added a test for out-of-bounds access in findVector().

10 years agoAdded some SetLastError()s to get correct error codes in Win32.
Tsuda Kageyu [Thu, 19 Jun 2014 03:51:44 +0000 (12:51 +0900)]
Added some SetLastError()s to get correct error codes in Win32.

10 years agoFixed out-of-bounds access in findVector().
Tsuda Kageyu [Thu, 19 Jun 2014 02:55:52 +0000 (11:55 +0900)]
Fixed out-of-bounds access in findVector().

10 years agoCode clean-up.
Lukas Krejci [Wed, 11 Jun 2014 15:52:05 +0000 (17:52 +0200)]
Code clean-up.

10 years agoMerge branch 'krejclu6_chapters' of https://github.com/krejclu6/taglib into krejclu6_...
Lukas Krejci [Sun, 18 May 2014 14:29:54 +0000 (16:29 +0200)]
Merge branch 'krejclu6_chapters' of https://github.com/krejclu6/taglib into krejclu6_chapters

Conflicts:
taglib/mpeg/id3v2/id3v2framefactory.cpp
tests/test_id3v2.cpp

10 years agoUncommenting unit test.
Lukas Krejci [Sun, 13 Oct 2013 16:38:54 +0000 (18:38 +0200)]
Uncommenting unit test.

10 years agoAdded functions for work with embedded frames.
Lukas Krejci [Tue, 8 Oct 2013 16:19:15 +0000 (18:19 +0200)]
Added functions for work with embedded frames.

Added embedded frames parsing.

Added embedded frames rendering.
Modified constructor of CHAP and CTOC frame, so it can accept list of embedded frames.

Added unit tests for CHAP and CTOC frames parsing and rendering (with support of embedded frames).
Fixed bugs in rendering of CTOC frames.
Added functions for adding and removing child elements in CTOC frames.

10 years agoRemoved duplicated CHAP frame testing funtion.
Lukáš Krejčí [Sat, 4 May 2013 19:25:55 +0000 (21:25 +0200)]
Removed duplicated CHAP frame testing funtion.

10 years agoChanged copyright and e-mail in modified files.
Lukáš Krejčí [Sat, 27 Apr 2013 14:09:15 +0000 (16:09 +0200)]
Changed copyright and e-mail in modified files.

10 years agoFixed errors in ChapterFrame constructor.
Lukáš Krejčí [Sat, 27 Apr 2013 13:42:23 +0000 (15:42 +0200)]
Fixed errors in ChapterFrame constructor.
Fixed errors in ChapterFrame method renderFields.
Fixed errors in TableOfContentsFrame method parseFields.
Added ChapterFrame and TableOfContentsFrame headers and sources to CMakeLists.txt.
Added some basic testing of CHAP and CTOC frames parsing.

10 years agoFixed error in childElements function.
Lukáš Krejčí [Fri, 26 Apr 2013 21:16:06 +0000 (23:16 +0200)]
Fixed error in childElements function.

10 years agoFinished parseFields, renderFields and asProperty methods of ChapterFrame and TableOf...
Lukáš Krejčí [Sun, 21 Apr 2013 14:16:57 +0000 (16:16 +0200)]
Finished parseFields, renderFields and asProperty methods of ChapterFrame and TableOfContentsFrame classes.
Methods setElementID of ChapterFrame and TableOfContentsFrame classes now automatically terminates new element ID with null.

10 years agoAdded basic members of ChapterFrame and TableOfContentsFrame classes.
Lukáš Krejčí [Sat, 20 Apr 2013 14:49:57 +0000 (16:49 +0200)]
Added basic members of ChapterFrame and TableOfContentsFrame classes.
Fixed minor bugs in ChapterFrame and TableOfContentsFrame headers.

10 years agoCreated CPP and H files for CTOC and CHAP frames.
Lukáš Krejčí [Sat, 20 Apr 2013 13:52:52 +0000 (15:52 +0200)]
Created CPP and H files for CTOC and CHAP frames.

10 years agoMerge pull request #370 from supermihi/fix162v2
Stephen F. Booth [Fri, 25 Apr 2014 01:35:50 +0000 (21:35 -0400)]
Merge pull request #370 from supermihi/fix162v2

Fix #162: Xiph and APE generic getters return space-concatenated values

10 years agoMerge pull request #380 from TsudaKageyu/fix-comment
Lukáš Lalinský [Fri, 11 Apr 2014 08:33:56 +0000 (10:33 +0200)]
Merge pull request #380 from TsudaKageyu/fix-comment

Removed a wrong note from a comment in tstring.h.

10 years agoRemoved a wrong note from a comment in tstring.h.
Tsuda Kageyu [Fri, 11 Apr 2014 08:16:55 +0000 (17:16 +0900)]
Removed a wrong note from a comment in tstring.h.

10 years agoMerge pull request #356 from TsudaKageyu/string-comment
Lukáš Lalinský [Thu, 10 Apr 2014 18:05:55 +0000 (20:05 +0200)]
Merge pull request #356 from TsudaKageyu/string-comment

Added some comment about UTF-16 encoding to String::data().

10 years agoAdd ALBUMARTIST property mapping for WMA
Lukáš Lalinský [Thu, 10 Apr 2014 18:03:31 +0000 (20:03 +0200)]
Add ALBUMARTIST property mapping for WMA

10 years agoMerge pull request #372 from TsudaKageyu/cmake-warning
Lukáš Lalinský [Thu, 10 Apr 2014 18:04:17 +0000 (20:04 +0200)]
Merge pull request #372 from TsudaKageyu/cmake-warning

Suppressed the warning "Policy CMP0022 is not set" on CMake 2.8.12.

10 years agoMerge pull request #377 from amigadave/master
Lukáš Lalinský [Thu, 10 Apr 2014 18:01:36 +0000 (20:01 +0200)]
Merge pull request #377 from amigadave/master

Add ALBUMARTIST property mapping for MP4

10 years agoAdd ALBUMARTIST property mapping for MP4
David King [Thu, 10 Apr 2014 16:33:29 +0000 (17:33 +0100)]
Add ALBUMARTIST property mapping for MP4

https://code.google.com/p/mp4v2/wiki/iTunesMetadata

10 years agoSuppressed the warning "Policy CMP0022 is not set" on CMake 2.8.12.
Tsuda Kageyu [Sat, 5 Apr 2014 11:51:40 +0000 (20:51 +0900)]
Suppressed the warning "Policy CMP0022 is not set" on CMake 2.8.12.

10 years agoMerge pull request #371 from TsudaKageyu/cmake-ver
Lukáš Lalinský [Sat, 5 Apr 2014 11:07:58 +0000 (13:07 +0200)]
Merge pull request #371 from TsudaKageyu/cmake-ver

Changed cmake_minimum_required from 2.6.0 to 2.8.0.

10 years agoChanged cmake_minimum_required from 2.6.0 to 2.8.0.
Tsuda Kageyu [Sat, 5 Apr 2014 10:44:47 +0000 (19:44 +0900)]
Changed cmake_minimum_required from 2.6.0 to 2.8.0.

10 years agoFix #162: Xiph and APE generic getters return space-concatenated values
Michael Helmling [Thu, 3 Apr 2014 19:07:29 +0000 (21:07 +0200)]
Fix #162: Xiph and APE generic getters return space-concatenated values

10 years agoMerge pull request #362 from ufleisch/master
Lukáš Lalinský [Sun, 30 Mar 2014 17:21:47 +0000 (19:21 +0200)]
Merge pull request #362 from ufleisch/master

Add support for synchronized lyrics (SYLT) and event timing codes (ETCO) for ID3v2

10 years agoAdd support for ID3v2 ETCO frames (event timing codes).
Urs Fleisch [Sun, 30 Mar 2014 07:27:23 +0000 (09:27 +0200)]
Add support for ID3v2 ETCO frames (event timing codes).

10 years agoAdd support for ID3v2 SYLT frames (synchronized lyrics).
Urs Fleisch [Sun, 30 Mar 2014 07:26:03 +0000 (09:26 +0200)]
Add support for ID3v2 SYLT frames (synchronized lyrics).

10 years agoSmall fix of a comment
Tsuda Kageyu [Fri, 14 Mar 2014 06:12:03 +0000 (15:12 +0900)]
Small fix of a comment

10 years agoAdded some comment about UTF-16 encoding to String::data().
Tsuda Kageyu [Thu, 13 Mar 2014 05:38:03 +0000 (14:38 +0900)]
Added some comment about UTF-16 encoding to String::data().

10 years agoMerge pull request #354 from TsudaKageyu/opus-bitrate
Stephen F. Booth [Mon, 10 Mar 2014 01:37:50 +0000 (21:37 -0400)]
Merge pull request #354 from TsudaKageyu/opus-bitrate

opus: Estimate the bitrate if possible

10 years agoopus: Estimate the bitrate if possible
Tsuda Kageyu [Mon, 10 Mar 2014 00:27:04 +0000 (09:27 +0900)]
opus: Estimate the bitrate if possible

10 years agoMerge pull request #352 from TsudaKageyu/tagreader-sprintf
Lukáš Lalinský [Wed, 19 Feb 2014 15:34:42 +0000 (16:34 +0100)]
Merge pull request #352 from TsudaKageyu/tagreader-sprintf

Avoid using sprintf() in tagreader.cpp to fix an MSVC warning.

10 years agoAvoid using sprintf() in tagreader.cpp to fix an MSVC warning.
Tsuda Kageyu [Wed, 19 Feb 2014 14:35:23 +0000 (23:35 +0900)]
Avoid using sprintf() in tagreader.cpp to fix an MSVC warning.

10 years agoMerge pull request #338 from funman/master
Lukáš Lalinský [Mon, 17 Feb 2014 07:46:13 +0000 (08:46 +0100)]
Merge pull request #338 from funman/master

Also build/install taglib_c.pc when targetting windows

10 years agoMerge pull request #348 from TsudaKageyu/string-memcpy
Lukáš Lalinský [Mon, 17 Feb 2014 07:45:49 +0000 (08:45 +0100)]
Merge pull request #348 from TsudaKageyu/string-memcpy

Reduced a useless memory copy in tstring.cpp.

10 years agoMerge pull request #349 from TsudaKageyu/install-typo
Lukáš Lalinský [Mon, 17 Feb 2014 07:44:54 +0000 (08:44 +0100)]
Merge pull request #349 from TsudaKageyu/install-typo

Fixed a typo in INSTALL.

10 years agoFixed a typo in INSTALL.
Tsuda Kageyu [Mon, 17 Feb 2014 02:22:40 +0000 (11:22 +0900)]
Fixed a typo in INSTALL.

10 years agoReduced a useless memory copy in tstring.cpp.
Tsuda Kageyu [Sat, 15 Feb 2014 11:25:00 +0000 (20:25 +0900)]
Reduced a useless memory copy in tstring.cpp.

10 years agoMerge pull request #347 from TsudaKageyu/xm-seek
Lukáš Lalinský [Fri, 14 Feb 2014 16:21:49 +0000 (17:21 +0100)]
Merge pull request #347 from TsudaKageyu/xm-seek

Changed XM::File::save() to use seek() properly.

10 years agoChanged XM::File::save() to use seek() properly.
Tsuda Kageyu [Fri, 14 Feb 2014 09:45:33 +0000 (18:45 +0900)]
Changed XM::File::save() to use seek() properly.

10 years agoMerge pull request #330 from TsudaKageyu/fix-emptystring
Lukáš Lalinský [Wed, 5 Feb 2014 08:02:47 +0000 (00:02 -0800)]
Merge pull request #330 from TsudaKageyu/fix-emptystring

Fixed a bug reported at #328

10 years agoAvoid using &d->data[0] when d->data is empty.
Tsuda Kageyu [Wed, 5 Feb 2014 01:35:07 +0000 (10:35 +0900)]
Avoid using &d->data[0] when d->data is empty.

10 years agoUse std::string::c_str() rather than &s[0] where a const pointer is required.
Tsuda Kageyu [Fri, 24 Jan 2014 00:48:39 +0000 (09:48 +0900)]
Use std::string::c_str() rather than &s[0] where a const pointer is required.

10 years agoMerge pull request #340 from mineo/patch-1
Stephen F. Booth [Sat, 18 Jan 2014 21:12:21 +0000 (13:12 -0800)]
Merge pull request #340 from mineo/patch-1

Remove a superfluos 'x'

10 years agoRemove a superfluos 'x'
Wieland Hoffmann [Sat, 18 Jan 2014 17:11:31 +0000 (18:11 +0100)]
Remove a superfluos 'x'

10 years agoAlso build/install taglib.pc when targetting windows
Rafaël Carré [Mon, 13 Jan 2014 21:49:17 +0000 (22:49 +0100)]
Also build/install taglib.pc when targetting windows

.pc file is notably used when cross-compiling windows software

11 years agoFixed conversion from empty String to ByteVector
Tsuda Kageyu [Wed, 4 Dec 2013 00:07:14 +0000 (09:07 +0900)]
Fixed conversion from empty String to ByteVector

11 years agoMerge pull request #322 from TsudaKageyu/mailaddress
Lukáš Lalinský [Mon, 25 Nov 2013 07:25:19 +0000 (23:25 -0800)]
Merge pull request #322 from TsudaKageyu/mailaddress

Fixed a mail address

11 years agoFixed a mail address
Tsuda Kageyu [Mon, 25 Nov 2013 05:12:34 +0000 (14:12 +0900)]
Fixed a mail address

11 years agoMerge pull request #321 from TsudaKageyu/nominmax
Stephen F. Booth [Sun, 24 Nov 2013 03:24:55 +0000 (19:24 -0800)]
Merge pull request #321 from TsudaKageyu/nominmax

Fixed warnings in MinGW

11 years agoFixed warnings in MinGW
Tsuda Kageyu [Sat, 23 Nov 2013 14:42:20 +0000 (23:42 +0900)]
Fixed warnings in MinGW

11 years agoMerge pull request #307 from TsudaKageyu/string-abi
Stephen F. Booth [Fri, 15 Nov 2013 23:04:30 +0000 (15:04 -0800)]
Merge pull request #307 from TsudaKageyu/string-abi

Fixed the ABI breakage in TagLib::String

11 years agoMerge pull request #310 from TsudaKageyu/backslash
Stephen F. Booth [Fri, 15 Nov 2013 11:55:04 +0000 (03:55 -0800)]
Merge pull request #310 from TsudaKageyu/backslash

Replaced wrongly used slashes with backslashes in some comments

11 years agoReplaced wrongly used slashes with backslashes in some comments
Tsuda Kageyu [Fri, 15 Nov 2013 06:31:23 +0000 (15:31 +0900)]
Replaced wrongly used slashes with backslashes in some comments

11 years agoMerge pull request #309 from TsudaKageyu/fix-replace
Stephen F. Booth [Thu, 14 Nov 2013 15:01:29 +0000 (07:01 -0800)]
Merge pull request #309 from TsudaKageyu/fix-replace

Rewrote ByteVector::replace() simpler (fix for the issue #308)

11 years agoRewrote ByteVector::replace() simpler
Tsuda Kageyu [Thu, 14 Nov 2013 05:05:32 +0000 (14:05 +0900)]
Rewrote ByteVector::replace() simpler

11 years agoFixed ABI breakage in TagLib::String
Tsuda Kageyu [Wed, 6 Nov 2013 08:01:21 +0000 (17:01 +0900)]
Fixed ABI breakage in TagLib::String

11 years agoMerge pull request #304 from funman/master
Lukáš Lalinský [Mon, 28 Oct 2013 08:12:48 +0000 (01:12 -0700)]
Merge pull request #304 from funman/master

Win32: avoid symbol lookup if UNICODE is defined

11 years agoWin32: avoid symbol lookup if UNICODE is defined
Rafaël Carré [Mon, 28 Oct 2013 03:39:04 +0000 (04:39 +0100)]
Win32: avoid symbol lookup if UNICODE is defined

11 years agoUncommenting unit test.
Lukas Krejci [Sun, 13 Oct 2013 16:38:54 +0000 (18:38 +0200)]
Uncommenting unit test.

11 years agoAdded functions for work with embedded frames.
Lukas Krejci [Tue, 8 Oct 2013 16:19:15 +0000 (18:19 +0200)]
Added functions for work with embedded frames.

Added embedded frames parsing.

Added embedded frames rendering.
Modified constructor of CHAP and CTOC frame, so it can accept list of embedded frames.

Added unit tests for CHAP and CTOC frames parsing and rendering (with support of embedded frames).
Fixed bugs in rendering of CTOC frames.
Added functions for adding and removing child elements in CTOC frames.

11 years agoFix the length of the TXXX translation mapping (closes #283) v1.9.1
Lukáš Lalinský [Tue, 8 Oct 2013 15:50:01 +0000 (17:50 +0200)]
Fix the length of the TXXX translation mapping (closes #283)

11 years agoUpdate version to 1.9.1
Lukáš Lalinský [Tue, 8 Oct 2013 15:46:34 +0000 (17:46 +0200)]
Update version to 1.9.1

11 years agoAdded TagLib::MP4::PropertyMap::codec()
Lukáš Lalinský [Tue, 8 Oct 2013 15:41:09 +0000 (17:41 +0200)]
Added TagLib::MP4::PropertyMap::codec()

11 years agoMerge remote-tracking branch 'TsudaKageyu/chunksize'
Lukáš Lalinský [Tue, 8 Oct 2013 14:18:43 +0000 (16:18 +0200)]
Merge remote-tracking branch 'TsudaKageyu/chunksize'

11 years agoChange log for 1.9.1
Lukáš Lalinský [Tue, 8 Oct 2013 14:18:30 +0000 (16:18 +0200)]
Change log for 1.9.1

11 years agoMerge remote-tracking branch 'TsudaKageyu/fix-string'
Lukáš Lalinský [Tue, 8 Oct 2013 14:12:49 +0000 (16:12 +0200)]
Merge remote-tracking branch 'TsudaKageyu/fix-string'

11 years agoMerge remote-tracking branch 'TsudaKageyu/msvc_wchar_t'
Lukáš Lalinský [Tue, 8 Oct 2013 14:09:01 +0000 (16:09 +0200)]
Merge remote-tracking branch 'TsudaKageyu/msvc_wchar_t'

11 years agoThese shouldn't be executable either
Lukáš Lalinský [Tue, 8 Oct 2013 14:06:58 +0000 (16:06 +0200)]
These shouldn't be executable either

11 years agoReintroduce the old RefCounter from 1.8, which is needed by TagLib::Map<> and TagLib...
Lukáš Lalinský [Tue, 8 Oct 2013 14:06:03 +0000 (16:06 +0200)]
Reintroduce the old RefCounter from 1.8, which is needed by TagLib::Map<> and TagLib::List<> (closes #296)

11 years agoWorkaround for when MSVC doesn't have wchar_t as a built-in type
Tsuda Kageyu [Tue, 8 Oct 2013 10:55:44 +0000 (19:55 +0900)]
Workaround for when MSVC doesn't have wchar_t as a built-in type

11 years agoFixed detecting RIFF files with invalid chunk sizes
Tsuda Kageyu [Mon, 7 Oct 2013 08:00:58 +0000 (17:00 +0900)]
Fixed detecting RIFF files with invalid chunk sizes

11 years agoThese files should not be marked as executable v1.9
Lukáš Lalinský [Sun, 6 Oct 2013 15:11:01 +0000 (17:11 +0200)]
These files should not be marked as executable

11 years agoUpdate version number to 1.9
Lukáš Lalinský [Sat, 5 Oct 2013 08:53:15 +0000 (10:53 +0200)]
Update version number to 1.9

11 years agoUpdate NEWS
Lukáš Lalinský [Sat, 5 Oct 2013 08:09:09 +0000 (10:09 +0200)]
Update NEWS

11 years agoMerge remote-tracking branch 'TsudaKageyu/wavpack-samplerate'
Lukáš Lalinský [Sat, 5 Oct 2013 07:53:49 +0000 (09:53 +0200)]
Merge remote-tracking branch 'TsudaKageyu/wavpack-samplerate'

11 years agoMerge pull request #290 from FestusHagen/m_WinInstallNotes
Stephen F. Booth [Wed, 2 Oct 2013 02:51:11 +0000 (19:51 -0700)]
Merge pull request #290 from FestusHagen/m_WinInstallNotes

Update Windows INSTALL notes.