OSDN Git Service

android-x86/external-alsa-lib.git
2002-07-21 Jaroslav KyselaFixed silence_64 and added support for 24-bit samples...
2002-07-15 Takashi Iwaifixed typo of snd_seq_poll_descriptors() in getting...
2002-07-11 Jaroslav KyselaNext signess fixes
2002-07-11 Jaroslav KyselaReplaced floor with rint
2002-07-11 Jaroslav KyselaFixed comment
2002-07-10 Jaroslav KyselaFixed normalization of int64 and float values
2002-07-09 Abramo BagnaraFixed normalization
2002-07-09 Takashi Iwai- removed bad get_triple_* for i386. this can access...
2002-07-09 Abramo BagnaraFixed interchanged max/min
2002-07-03 Takashi Iwaifixed safe_strtoll to check the following characters.
2002-07-03 Takashi Iwaifixed the condition to install alsa.m4.
2002-06-26 Jaroslav KyselaRemoved drain call from the snd_pcm_close() function...
2002-06-26 Jaroslav KyselaSmall cleanup
2002-06-26 Takashi Iwaidon't check the error from running-mode ioctl (for...
2002-06-26 Jaroslav KyselaEnhanced bitmasks in PCM - added support for more forma...
2002-06-21 Takashi Iwaiinitialize the running mode (if exists).
2002-06-21 Takashi Iwaiadded packed attribute to have a consistent event data...
2002-06-20 Takashi Iwaisupport for x86-64.
2002-06-19 Jaroslav Kysela0.9.0rc2
2002-06-18 Takashi Iwaifixed compile warning.
2002-06-18 Takashi Iwaifixed compile warning (conversion between signed and...
2002-06-18 Takashi Iwairemoved invalid const qualifier.
2002-06-14 Takashi Iwaifixed for mips. using always MIPS2.
2002-06-12 Takashi Iwaiadded GUS.conf
2002-06-12 Takashi Iwaimore correct fixes.. it's different from other plugins.
2002-06-12 Takashi Iwaifixed compile with the recent changes.
2002-06-12 Takashi Iwaiadded libtoolize.
2002-06-11 Takashi Iwaifixed missing root argument.
2002-06-11 Jaroslav KyselaAdded GUS.conf
2002-06-10 Jaroslav KyselaRemoved dummy code
2002-05-27 Takashi Iwai- removed snd_seq_create_event from seq.h. it's deprec...
2002-05-13 Jaroslav KyselaAdded INTEGER64 support by Paul Davis
2002-05-12 Jaroslav KyselaAdded snd_seq_port_subscribe_set_voices()
2002-05-11 Jaroslav KyselaFixed sysex event encoding
2002-05-09 Jaroslav KyselaInitial version
2002-05-09 Jaroslav KyselaAdded RME9636 and RME9652 files
2002-05-08 Jaroslav KyselaAdded integer64 routines for control API
2002-05-02 Takashi Iwaifixed the detection of playback switch.
2002-04-30 Takashi Iwaidon't recheck MMAP_XXX masks (in mmap_emulation mode...
2002-04-30 Takashi Iwaiadded missing checks of return values.
2002-04-24 Jaroslav Kysela0.9.0rc1
2002-04-24 Jaroslav KyselaRemoved config.h inclusion
2002-04-24 Jaroslav KyselaAdded HAVE_SOFT_FLOAT (--with-softfloat)
2002-04-24 Jaroslav KyselaEnhanced description of snd_rawmidi_nonblock()
2002-04-24 Takashi Iwaifixed open - accepts SND_RAWMIDI_SYNC flag.
2002-04-23 Jaroslav KyselaFixed memory leak introduced with new ring buffer place
2002-04-23 Jaroslav KyselaMoved ring buffer pointers and added a mechanism to...
2002-04-19 Jaroslav KyselaAdded snd_midi_event_no_status()
2002-04-17 Jaroslav KyselaRemoved IPC code from sequencer code
2002-04-16 Jaroslav KyselaFixed capture for plugins
2002-04-04 Jaroslav KyselaReverted and fixed AC_TRY_COMPILE
2002-04-04 Jaroslav KyselaChanged AC_TRY_COMPILE to AC_TRY_RUN
2002-04-03 Jaroslav KyselaFixed entry for static linking
2002-03-27 Jaroslav KyselaAdded more explanation for i/o access
2002-03-22 Takashi Iwaireverted: size_t -> unsigned int
2002-03-12 Jaroslav KyselaCorrections by Kevin Conder <kconder@interaccess.com>
2002-03-12 Jaroslav KyselaLinear interpolation fix by Takashi
2002-03-12 Takashi Iwaifixed handling of capture switch / volume:
2002-03-11 Jaroslav KyselaCleanups in expand()
2002-03-11 Jaroslav KyselaMore fixes
2002-03-11 Jaroslav KyselaFixed typos
2002-03-11 Jaroslav KyselaAdded proper initialization for expand, added correctio...
2002-03-11 Jaroslav KyselaFixed typo
2002-03-11 Jaroslav KyselaAdded debug printf
2002-03-11 Takashi Iwaifixed comment.
2002-03-11 Takashi Iwaifixed xrun problems with rate conversion.
2002-03-09 Jaroslav KyselaAdded pictures to EXTRA_DIST
2002-03-08 Takashi Iwaifixed segfault in rate conversions.
2002-03-08 Jaroslav KyselaFixed center_lfe for EMU10K1 and Audigy
2002-03-07 Jaroslav KyselaFixed help
2002-03-04 Jaroslav KyselaFixed initialization of snd_midi_event_t structure...
2002-03-03 Jaroslav KyselaAdded support for --with-host
2002-03-03 Jaroslav KyselaAdded abort when no more frames can be processed
2002-03-03 Jaroslav KyselaAccept also long description of format for snd_pcm_form...
2002-02-26 Jaroslav Kysela0.9.0beta12
2002-02-22 Takashi IwaiFixed rear and center/lfe outputs
2002-02-22 Jaroslav KyselaFixed against latest internal API
2002-02-22 Jaroslav KyselaRemoved old assert from read/write_areas
2002-02-22 Jaroslav KyselaAdded ommited break
2002-02-21 Jaroslav KyselaFixed xfer variable initialization for capture in avail...
2002-02-21 Jaroslav KyselaCleaned the mmap_commit implementations in plugins.
2002-02-21 Jaroslav KyselaAdded a call to XRUN ioctl to update correctly PCM...
2002-02-21 Jaroslav KyselaFixed XRUN detection condition in avail() callback
2002-02-17 Jaroslav Kysela0.9.0beta11 and changed --with-soundbase and --with...
2002-02-17 Jaroslav KyselaAdded section for installation using Linux kernel sources
2002-02-13 Jaroslav KyselaChanged PCM intro
2002-02-13 Jaroslav KyselaAdded pictures for PCM intro
2002-02-13 Jaroslav KyselaRemoved digital audio description (borrowed from OSS...
2002-02-11 Jaroslav KyselaMore documentation changes (rawmidi, timer)
2002-02-07 Jaroslav KyselaFixed checking for sound/asound.h
2002-02-05 Takashi Iwairemoved comma from last element of enums.
2002-02-05 Jaroslav KyselaFixed typo
2002-02-04 Jaroslav KyselaChanges against latest doxygen
2002-02-01 Jaroslav KyselaFixed snd_pcm_rate_client_frames when frames == 0
2002-01-31 Takashi Iwaiconfig file for SB Audigy.
2002-01-28 Jaroslav KyselaAdded more informative comments to open mode flags
2002-01-28 Takashi Iwaifixed compile.
2002-01-24 Jaroslav KyselaAdded PCM naming section
2002-01-22 Jaroslav KyselaAdded description of shm, null and rate plugins
2002-01-17 Takashi IwaiFixed compile on ARM.
next