OSDN Git Service

Introduce bswap.h for portable definitions of byte swap macros.
[android-x86/external-alsa-lib.git] / src / pcm / pcm_adpcm.c
2016-03-03 Thomas KlausnerIntroduce bswap.h for portable definitions of byte...
2014-07-14 Takashi Iwaipcm: Implement timestamp type handling in all plugins
2012-09-11 Takashi IwaiImplement the channel mapping API
2008-11-21 Diego E. 'Flameeye... Make all the PCM plugins ops structure constant.
2008-11-21 Diego E. 'Flameeye... Make some static tables and strings constants.
2008-01-09 Jaroslav KyselaAdd support for monotonic timestamps
2007-10-15 Jaroslav KyselaChanged Jaroslav Kysela's e-mail from perex@suse.cz...
2006-02-27 Clemens Ladischremove superfluous free() checks
2006-01-30 Takashi IwaiFix infinite parse of recursive definitions
2006-01-09 Takashi IwaiFix S24_BE format conversions
2005-05-23 Takashi IwaiMove poll_* callbacks to fast_ops
2005-05-18 Takashi IwaiAdd poll_descriptors and poll_descriptors_count callbacks
2005-01-20 Jaroslav Kyselaimproved stream linking and plugin code cleanups
2004-04-26 Clemens Ladischdocument all PCM plugin parameters
2004-02-25 Takashi Iwai- check the return value of malloc & co.
2003-07-25 Takashi Iwaifixes by Art Haas <ahaas@airmail.net>:
2003-02-11 Jaroslav KyselaMore changes for dmix plugin:
2002-09-17 Jaroslav Kysela- unified snd_pcm_hw_params_* functions
2002-09-09 Jaroslav KyselaAdded snd_pcm_hw_params_get_min_align; changed get_form...
2002-04-23 Jaroslav KyselaMoved ring buffer pointers and added a mechanism to...
2002-03-12 Jaroslav KyselaCorrections by Kevin Conder <kconder@interaccess.com>
2002-02-21 Jaroslav KyselaCleaned the mmap_commit implementations in plugins.
2002-01-16 Jaroslav KyselaAdded initial comments for PCM plugins
2001-12-30 Jaroslav KyselaUpdated GNU GPL license (address).
2001-11-19 Jaroslav KyselaConfiguration:
2001-10-24 Jaroslav KyselaChanges for static build.
2001-08-15 Jaroslav KyselaAdded symbol versioning for dlsym-callbacks.
2001-07-07 Abramo BagnaraPermit to PCM plug configuration to specify unchanged...
2001-06-20 Abramo BagnaraNew async notification API. Removed obsolete surround...
2001-06-16 Jaroslav KyselaAdded context handling for snd_config_expand.
2001-06-15 Jaroslav Kysela* Cleaned the alsa.conf syntax:
2001-06-11 Jaroslav KyselaAdded argument handling for the slave PCMs.
2001-06-04 Abramo BagnaraAdded hooked PCM type (one sample hook implementation...
2001-05-14 Abramo BagnaraAdded embedded/anonymous slave PCM definition
2001-03-29 Abramo BagnaraLot of cleanings with the help of gcc3
2001-03-24 Abramo BagnaraCompleted PCM documentation
2001-03-21 Abramo Bagnarapcm_share cleaning
2001-03-17 Abramo BagnaraImproved .asoundrc changes
2001-03-08 Abramo BagnaraRemoved obsolete code
2001-03-04 Abramo BagnaraRenamed ERR to SNDERR. Added s16 pseudo meter scope...
2001-02-27 Abramo BagnaraImproved plugin code (simpler, faster and multithread...
2001-02-11 Abramo BagnaraCompleted mixer API. Improved iterators. Renamed contro...
2001-02-07 Abramo BagnaraSplitted rawmidi streams. Removed stream constraint...
2001-02-07 Abramo BagnaraEncapsulated conf API
2001-02-06 Abramo BagnaraControl API encapsulation. Better names for kernel...
2001-02-05 Abramo BagnaraEncapsulated hwdep. Converted all enums to type safety
2001-02-04 Abramo BagnaraAdded missing rawmidi functions. Cleaned PCM use of...
2001-02-04 Abramo BagnaraCorrected and completed encapsulation for PCM and rawmi...
2001-01-31 Abramo BagnaraRemoved card type from devices info. Added card number...
2001-01-30 Abramo BagnaraAdded snd_ prefix to mask and interval. Divided header...
2001-01-26 Abramo BagnaraPromoted plugin helpers to general use
2001-01-19 Abramo BagnaraAdded support for hw_free in alsa-lib
2001-01-18 Abramo BagnaraMajor cleaning to hw_params mechanism for plugins
2001-01-17 Abramo BagnaraAdded I/O classes
2001-01-15 Abramo BagnaraUniformed some internal names. Bug fixes
2001-01-15 Abramo BagnaraNew PCM model with fragment concept removal and two...
2000-12-29 Abramo BagnaraPCM API cleaning. silencing implementation. xfer_min...
2000-12-22 Jaroslav KyselaAdded snd_*_card() functions.
2000-12-21 Jaroslav KyselaRemoved dig_info & dig_params..
2000-12-21 Abramo BagnaraNew hw_params implementation
2000-12-11 Abramo BagnaraUniformed arguments order
2000-11-30 Abramo BagnaraFixed constness wrt snd_pcm_channel_area_t
2000-11-30 Abramo BagnaraAdded missing diagnostics
2000-11-29 Abramo BagnaraCleaned all hw_info. Removed snd_pcm_hw_{info,params...
2000-11-20 Jaroslav KyselaMerged pcmfinal branch.
2000-10-22 Abramo BagnaraCleaned and fixed plugin ops
2000-10-20 Abramo BagnaraCleaned double ;
2000-10-20 Abramo BagnaraAdded support for auto mmap. Much improved version...
2000-10-14 Abramo BagnaraFixed mmap wrt shm. Renamed pcm_client, control_client...
2000-10-11 Abramo BagnaraAdded support for async. Added error callback (and...
2000-10-10 Abramo BagnaraAdded name support
2000-10-07 Abramo BagnaraAdded support for different mmap areas when running...
2000-09-24 Jaroslav KyselaMerged pcmplug branch.