Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/libbs2b.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorboris_mikhaylov <boris_mikhaylov@bc0edfbe-c936-4687-b64d-f70bc3985e72>2009-02-19 16:59:33 +0300
committerboris_mikhaylov <boris_mikhaylov@bc0edfbe-c936-4687-b64d-f70bc3985e72>2009-02-19 16:59:33 +0300
commit8b02a6ce8a78f74ea5bebf0d84d432993bbcbb83 (patch)
tree3be3ac6424fc22082c782ff43bb9b72b93e75f50 /ChangeLog
parent7169671372e3943bc7d3a98d169351c35eb2d234 (diff)
mime-type and eol-style properties created
git-svn-id: svn://svn.code.sf.net/p/bs2b/code/trunk/libbs2b@10 bc0edfbe-c936-4687-b64d-f70bc3985e72
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog142
1 files changed, 71 insertions, 71 deletions
diff --git a/ChangeLog b/ChangeLog
index fe56a5c..3128ba8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,71 +1,71 @@
-2009-02-02 Boris Mikhaylov <http://www.tmn.ru/~bor>
-
- 2.2.0
-
- * Dynamic variables for multiply instances are used.
- * Compiled by MS VC++ 2008.
- * Nothing changed for a sound.
-
-2006-11-14 Boris Mikhaylov <http://www.tmn.ru/~bor>
-
- 2.1.0
-
- * Three new 'Easy' levels added.
- 'High easy' level is close to Chu Moy's version of crossfeeder
- (http://headwize.com/projects/showfile.php?file=cmoy1_prj.htm)
-
-2006-09-22 Boris Mikhaylov <http://www.tmn.ru/~bor>
-
- 2.0.0
-
- * Change of license.
- * Package divided by library and plugins.
- * foobar2000 0.8 plugin package created.
-
-2006-03-28 Boris Mikhaylov <http://www.tmn.ru/~bor>
-
- 2.0.0b2 - test prerelease.
-
- * New plugin for foobar2000 0.9.
- * Plugin for foobar2000 0.8 have removed.
- * New look of configuration windows of plugins.
- * Default coefficients of default middle crossfeed level and of
- 44100 Hz sampling rate was staticaly implemeted to bs2b library.
-
-2006-03-07 Boris Mikhaylov <http://www.tmn.ru/~bor>
-
- 2.0.0b - test prerelease.
-
- * The new high frequency boost filter have implemented.
- The old version of high-boost filter have been realized
- by two-step recursive filter for computation power conserving
- by subtraction of low-pass filter signal. The new method is
- a one-step recursive filter. It has done to provide an adjusted
- cut frequency value for more smooth frequency responce of
- resulting signal.
- * The new clipping feature by checking of [-1, +1] range of
- double float operations have implemented against possible
- overloads of signal level.
- * Global gain have calculated from levels of low frequency range
- like in first release. This is don't makes overload now due to
- the new frequency responce and to the new clipping feature.
- * New functions have added to library for various integer
- audio data processing.
- * New tuning method have implemented by three preset levels.
- * Updatted Winamp 2 plugin have included to package.
-
-2005-11-02 Boris Mikhaylov <http://www.tmn.ru/~bor>
-
- 1.1.0b - test prerelease.
-
- * Winamp2 plugin are unchanged and excluded from test package.
- * Add high frequencies boost functions to bs2b library (see bs2b.h).
- * Make less global gain against overloading.
- * Add high frequencies boost option [-h] to bs2b-convert.
- * Get out MSVCR71.DLL dependency from foobar2000 plugin.
- * Create configuration window for foobar2000 plugin
- with options like -h and -m in bs2b-convert.
-
-2005-10-26 Boris Mikhaylov <http://www.tmn.ru/~bor>
-
- 1.0.0 - first release of bs2b.
+2009-02-02 Boris Mikhaylov <http://www.tmn.ru/~bor>
+
+ 2.2.0
+
+ * Dynamic variables for multiply instances are used.
+ * Compiled by MS VC++ 2008.
+ * Nothing changed for a sound.
+
+2006-11-14 Boris Mikhaylov <http://www.tmn.ru/~bor>
+
+ 2.1.0
+
+ * Three new 'Easy' levels added.
+ 'High easy' level is close to Chu Moy's version of crossfeeder
+ (http://headwize.com/projects/showfile.php?file=cmoy1_prj.htm)
+
+2006-09-22 Boris Mikhaylov <http://www.tmn.ru/~bor>
+
+ 2.0.0
+
+ * Change of license.
+ * Package divided by library and plugins.
+ * foobar2000 0.8 plugin package created.
+
+2006-03-28 Boris Mikhaylov <http://www.tmn.ru/~bor>
+
+ 2.0.0b2 - test prerelease.
+
+ * New plugin for foobar2000 0.9.
+ * Plugin for foobar2000 0.8 have removed.
+ * New look of configuration windows of plugins.
+ * Default coefficients of default middle crossfeed level and of
+ 44100 Hz sampling rate was staticaly implemeted to bs2b library.
+
+2006-03-07 Boris Mikhaylov <http://www.tmn.ru/~bor>
+
+ 2.0.0b - test prerelease.
+
+ * The new high frequency boost filter have implemented.
+ The old version of high-boost filter have been realized
+ by two-step recursive filter for computation power conserving
+ by subtraction of low-pass filter signal. The new method is
+ a one-step recursive filter. It has done to provide an adjusted
+ cut frequency value for more smooth frequency responce of
+ resulting signal.
+ * The new clipping feature by checking of [-1, +1] range of
+ double float operations have implemented against possible
+ overloads of signal level.
+ * Global gain have calculated from levels of low frequency range
+ like in first release. This is don't makes overload now due to
+ the new frequency responce and to the new clipping feature.
+ * New functions have added to library for various integer
+ audio data processing.
+ * New tuning method have implemented by three preset levels.
+ * Updatted Winamp 2 plugin have included to package.
+
+2005-11-02 Boris Mikhaylov <http://www.tmn.ru/~bor>
+
+ 1.1.0b - test prerelease.
+
+ * Winamp2 plugin are unchanged and excluded from test package.
+ * Add high frequencies boost functions to bs2b library (see bs2b.h).
+ * Make less global gain against overloading.
+ * Add high frequencies boost option [-h] to bs2b-convert.
+ * Get out MSVCR71.DLL dependency from foobar2000 plugin.
+ * Create configuration window for foobar2000 plugin
+ with options like -h and -m in bs2b-convert.
+
+2005-10-26 Boris Mikhaylov <http://www.tmn.ru/~bor>
+
+ 1.0.0 - first release of bs2b.