OSDN Git Service

Introduce bswap.h for portable definitions of byte swap macros.
[android-x86/external-alsa-lib.git] / src / pcm / pcm_misc.c
2016-03-03 Thomas KlausnerIntroduce bswap.h for portable definitions of byte...
2014-11-21 Jussi Laakopcm: Fix DSD sample format endianess and add big-endian...
2014-09-10 Jurgen Kramerpcm: add new 32-bit DSD sample format
2014-08-22 Jurgen Kramerpcm: 2nd round of pcm_misc DSD fixes
2014-08-11 Takashi Iwaipcm: Add missing signed and endianess definitions for...
2014-08-11 Jurgen Kramerpcm: Fix DSD formats userland usability
2008-11-21 Diego E. 'Flameeye... Make some static tables and strings constants.
2007-10-15 Jaroslav KyselaChanged Jaroslav Kysela's e-mail from perex@suse.cz...
2005-09-29 Takashi IwaiFix type-punning
2005-05-24 Takashi IwaiFix doxygen documents
2005-03-09 Takashi IwaiAdd snd_pcm_parse_control_id()
2004-05-04 Takashi Iwaifixed the bit width of IEC958_SUBFRAME_* formats from...
2004-04-15 Takashi Iwaifixed compile warnings.
2002-12-18 Jaroslav KyselaAdded missing break for 24bit formats (silence)
2002-07-21 Jaroslav KyselaFixed silence_64 and added support for 24-bit samples...
2002-06-26 Jaroslav KyselaEnhanced bitmasks in PCM - added support for more forma...
2002-03-12 Jaroslav KyselaCorrections by Kevin Conder <kconder@interaccess.com>
2001-12-30 Jaroslav KyselaUpdated GNU GPL license (address).
2001-11-26 Jaroslav KyselaAdded lfloat plugin code (not finished)
2001-11-11 Jaroslav KyselaFixed silence for 24-bit format
2001-07-11 Jaroslav KyselaAdded documentation for instrument and midi event funct...
2001-03-29 Abramo BagnaraLot of cleanings with the help of gcc3
2001-03-27 Jaroslav KyselaRemoved __KERNEL__ includes
2001-03-24 Abramo BagnaraCompleted PCM documentation
2001-03-23 Jaroslav KyselaFixed paths when __KERNEL__
2001-03-23 Abramo BagnaraFirst part of PCM documentation
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 BagnaraCorrected and completed encapsulation for PCM and rawmi...
2001-01-29 Abramo BagnaraFirst step toward encapsulation
2001-01-15 Abramo BagnaraNew PCM model with fragment concept removal and two...
2000-11-29 Abramo BagnaraCleaned all hw_info. Removed snd_pcm_hw_{info,params...
2000-11-20 Jaroslav KyselaMerged pcmfinal branch.
2000-09-24 Jaroslav KyselaMerged pcmplug branch.
2000-07-18 Abramo BagnaraFixed a few typo
2000-07-07 Abramo BagnaraFixed typo
2000-07-07 Abramo BagnaraFixed silence patterns
2000-07-06 Abramo BagnaraFixed long long constants syntax
2000-06-10 Abramo BagnaraChanged ALSA unit from bytes to frames. Splitted mmap...
2000-05-31 Abramo BagnaraRemoved duplicated #include
2000-05-30 Abramo BagnaraEndianess cleaning
2000-05-27 Abramo BagnaraBetter names for ALSA API. Added min_fragments, max_fra...
2000-05-25 Abramo BagnaraMoved format descriptions out of kernel space. Exported...
2000-05-08 Jaroslav KyselaMerged pcm2 branch.
2000-03-30 Jaroslav KyselaAdded snd_pcm_format_physical_width...
2000-03-22 Abramo Bagnaramoved silence byte function
2000-01-09 Abramo Bagnaraget rid of a gcc warning
1999-12-30 Abramo BagnaraFixed #ifdef
1999-12-25 Abramo BagnaraAdded snd_pcm_build_linear_format
1999-12-11 Jaroslav KyselaAdded snd_pcm_get_format_name() to alsa-lib.
1999-12-11 Jaroslav KyselaAbramo Bagnara <abramo@alsa-project.org>
1999-11-24 Jaroslav KyselaAdded new PCM functions (pcm_misc.c).