log libinterp/dldfcn/audioread.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Wed, 07 Jul 2021 12:15:11 -0700 Rik Handle malformed sound headers which do not specify number of frames (bug #60888).
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Fri, 02 Oct 2020 12:58:12 -0400 John W. Eaton in unwind_action objects, capture variables in lambda expressions when possible
Wed, 30 Sep 2020 03:17:52 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
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