log libinterp/dldfcn/audioread.cc @ 28223:45763d59cb4f stable

age author description
Wed, 15 Apr 2020 15:55:32 -0400 John W. Eaton use nullptr instead of NULL or 0 in a few more places stable
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Mon, 16 Sep 2019 13:29:02 -0700 Rik Resolve audiowrite FIXME about input validation for sample rate input FS.
Mon, 16 Sep 2019 10:24:13 -0700 Rik Fix numerous errors in audiowrite/audioread (bug #56889). stable
Wed, 02 Jan 2019 17:19:29 -0800 Rik audioread.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 03 Dec 2018 19:15:06 +0100 Markus Mützel Silence compiler warnings about incorrect format specifiers cross-compiling (bug #55046).
Tue, 10 Jul 2018 13:11:44 -0700 Rik maint: merge stable to default.
Tue, 10 Jul 2018 13:08:04 -0700 Rik Write audio OGG files in smaller chunk sizes (bug #54280). stable
Thu, 24 May 2018 18:42:52 -0700 Rik Fix various bugs with audioread, audiowrite, audioinfo (bug #53975).
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 26 Mar 2018 10:45:04 -0700 Rik doc: Spellcheck documentation ahead of 4.4 release. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 05 Sep 2017 11:03:52 -0700 Rik Write WAV files of 32-bits in FLOAT format rather than PCM_32 (bug #45490).
Mon, 28 Aug 2017 18:50:26 +0200 Markus Mützel display message from libsndfile if opening files fails (bug #51859)
Thu, 10 Aug 2017 14:55:47 -0700 Mike Miller audioinfo: return absolute file name in info structure
Thu, 10 Aug 2017 11:30:10 -0700 Mike Miller audiowrite: add support for Quality option on Ogg Vorbis files (bug #51704)
Thu, 10 Aug 2017 09:31:38 -0700 Mike Miller doc: improve docstrings for audioformats, audioinfo, audioread, and audiowrite
Wed, 09 Aug 2017 10:25:06 -0700 Mike Miller audiowrite: improve keyword option validation and error reporting
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Mon, 12 Jun 2017 17:53:28 -0700 Rik maint: Deprecate is_integer_type and replace with isinteger.
Fri, 28 Apr 2017 17:20:13 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL for remaining instances in code.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Mon, 09 Jan 2017 09:38:33 -0800 Rik Rationalize #includes in libinterp/dldfcn directory.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Thu, 11 Aug 2016 12:44:00 -0400 John W. Eaton eliminate unused parameter warnings
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Wed, 25 May 2016 16:51:16 -0400 John W. Eaton use namespace for lo-mappers.h functions
Thu, 19 May 2016 12:56:47 -0400 John W. Eaton use namespace for unwind_protect class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Mon, 16 May 2016 11:54:20 -0700 Mike Miller Fix compilation error when building without sndfile
Mon, 16 May 2016 11:30:36 -0700 Mike Miller audioformats: Clean up coding style and docstring
Sat, 14 May 2016 00:52:15 +0200 Damjan Angelovski audioformats: New function to list available audio formats (bug #47464)
Fri, 13 May 2016 15:01:59 -0400 John W. Eaton maint: Merge stable to default.
Fri, 13 May 2016 15:00:02 -0400 John W. Eaton avoid crash in audiowrite argument processing (bug #47875) stable
Fri, 13 May 2016 09:36:14 -0400 John W. Eaton Eliminate unused variable warnings for conditionally compiled code.
Sun, 10 Apr 2016 20:45:01 -0700 Rik maint: Remove extra space between end of statement and semicolon.
Sun, 27 Mar 2016 20:39:19 -0700 Rik doc: Wrap C++ docstrings to 79 characters + newline (80 total).
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Thu, 21 Jan 2016 12:54:17 -0800 Rik maint: Eliminate useless statements after err_XXX.
Tue, 19 Jan 2016 08:43:03 -0800 Rik Don't set 3rd argument to err_disabled_feature within core Octave.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Sun, 17 Jan 2016 17:20:23 +0100 Andreas Weber maint: Use gripe_disabled_feature in audiodevinfo and audioread
Fri, 18 Dec 2015 16:18:41 -0800 Rik maint: Replace "octave_value_list ()" with "ovl ()".
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Fri, 18 Dec 2015 15:37:22 -0800 Rik maint: Use new C++ archetype in more files.
Sat, 12 Dec 2015 09:28:45 -0800 Rik 2015 Code Sprint: audioread.cc: use ovl().
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Tue, 08 Dec 2015 14:20:05 -0500 John W. Eaton eliminate return statements after calls to error
Thu, 03 Dec 2015 12:15:38 -0500 John W. Eaton eliminate return statements after calls to print_usage