]> git.alsa-project.org Git - alsa-plugins.git/log
alsa-plugins.git
19 years agofixed .hgtags - added 'v' prefix to versions
Jaroslav Kysela [Tue, 11 Apr 2006 14:00:29 +0000 (16:00 +0200)]
fixed .hgtags - added 'v' prefix to versions
Patch-level: Merged

19 years agoAdded tag v1.0.11rc5 for changeset d37a68d6d0c091144c75628edbc4066c05e86c90
Jaroslav Kysela [Tue, 11 Apr 2006 13:59:18 +0000 (15:59 +0200)]
Added tag v1.0.11rc5 for changeset d37a68d6d0c091144c75628edbc4066c05e86c90

19 years agorelease 1.0.11rc5 v1.0.11rc5
Jaroslav Kysela [Tue, 11 Apr 2006 13:59:18 +0000 (15:59 +0200)]
release 1.0.11rc5
Patch-level: Merged

19 years agoAdded tags since ALSA version 1.0.9rc1
Jaroslav Kysela [Mon, 10 Apr 2006 13:23:25 +0000 (15:23 +0200)]
Added tags since ALSA version 1.0.9rc1

19 years agoa52 plugin - Fix iec958 frames for S16-BE
Takashi Iwai [Fri, 7 Apr 2006 09:52:37 +0000 (11:52 +0200)]
a52 plugin - Fix iec958 frames for S16-BE

- Fix iec958 header frames for S16-BE
- Add more comments in the code

19 years agoFix XRUN detection in a52 plugin
Takashi Iwai [Thu, 6 Apr 2006 21:39:31 +0000 (23:39 +0200)]
Fix XRUN detection in a52 plugin

Check XRUN in the write function and pointer callback of a52 plugin.

19 years agoFix to use glob
Takashi Iwai [Thu, 6 Apr 2006 16:02:15 +0000 (18:02 +0200)]
Fix to use glob

Fix .hgignore to use glob patterns.

19 years agoAdd a52 output plugin
Takashi Iwai [Thu, 6 Apr 2006 15:53:07 +0000 (17:53 +0200)]
Add a52 output plugin

Added (experimental) a52 output plugin.
The plugin requires libavcodec as the audio encoding engine.

See doc/a52.txt for the usage.

19 years agoCheck the malloc error
Takashi Iwai [Thu, 6 Apr 2006 15:44:15 +0000 (17:44 +0200)]
Check the malloc error

Check the malloc error properly.

19 years agoMisc fixes for upmix plugin
Takashi Iwai [Thu, 6 Apr 2006 15:41:46 +0000 (17:41 +0200)]
Misc fixes for upmix plugin

- Add channel option to specify the output channels explicitly
- Fix 6-channel input

19 years agoAdd samplerate rate converter plugin
Takashi Iwai [Thu, 6 Apr 2006 15:37:13 +0000 (17:37 +0200)]
Add samplerate rate converter plugin

Added a rate converter pluging using libsamplerate.
The plugin is built only when libsamplerate is detected by configure.

See doc/samplerate.txt for usage.

This plugin is released under GPL (to follow the license of
libsamplerate), not LGPL.

19 years agoAdd .hgignore
Takashi Iwai [Thu, 6 Apr 2006 15:22:05 +0000 (17:22 +0200)]
Add .hgignore

Add missing .hgignore.

19 years agorelease 1.0.11rc4 v1.0.11rc4
Jaroslav Kysela [Wed, 22 Mar 2006 10:47:45 +0000 (10:47 +0000)]
release 1.0.11rc4
Patch-level: Merged

19 years agoChange autoconf requirement to 2.59
Takashi Iwai [Tue, 21 Mar 2006 17:06:28 +0000 (17:06 +0000)]
Change autoconf requirement to 2.59

Change AC_PREREQ to 2.59.

Also, requires ALSA >= 1.0.11 (for bugfix of explug).

19 years agoAdd upmix and vdownmix plugins
Takashi Iwai [Tue, 21 Mar 2006 11:55:36 +0000 (11:55 +0000)]
Add upmix and vdownmix plugins

