| .. |
|
ext
|
Michel Daenzer <michel@daenzer.net>:
|
2004-02-05 11:48:19 +00:00 |
|
scopes
|
use AM_CFLAGS and AM_LDFLAGS for the recent automake.
|
2004-02-25 14:32:32 +00:00 |
|
atomic.c
|
Moved some prototypes from src/pcm/pcm_plugin.h to include/pcm_plugin.h.
|
2002-01-12 10:52:42 +00:00 |
|
interval.c
|
Removed more asserts
|
2003-05-28 18:49:15 +00:00 |
|
interval.h
|
Added snd_interval_set_min_max()...
|
2003-02-17 10:21:24 +00:00 |
|
interval_inline.h
|
Added snd_interval_set_min_max()...
|
2003-02-17 10:21:24 +00:00 |
|
ladspa.h
|
Added LADSPA plugin (only framework, no implementation yet)
|
2001-11-25 09:55:53 +00:00 |
|
Makefile.am
|
- added asym plugin.
|
2004-01-08 14:05:55 +00:00 |
|
mask.c
|
Updated GNU GPL license (address).
|
2001-12-30 09:22:54 +00:00 |
|
mask.h
|
Enhanced bitmasks in PCM - added support for more formats by Takashi and me
|
2002-06-26 02:04:11 +00:00 |
|
mask_inline.h
|
Removed more asserts
|
2003-05-28 18:49:15 +00:00 |
|
pcm.c
|
Added mmap_avail() check to snd_pcm_wait() function
|
2004-03-23 13:29:52 +00:00 |
|
pcm_adpcm.c
|
- check the return value of malloc & co.
|
2004-02-25 11:24:29 +00:00 |
|
pcm_alaw.c
|
fixes by Art Haas <ahaas@airmail.net>:
|
2003-07-25 17:02:00 +00:00 |
|
pcm_asym.c
|
- added asym plugin.
|
2004-01-08 14:05:55 +00:00 |
|
pcm_copy.c
|
fixed the missing initialization of poll events for copy plugin.
|
2003-08-06 15:43:30 +00:00 |
|
pcm_direct.c
|
Michel Dänzer <michel@daenzer.net>
|
2004-03-05 18:36:19 +00:00 |
|
pcm_direct.h
|
Added sync_ptr callback
|
2004-01-23 13:04:43 +00:00 |
|
pcm_dmix.c
|
- added poll_ask callback to mangle avail_min (rate_plugin as example)
|
2004-03-17 11:48:14 +00:00 |
|
pcm_dmix_i386.h
|
A new try to fix the SIGSEGV
|
2004-03-12 19:08:27 +00:00 |
|
pcm_dmix_x86_64.h
|
Don't use stack to save rbx register
|
2004-03-13 14:24:07 +00:00 |
|
pcm_dshare.c
|
- added poll_ask callback to mangle avail_min (rate_plugin as example)
|
2004-03-17 11:48:14 +00:00 |
|
pcm_dsnoop.c
|
- added poll_ask callback to mangle avail_min (rate_plugin as example)
|
2004-03-17 11:48:14 +00:00 |
|
pcm_file.c
|
- added poll_ask callback to mangle avail_min (rate_plugin as example)
|
2004-03-17 11:48:14 +00:00 |
|
pcm_hooks.c
|
- added poll_ask callback to mangle avail_min (rate_plugin as example)
|
2004-03-17 11:48:14 +00:00 |
|
pcm_hw.c
|
- added poll_ask callback to mangle avail_min (rate_plugin as example)
|
2004-03-17 11:48:14 +00:00 |
|
pcm_ladspa.c
|
- check the return value of malloc & co.
|
2004-02-25 11:24:29 +00:00 |
|
pcm_lfloat.c
|
- fixed the type punning (compilation warnings with the recent GCC).
|
2004-01-31 12:16:32 +00:00 |
|
pcm_linear.c
|
fixes by Art Haas <ahaas@airmail.net>:
|
2003-07-25 17:02:00 +00:00 |
|
pcm_local.h
|
- added poll_ask callback to mangle avail_min (rate_plugin as example)
|
2004-03-17 11:48:14 +00:00 |
|
pcm_meter.c
|
- added poll_ask callback to mangle avail_min (rate_plugin as example)
|
2004-03-17 11:48:14 +00:00 |
|
pcm_misc.c
|
Added missing break for 24bit formats (silence)
|
2002-12-18 12:03:28 +00:00 |
|
pcm_mmap.c
|
Fixed file plugin - mmap access was broken and revents were not handled correctly
|
2004-02-08 10:19:52 +00:00 |
|
pcm_mulaw.c
|
fixes by Art Haas <ahaas@airmail.net>:
|
2003-07-25 17:02:00 +00:00 |
|
pcm_multi.c
|
- added poll_ask callback to mangle avail_min (rate_plugin as example)
|
2004-03-17 11:48:14 +00:00 |
|
pcm_null.c
|
- added poll_ask callback to mangle avail_min (rate_plugin as example)
|
2004-03-17 11:48:14 +00:00 |
|
pcm_params.c
|
fixes by Art Haas <ahaas@airmail.net>:
|
2003-07-25 17:02:00 +00:00 |
|
pcm_plug.c
|
Fixed file plugin - mmap access was broken and revents were not handled correctly
|
2004-02-08 10:19:52 +00:00 |
|
pcm_plugin.c
|
- added poll_ask callback to mangle avail_min (rate_plugin as example)
|
2004-03-17 11:48:14 +00:00 |
|
pcm_plugin.h
|
More changes for dmix plugin:
|
2003-02-11 18:14:43 +00:00 |
|
pcm_rate.c
|
Fixed wrong copy problem in capture
|
2004-03-23 14:37:34 +00:00 |
|
pcm_route.c
|
Fixed bug: added limit for source channels.
|
2003-08-12 12:30:53 +00:00 |
|
pcm_share.c
|
- added poll_ask callback to mangle avail_min (rate_plugin as example)
|
2004-03-17 11:48:14 +00:00 |
|
pcm_shm.c
|
- added poll_ask callback to mangle avail_min (rate_plugin as example)
|
2004-03-17 11:48:14 +00:00 |
|
pcm_symbols.c
|
- added asym plugin.
|
2004-01-08 14:05:55 +00:00 |
|
plugin_ops.h
|
- fixed the type punning (compilation warnings with the recent GCC).
|
2004-01-31 12:16:32 +00:00 |