log libinterp/dldfcn/audiodevinfo.cc @ 20163:075a5e2e1ba5 stable

age author description
Sun, 03 May 2015 21:52:42 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Thu, 19 Mar 2015 14:32:40 -0400 John W. Eaton use "!", not "not"
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Fri, 20 Feb 2015 14:26:36 -0800 Rik doc: Grammarcheck documentation ahead of 4.0 release.
Fri, 20 Feb 2015 05:49:07 -0500 John W. Eaton avoid signed/unsigned comparison warning from GCC
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Sat, 07 Feb 2015 19:38:44 -0500 Mike Miller Stop audioplayer and audiorecorder when done or interrupted
Sun, 01 Feb 2015 19:20:40 -0500 Mike Miller Correctly check for end of audio recording
Sat, 07 Feb 2015 15:33:20 -0500 Mike Miller Handle interrupt in audio blocking play and record (bug #44142)
Sun, 01 Feb 2015 18:16:00 -0500 Mike Miller Make audio buffer size dependent on sample rate
Tue, 20 Jan 2015 13:43:29 -0500 John W. Eaton unconditionally disable the octave_allocator class
Thu, 15 Jan 2015 15:36:54 -0500 John W. Eaton * audiodevinfo.cc: Style fixes. Warning IDs.
Thu, 15 Jan 2015 15:29:55 -0500 John W. Eaton maybe stop recorder in audio recorder destructor
Tue, 13 Jan 2015 22:11:45 -0800 Rik doc: Periodic spellcheck of documentation.
Tue, 13 Jan 2015 22:38:15 -0500 John W. Eaton * audiodevinfo.cc: Minor style fixes.
Tue, 13 Jan 2015 22:33:02 -0500 John W. Eaton avoid dereferencing null pointers in audio functions
Tue, 13 Jan 2015 08:54:25 -0800 Rik Use Octave coding conventions for documentation of audio functions.
Tue, 13 Jan 2015 12:50:43 +0100 Andreas Weber audiodevinfo.cc: Stop playback in audioplayers destructor (bug ##43994)
Mon, 12 Jan 2015 13:44:24 +0100 Stefan Mahr * audiodevinfo.cc: one audio device must be available to play or record (bug #43988)
Mon, 12 Jan 2015 13:29:45 +0100 Andreas Weber portaudio_play_callback: Fix stereo playback (bug #43965)
Fri, 09 Jan 2015 15:46:48 -0500 John Donoghue * audiodevinfo.cc: Avoid conflict with enum names.
Fri, 09 Jan 2015 15:03:01 -0500 John W. Eaton disable Octave audio callback functions
Fri, 09 Jan 2015 13:50:25 -0500 John W. Eaton style and other fixes for audiorecorder callback fucntions
Fri, 09 Jan 2015 13:29:03 -0500 John W. Eaton * audiodevinfo.cc: Explicitly use std::pow.
Fri, 09 Jan 2015 13:25:52 -0500 John W. Eaton use existing function to determine endianness in audiodevinfo.cc
Fri, 09 Jan 2015 13:19:50 -0500 John W. Eaton improve performance of audio callback functions
Thu, 08 Jan 2015 13:40:35 -0500 John W. Eaton increase audio buffer size
Thu, 08 Jan 2015 13:38:14 -0500 John W. Eaton improve error checking and efficiency of octave audio callback function
Thu, 08 Jan 2015 13:20:47 -0500 John W. Eaton * audiodevinfo.cc: Style fixes.
Thu, 08 Jan 2015 13:18:50 -0500 John W. Eaton prevent completely invalid call to __player_audioplayer__
Thu, 08 Jan 2015 13:16:57 -0500 John W. Eaton improve efficiency of portaudio callback function
Thu, 08 Jan 2015 13:08:52 -0500 John W. Eaton avoid unnecessary use of pointer in audio code
Wed, 07 Jan 2015 18:11:05 -0500 John W. Eaton Backed out changeset 5f313345912f
Wed, 07 Jan 2015 18:07:12 -0500 John W. Eaton avoid indexing before beginning of string
Sat, 03 Jan 2015 17:57:54 +0100 Andreas Weber Use "testif HAVE_PORTAUDIO" for new audio function tests
Sat, 03 Jan 2015 02:01:23 -0500 John W. Eaton protect all portaudio and sndfile dependent code with #ifdefs
Fri, 02 Jan 2015 13:09:27 -0500 John W. Eaton various style fixes for audio code
Fri, 02 Jan 2015 12:07:48 -0500 John W. Eaton use 0 instead of NULL
Fri, 02 Jan 2015 12:05:14 -0500 John W. Eaton avoid more warnings in audio code
Fri, 02 Jan 2015 11:42:04 -0500 John W. Eaton doc fixes for audio functions
Fri, 02 Jan 2015 02:18:51 -0500 John W. Eaton * audiodevinfo.cc: Use "||" and "&&", not "or" and "and".
Fri, 02 Jan 2015 02:16:18 -0500 John W. Eaton * audiodevinfo.cc: Avoid warnings about comparision operations.
Fri, 02 Jan 2015 02:04:40 -0500 John W. Eaton use C++ style casts in audio code
Fri, 02 Jan 2015 00:59:08 -0500 John W. Eaton eliminate unused variable and parameter warnings
Fri, 02 Jan 2015 00:47:25 -0500 John W. Eaton don't include oct.h in Octave source files
Fri, 02 Jan 2015 00:40:35 -0500 John W. Eaton merge audio source files
Wed, 31 Dec 2014 15:38:13 -0500 John W. Eaton fix audioplayer tests
Thu, 03 Oct 2013 09:50:01 -0400 Mike Miller Fix texinfo docstring syntax for all audio functions
Thu, 03 Oct 2013 07:52:58 -0400 Mike Miller Apply Octave coding style to audio project additions
Tue, 01 Oct 2013 23:42:43 -0400 Mike Miller Include config.h in audio project source files
Tue, 01 Oct 2013 23:36:37 -0400 Mike Miller Add Octave copyright header block to audio project files
Fri, 20 Sep 2013 01:37:43 +0300 Vytautas Jančauskas change docstrings in audio defundld cc files to work with new texinfo
Mon, 16 Sep 2013 16:46:44 +0300 Vytautas Jančauskas let audiodevinfo be built even when PortAudio is not present
Wed, 11 Sep 2013 22:05:47 +0300 Vytautas Jančauskas Fix audiodevinfo, audioinfo, audioread and audiowrite build process
Wed, 11 Sep 2013 21:32:14 +0300 Vytautas Jančauskas Fix octave header includes in audiodevinfo
Wed, 11 Sep 2013 20:42:15 +0300 Vytautas Jančauskas audiodevinfo.cc: new file