Added PCM upmix and vdownmix plugins.

The upmix plugin is for upmixing to 4.0 or 5.1 surrounds
by simple copying (and delay line for rear).

The vdownmix plugin is a kind of "virtual surround", which
downmixes 4.0 or 5.1 input to 2.0 output with some effect.

19 years agoFix a compile warning
Takashi Iwai [Tue, 21 Mar 2006 11:51:23 +0000 (11:51 +0000)]
Fix a compile warning

Fix a minor compile warning.

19 years agoFix misc compile warnings
Takashi Iwai [Mon, 20 Mar 2006 15:40:52 +0000 (15:40 +0000)]
Fix misc compile warnings

Fix misc ompile warnings with ctl/pcm OSS plugins.

19 years agoMake polypaudio plugin thread safe
Pierre Ossman [Wed, 8 Mar 2006 12:23:13 +0000 (12:23 +0000)]
Make polypaudio plugin thread safe

Add a mutex to make sure that the Polypaudio plugin is thread safe.

Signed-off-by: Pierre Ossman <ossman@cendio.se>
19 years agoIncorrect revents in polypaudio plugin
Pierre Ossman [Wed, 8 Mar 2006 12:18:30 +0000 (12:18 +0000)]
Incorrect revents in polypaudio plugin

The revent flags POLLIN/POLLOUT got switched in the Polypaudio plugin.
Most applications check both so it went unnoticed until now.

Signed-off-by: Pierre Ossman <ossman@cendio.se>
19 years agoProperly terminate stream in polypaudio plugin
Pierre Ossman [Wed, 8 Mar 2006 12:16:51 +0000 (12:16 +0000)]
Properly terminate stream in polypaudio plugin

Some applications like to call prepare over and over again, recreating
the stream each time. Previously we just cleaned up the local end each
time, but this makes sure the server also releases its resources.

Signed-off-by: Pierre Ossman <ossman@cendio.se>
19 years agoFix a typo
Takashi Iwai [Fri, 3 Mar 2006 13:14:27 +0000 (13:14 +0000)]
Fix a typo

Fix a typo in file name.

19 years agoFix handling of ctl elements
Takashi Iwai [Mon, 27 Feb 2006 19:25:38 +0000 (19:25 +0000)]
Fix handling of ctl elements
From: Pierre Ossman <ossman@cendio.se>

Seems I fumbled the control event code a bit. Only one event at a time
got through. Here is a fix so that all four elements can change in one go.

19 years agoFix Makefile.am entry
Takashi Iwai [Thu, 23 Feb 2006 14:32:21 +0000 (14:32 +0000)]
Fix Makefile.am entry

Fix Makefile.am entry for README-polyp and -jack.

19 years agoUpdate polyp plugin
Takashi Iwai [Thu, 23 Feb 2006 14:31:13 +0000 (14:31 +0000)]
Update polyp plugin
From: Pierre Ossman <ossman@cendio.se>

Here is a final update to the plugin and the documentation. This release
adds capture volume and mute switches. This should also be the last API
change in polypaudio before the next release, so this plugin should be
stable for now.

19 years agoFixes for polyp plugin
Takashi Iwai [Wed, 22 Feb 2006 15:38:52 +0000 (15:38 +0000)]
Fixes for polyp plugin
From: Pierre Ossman <ossman@cendio.se>

There shouldn't be any more API changes until polypaudio 0.8 that affect
this plugin. I am working on supporting capture volume and mute
switches, but that should be a strict addition (i.e. it can wait until
the next release if things get tight).

19 years agoStructure reorganziation, added polyp plugin
Takashi Iwai [Tue, 21 Feb 2006 16:13:57 +0000 (16:13 +0000)]
Structure reorganziation, added polyp plugin

- Reorganized the directory structure:  Now each plugin(s) is loaded
  in own subdirectory.

- Added polypaudio plugin by Pierre Ossman <ossman@cendio.se>

- Fixed COPYING file to LGPL (under which all codes are released, so far)

