log src/sound.c @ 76563:68ddc580d34e

age author description
2007-03-06 Jan Djärv * sound.c (wav_play): Check header->data_length to see how much we
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-12-20 Jan Djärv Include <alsa/asoundlib.h> if ALSA_SUBDIR_INCLUDE is
2006-11-29 Juanma Barranquero (Fplay_sound_internal): Remove spurious newline in docstring.
2006-07-14 Jan Djärv * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.
2006-05-29 Dan Nicolaescu * search.c (matcher_overflow): Mark as NO_RETURN.
2006-05-29 Jan Djärv * sound.c (alsa_open, alsa_configure, alsa_write): Move
2006-05-26 Jan Djärv * sound.c (alsa_configure): Move get period/buffer_size after
2006-05-18 Jan Djärv * sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
2006-05-03 Richard M. Stallman (Fplay_sound_internal): Dynamically allocate
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2003-09-01 Miles Bader Add arch taglines
2002-11-19 Juanma Barranquero Fix spacing and adapt to GNU coding conventions.
2002-11-17 Ben Key Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
2002-07-19 Ken Raeburn (struct sound_device): Function pointer field "write"
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-11 Juanma Barranquero Use macro SPECPDL_INDEX.
2002-04-30 Stefan Monnier (Fplay_sound_internal): Update call to openp.
2002-04-05 Pavel Janík (Fplay_sound_internal): Renamed from Fplay_sound.
2002-01-14 Pavel Janík (Fplay_sound): Initialize header_size also for :data case.
2002-01-04 Pavel Janík Doc fix.
2001-11-05 Andreas Schwab (sound_perror): Save errno from being clobbered.
2001-10-27 Gerd Moellmann (sound_perror): Unblock SIGIO, turn on atimers.
2001-10-21 Pavel Janík Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-15 Pavel Janík Include <sys/ioctl.h> also on systems without <soundcard.h>.
2001-10-12 Stefan Monnier Update calls to openp.
2001-10-08 Gerd Moellmann Don't define min/max.
2001-07-09 Gerd Moellmann (toplevel): Include <signal.h> and "syssignal.h".
2001-07-05 Gerd Moellmann Include Emacs' header files with #include "...".
2001-06-27 Gerd Moellmann (vox_configure, vox_close): Turn off atimers
2000-12-07 Gerd Moellmann (vox_configure): Change order of ioctls. Don't
2000-12-06 Gerd Moellmann (vox_configure): Set volume for left and right channel.
2000-09-13 Gerd Moellmann (Fplay_sound): Doc fix.
2000-07-05 Ken Raeburn Sound support for NetBSD through "Linux emulation" support:
2000-06-18 Ken Raeburn fix up more Lisp_Object/int conversion issues
2000-02-07 Ken Raeburn * sound.c (sound_cleanup): Don't call device close routine if pointer is null.
2000-01-13 Gerd Moellmann (Fplay_sound): Improve doc string.
2000-01-04 Gerd Moellmann (struct sound): Renamed from struct sound_file.
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-09-14 Gerd Moellmann (Fplay_sound): Remove usused variables.
1999-09-05 Gerd Moellmann (Qplay_sound_functions): Replaces Qplay_sound_hook.
1999-07-21 Gerd Moellmann New file.