- Mar 15, 2024
-
-
The version in the most recent draft has shipped in Firefox, Chromium, and FFmpeg for several years and is quite stable. Normally we would consider bumping the version field for the dOps box, however as far as I know no incompatible version of the box has ever been deployed, so I propose leaving it as is. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Feb 02, 2024
-
-
Found using `codespell -q 3 -L caf,highe,inlin,nd,ordert,shft` Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Jul 29, 2023
-
-
Jan Buethe authored
-
- Apr 20, 2023
-
-
It's been deprecated for decades and in Debian system it's starting to print warnings. Just use grep -F instead. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Nov 26, 2020
-
-
meson.source_root() and meson.build_root() have been deprecated in latest Meson release because they are a trap. They point to the root of parent project instead of root of current subproject. Meson 0.56.0 added meson.project_source/build_root() but it is just as easy to use meson.current_source/build_dir() in the root meson.build file and avoids bumping required meson version. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Oct 28, 2020
-
-
Tim-Philipp Müller authored
Tested on: - Linux/x86* with gcc - Android armv7 arm64 x86 x86_64 with clang - Windows x86 x86_64 with Visual Studio 2017 - Windows x86 x86_64 with MinGW - macOS x86_64 with clang - iOS arm64 x86_64 with clang Co-authored by: Nirbheek Chauhan <nirbheek@centricular.com> https://gitlab.xiph.org/xiph/opus/-/merge_requests/13
-
- Jun 13, 2020
-
-
Add newer source directories to the destdir file tree so we can include all sources referenced from opus_sources.mk. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
[[ ]], the compound command is not supported by all shell interpreter. [ ], the buildin command is more common. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Jun 09, 2020
-
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Jun 01, 2020
-
-
Ralph Giles authored
Silence a gcc warning by checking the return value of the fread() call instead of the feof() guard. This prevents an infinite loop in the case of a read error. Otherwise, when end-of-file is reached fread() will certainly return a smaller number of elements read than requested, so both cases are handled now. Add a comment to clarify that we're dropping a partial frame on purpose to keep the code simple. Also add more braces around conditional bodies for less error-prone style. Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
Ralph Giles authored
The simple codec round-trip example file in the doc directory opens an input and output pcm file. It was working fine on POSIX systems, but not on Windows, which treats text files differently. This is confusing in a example, so it's better to add an explicit binary flag to the fopen() calls. This does nothing on unix-like systems, but should make the example work for developers on Windows. Thanks to Wavesonics who reported this on irc. Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
- May 10, 2020
-
-
Mark Harris authored
-
- Sep 13, 2018
-
-
Ralph Giles authored
- Switch to 'Opus' file type identification. - Revise channel mapping to better support ambisonics.
-
- Sep 19, 2017
-
-
Jean-Marc Valin authored
-
- Aug 20, 2017
-
-
Jean-Marc Valin authored
-
- Aug 17, 2017
-
-
Jean-Marc Valin authored
-
- Jul 26, 2017
-
-
Jean-Marc Valin authored
-
- Jul 16, 2017
-
-
Jean-Marc Valin authored
-
- Jun 20, 2017
-
-
Jean-Marc Valin authored
-
- Jun 16, 2017
-
-
Ralph Giles authored
-
- Dec 19, 2016
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Nov 17, 2016
-
-
Remove version.mk and references to it in the repo. genversion.bat will now generate the same version strings as update_version script, i.e. without 'v' prefix and without a fallback if git archive is used. If run from a release tarball it'll use package_version, like configure. If run from a git repo, it will use the same 'git describe' with '-dirty' as update_version. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Oct 27, 2016
-
-
Ralph Giles authored
Different distributions of doxygen have different default values of HAVE_DOT setting, so we need to pick a specific setting to avoid 'missing dot' warnings on some platforms. Doxygen uses it to generate inclusion graphs for our various header files, which is somewhat useful, but not essential. We therefore enable dot if it's present (usually through the parent graphviz package) but disable it if it's not available, silencing the warning, but not giving uniform results.
-
- Oct 21, 2016
-
-
Jean-Marc Valin authored
-
- Sep 02, 2016
-
-
Jean-Marc Valin authored
-
- Sep 01, 2016
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jul 06, 2016
-
-
Mark Harris authored
-
Ralph Giles authored
Thanks to RiCON for reporting this.
-
Ralph Giles authored
-
- Jul 04, 2016
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- Jul 01, 2016
-
-
Jean-Marc Valin authored
-
- Jun 30, 2016
-
-
Jean-Marc Valin authored
-
- Jun 02, 2016
-
-
Ralph Giles authored
-
- May 18, 2016
-
-
Ricardo Constantino (:RiCON) authored
Generated by newer versions of Doxygen when built with sqlite3.
-
- Feb 23, 2016
-
-
Timothy B. Terriberry authored
-
- Feb 18, 2016
-
-
Timothy B. Terriberry authored
Thanks to Barry for proposing specific text for the changes.
-
Timothy B. Terriberry authored
Ralph Giles correctly points out that the sequence number field in Ogg pages starts couting at 0, so counting from 1 in the diagram might be confusing.
-