19 years agoAllow concurrent runs with different names
Takashi Iwai [Mon, 30 Jan 2006 15:15:23 +0000 (15:15 +0000)]
Allow concurrent runs with different names

Allow concurrent use of alsa-jack plugin with different names.
The patch taken from ALSA bug#1790.

19 years agorelease 1.0.10 v1.0.10
Jaroslav Kysela [Tue, 15 Nov 2005 13:44:40 +0000 (13:44 +0000)]
release 1.0.10
Patch-level: Merged

20 years agocommented README for ctl/oss (does not exist)
Jaroslav Kysela [Fri, 19 Aug 2005 12:29:53 +0000 (12:29 +0000)]
commented README for ctl/oss (does not exist)

20 years agorelease 1.0.10rc1 v1.0.10rc1
Jaroslav Kysela [Fri, 19 Aug 2005 11:44:48 +0000 (11:44 +0000)]
release 1.0.10rc1
Patch-level: Merged

20 years agoAdd OSS mixer <-> ALSA control plugin
Takashi Iwai [Thu, 9 Jun 2005 17:17:13 +0000 (17:17 +0000)]
Add OSS mixer <-> ALSA control plugin

Added the external OSS mixer <-> ALSA control plugin.

20 years agoCheck ALSA version 1.0.9
Takashi Iwai [Wed, 8 Jun 2005 13:58:46 +0000 (13:58 +0000)]
Check ALSA version 1.0.9

Check ALSA version 1.0.9 for the proper external plugin SDK.

20 years agorelease: 1.0.9 v1.0.9
Jaroslav Kysela [Fri, 27 May 2005 12:58:38 +0000 (12:58 +0000)]
release: 1.0.9

20 years agorelease: 1.0.9rc4 v1.0.9rc4
Jaroslav Kysela [Mon, 23 May 2005 11:32:42 +0000 (11:32 +0000)]
release: 1.0.9rc4

20 years agoFill the new "version" field
Takashi Iwai [Wed, 18 May 2005 10:52:25 +0000 (10:52 +0000)]
Fill the new "version" field

Fill the new "version" field at initialization.

20 years agorelease: 1.0.9rc3 v1.0.9rc3
Jaroslav Kysela [Wed, 27 Apr 2005 14:04:08 +0000 (14:04 +0000)]
release: 1.0.9rc3

20 years agoAdd README
Takashi Iwai [Tue, 29 Mar 2005 16:57:04 +0000 (16:57 +0000)]
Add README

Add README for jack and oss plugins.

20 years agoAdded COPYING and more packaging stuff
Jaroslav Kysela [Thu, 24 Mar 2005 10:59:43 +0000 (10:59 +0000)]
Added COPYING and more packaging stuff

20 years agorelease: 1.0.9rc2 v1.0.9rc2
Jaroslav Kysela [Thu, 24 Mar 2005 10:51:04 +0000 (10:51 +0000)]
release: 1.0.9rc2

20 years agopackaging related changes
Jaroslav Kysela [Thu, 24 Mar 2005 10:47:29 +0000 (10:47 +0000)]
packaging related changes

20 years agorelease: 1.0.9rc1 v1.0.9rc1
Jaroslav Kysela [Thu, 24 Mar 2005 10:04:26 +0000 (10:04 +0000)]
release: 1.0.9rc1

20 years agoCheck the new API function in configure
Takashi Iwai [Wed, 9 Feb 2005 17:34:23 +0000 (17:34 +0000)]
Check the new API function in configure

Checking the new API function in configure script.

20 years agoFix buffer size constraints, access mode
Takashi Iwai [Tue, 8 Feb 2005 21:20:58 +0000 (21:20 +0000)]
Fix buffer size constraints, access mode

Fixed buffer size constraints and available access modes
(for plug).

20 years agoClean-up and cosmetic changes
Takashi Iwai [Tue, 8 Feb 2005 21:18:55 +0000 (21:18 +0000)]
Clean-up and cosmetic changes

Clean-up and cosmetic changes.

20 years agoVarious external plugins
Takashi Iwai [Tue, 8 Feb 2005 21:16:22 +0000 (21:16 +0000)]
Various external plugins