OSDN Git Service

Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
[android-x86/external-alsa-lib.git] / src / pcm / pcm_hooks.c
2007-10-15 Jaroslav KyselaChanged Jaroslav Kysela's e-mail from perex@suse.cz...
2007-03-21 Takashi IwaiAllow build without libdl and libpthread
2007-03-13 Takashi IwaiMore better fix for linked start/stop
2006-10-06 Jaroslav Kyselafix various warnings
2006-04-25 Takashi IwaiFix the error path of snd_pcm_hook_add_conf()
2006-02-27 Clemens LadischDo not abort in snd_xxx_close() functions
2006-01-30 Takashi IwaiFix infinite parse of recursive definitions
2005-10-10 Takashi IwaiFix mmap and channel_info of hook plugin
2005-09-12 Sasha Khapyorskyfix segfault then hooks list is empty
2005-05-23 Takashi IwaiMove poll_* callbacks to fast_ops
2005-05-19 Takashi IwaiFix generic channel_info callbacks
2005-05-18 Takashi IwaiRemove poll_ask callback
2005-05-18 Takashi IwaiAdd poll_descriptors and poll_descriptors_count callbacks
2005-04-05 Takashi IwaiFix channel_info callbacks of hooks, file and plug...
2005-01-20 Jaroslav Kyselaimproved stream linking and plugin code cleanups
2004-03-17 Jaroslav Kysela- added poll_ask callback to mangle avail_min (rate_plu...
2003-10-23 Takashi Iwaiadded more documents and examples about plugins.
2003-07-25 Takashi Iwaifixes by Art Haas <ahaas@airmail.net>:
2003-03-07 Jaroslav KyselaUse internal snd_pcm_forward() version...
2003-02-22 Jaroslav KyselaRemoved snd_pcm_hwptr().
2003-02-22 Jaroslav KyselaAdded snd_pcm_hwptr() and enhanced snd_pcm_mmap_begin...
2003-02-11 Jaroslav KyselaMore changes for dmix plugin:
2003-01-27 Jaroslav KyselaAdded missing symbol version
2003-01-20 Takashi Iwaifixed dlopen & co. for hook, ladspa and meter types.
2002-10-12 Jaroslav KyselaReplaced snd_pcm_avail() with snd_pcm_hwsync()
2002-10-11 Jaroslav KyselaImplemented snd_pcm_avail() function.
2002-04-23 Jaroslav KyselaMoved ring buffer pointers and added a mechanism to...
2002-02-21 Jaroslav KyselaCleaned the mmap_commit implementations in plugins.
2002-01-12 Jaroslav KyselaMoved some prototypes from src/pcm/pcm_plugin.h to...
2001-12-30 Jaroslav KyselaUpdated GNU GPL license (address).
2001-12-29 Jaroslav KyselaAdded missing initialization and check for sctl contents
2001-12-08 Jaroslav KyselaChanged result of mmap_commit callback
2001-11-24 Jaroslav KyselaAdded snd_config_imake_* functions.
2001-11-19 Jaroslav KyselaConfiguration:
2001-10-24 Jaroslav KyselaChanges for static build.
2001-09-26 Jaroslav KyselaAdded power management functions and defines.
2001-08-15 Jaroslav KyselaAdded symbol versioning for dlsym-callbacks.
2001-07-19 Jaroslav KyselaAdded route_policy option for the plug plugin.
2001-06-20 Abramo BagnaraNew async notification API. Removed obsolete surround...
2001-06-18 Jaroslav KyselaFixed SIGSEGV based on thinkos
2001-06-18 Jaroslav KyselaRemoved snd_config_string_replace function.
2001-06-16 Jaroslav KyselaAdded context handling for snd_config_expand.
2001-06-15 Abramo BagnaraExtended parameterization. Marked with @ all fields...
2001-06-15 Jaroslav Kysela* Cleaned the alsa.conf syntax:
2001-06-11 Jaroslav KyselaAdded argument handling for the slave PCMs.
2001-06-06 Abramo BagnaraMore work on pcm_hooks
2001-06-04 Abramo BagnaraAdded hooked PCM type (one sample hook implementation...