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_direct.c
2007-10-15 Jaroslav KyselaChanged Jaroslav Kysela's e-mail from perex@suse.cz...
2007-05-21 Clemens Ladischdmix/dshare/dsnoop plugin: enable slowptr by default
2007-03-12 Clemens Ladischfix a signedness warning
2007-02-12 Clemens Ladischfix SNDERR() format strings/arguments
2007-01-08 Takashi IwaiFix compile warning with internal function
2006-12-04 Clemens Ladischdirect pcm plugins: fix format selection
2006-12-04 Clemens Ladischdirect pcm plugins: fix channel number selection
2006-10-23 Jaroslav Kyselapcm: fix ipc offset calculation for direct plugins
2006-10-06 Jaroslav Kyselafix various warnings
2006-09-18 Clemens Ladischfix parsing of non-decimal integers in configuration...
2006-07-25 Takashi IwaiFix bogus pause flag on dmix
2006-06-27 Takashi IwaiFix segfault with bindings parameters of dmix/dshare
2006-06-16 Takashi IwaiInitialize all fields of slave PCM instance of direct...
2006-04-28 Takashi IwaiUse O_APPEND mode with dmix & co plugins
2006-04-26 Takashi IwaiAdd check of binding ranges in direct plugins
2006-04-18 Takashi IwaiFix compile error
2006-04-06 Jaroslav KyselaMerged
2006-04-06 Takashi IwaiFix buffer size handling of direct plugins
2006-03-24 Takashi IwaiFix noisy output of dmix with two periods
2006-03-21 Takashi IwaiFix timer read from 32bit user-space on 64bit kernel
2006-03-21 Takashi Iwaidmix - Allow more flexible buffer sizes
2006-02-20 Takashi IwaiFix infinite loop in snd_pcm_wait()
2006-02-17 Takashi IwaiFix fullduplex with dmix/dsnoop
2006-01-30 Takashi IwaiFix infinite parse of recursive definitions
2006-01-16 Takashi IwaiSupport multi-card/device for direct plugins
2005-12-19 Clemens Ladischdmix: fix interleaved check
2005-12-19 Clemens Ladischdmix: add S24_3LE support
2005-12-16 Takashi IwaiFix compile warnings
2005-09-19 Takashi IwaiFix endianess with dmix plugin
2005-09-12 Takashi IwaiDon't return error if chown() fails
2005-09-08 Jaroslav Kyseladirect plugins - change group according ipc_gid for...
2005-09-01 Takashi IwaiWorkaround for crash with knotify
2005-08-29 Takashi IwaiFix call of semctl IPC_RMID
2005-08-18 Jaroslav KyselaPCM direct plugins - handle EINTR in the resource server
2005-08-17 Takashi IwaiMisc fixes
2005-08-17 Jaroslav Kyseladirect plugins - added graceful shutdown for the resour...
2005-08-16 Jaroslav Kyseladirect plugins (dmix) - suspend/resume fixes
2005-08-12 Takashi IwaiFix direct plugins running on 32bit emulation with...
2005-06-28 Takashi IwaiFix compile warnings with gcc-4
2005-05-30 Takashi IwaiFix bugs in the last change of ipc_gid option
2005-05-30 Jaroslav Kyselaadded ipc_gid for direct plugins
2005-05-24 Takashi IwaiFix doxygen documents
2005-05-23 Takashi IwaiFix semaphore deadlocks
2005-05-23 Takashi IwaiFix poll after XRUN with dmix
2005-05-19 Takashi IwaiMore strict permission for IPC shm and sem
2005-05-19 Takashi IwaiFix possible noises and optimization with dmix
2005-05-17 Takashi IwaiRemove pause and fix timer initialization in prepare
2005-05-15 Takashi IwaiCheck timer version for read-block workaround
2005-05-15 Takashi IwaiFix blocking during draining in dmix
2005-04-22 Takashi IwaiFix CPU hog with combination of rate plugin
2005-04-15 Takashi IwaiFix timer read in non-TREAD mode
2005-04-14 Takashi IwaiCheck timer protocol number for direct plugins
2005-04-11 Takashi IwaiFix more CPU hang-up bugs in dmix
2005-04-06 Takashi IwaiFix compile warning
2005-04-05 Takashi IwaiMore fixes for 100% CPU hang with dmix
2005-03-15 Takashi IwaiFix resume of dmix, dsnoop and dshare plugins
2005-01-19 Takashi IwaiFix compile warning
2004-09-15 Takashi Iwai[ALSA-LIB] suppress PAUSE and RESUME for direct plugins
2004-04-06 Jaroslav KyselaAdded early event extension to the timer API - and...
2004-03-24 Jaroslav KyselaA next try to fix the snd_pcm_wait() behaviour with...
2004-03-05 Jaroslav KyselaMichel Dänzer <michel@daenzer.net>
2004-02-25 Takashi Iwai- check the return value of malloc & co.
2004-02-09 Takashi Iwai- added --with-tmpdir configure option.
2004-01-26 Takashi IwaiStephen Cook <siti_veni@lycos.com>:
2004-01-24 Jaroslav Kysela<atlka@pg.gda.pl>
2004-01-23 Jaroslav KyselaAdded sync_ptr callback
2004-01-21 Jaroslav KyselaFixed poll() behaviour for direct plugins, also added...
2004-01-09 Jaroslav KyselaMore better solution for close all handles in server_job()
2004-01-09 Jaroslav KyselaClose all file-descriptors in server_job()
2003-12-07 Jaroslav KyselaMaik Broemme <mbroemme@plusserver.de>
2003-10-17 Jaroslav KyselaUse _exit() in server_job()
2003-10-17 Jaroslav KyselaFixed problem with Xwindows (socket descriptors)
2003-09-02 Jaroslav KyselaDirect plugins update:
2003-07-24 Jaroslav KyselaKill the zombie process creation, use 'start' process...
2003-07-15 Jaroslav KyselaAdded unlink of the communication socket name.
2003-04-23 Jaroslav Kysela- added shm area manager code
2003-03-19 Jaroslav Kyseladshare and dsnoop plugins are working now
2003-03-18 Jaroslav KyselaExtracted common code from dmix plugin.