- May 03, 2023
-
-
Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
Co-authored-by:
Tim-Philipp Müller <tim@centricular.com> Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
- Dec 31, 2022
-
-
In preparation for C23. Fixes the following warning with Clang 16: ``` src/opusenc.c:82:37: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] OggOpusComments *ope_comments_create() { ^ void ``` Bug: https://bugs.gentoo.org/879701 Signed-off-by:
Sam James <sam@gentoo.org> Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
In preparation for C23. Fixes the following error if Clang 16 is cranked up to be stricter: ``` -warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] +error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] ``` Bug: https://bugs.gentoo.org/879701 Signed-off-by:
Sam James <sam@gentoo.org> Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
- Feb 02, 2022
-
-
If built with WIN32_LEAN_AND_MEAN defined on 64-bit Windows, malloc() was not declared and so the upper 32 bits of the pointer were lost. Signed-off-by:
Mark Harris <mark.hsj@gmail.com> Closes https://github.com/xiph/libopusenc/pull/30
-
- Oct 23, 2021
-
-
Since doxygen 1.8.16, opening and closing a group must not be done as C comment but as doxygen command. In other words, not one but two asterisk characters are required so that doxygen finds a group. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Jul 29, 2021
-
-
Ralph Giles authored
Travis is no longer accepting new builds from open source repositories. We have current status badges from gitlab ci and github actions instead. Gitlab supports adding badges to the project-header out-of-tree. Github only supports having it in the readme, which is confusing with forks, so just leave it off for now. We'll still get feedback on submitted patches.
-
Ralph Giles authored
-
Ralph Giles authored
Define a basic autotools build on Ubuntu and macOS hosts, so we have some test feedback for repositories hosted on Github, especially now that travis-ci.org is no longer supporting open source projects. Config based on the flac project.
-
- May 26, 2021
-
-
Ralph Giles authored
The channel as moved to the new network.
-
- Jan 11, 2021
-
-
Mark Harris authored
Also do not crash if OPE_GET_SERIALNO_REQUEST is used after draining.
-
Mark Harris authored
enc->streams->end_granule used uninitialized in encode_buffer() if the stream contains no audio (opusenc_example /dev/null out.opus). enc->frame_size_request used uninitialized in encode_buffer() if the frame size was not explicitly set. enc->callbacks used uninitialized if the encoder is created with ope_encoder_create_callbacks() and callbacks is NULL.
-
Mark Harris authored
If the stream is drained without writing any audio and the frame size is smaller than the encoder latency, the assertion (enc->streams == NULL) would fail because pad_samples was computed using an incorrect value of enc->global_granule_offset before it was set in init_stream(), causing the padding to be insufficient to drain the stream.
-
- Dec 28, 2020
-
-
Mark Harris authored
Fix ubsan report: src/picture.c:136:17: runtime error: left shift of 255 by 24 places cannot be represented in type 'int'
-
- May 11, 2020
-
-
Ralph Giles authored
We've moved hosting to a gitlab instance. Make use of the built-in integration testing framework to verify commits. Does a straightforward autotools build. Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
- May 02, 2020
-
-
Mark Harris authored
-
- Feb 12, 2019
- Oct 07, 2018
-
- Sep 27, 2018
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Thanks to Dmitry for reporting the bug.
-
- Sep 14, 2018
-
-
Tristan Matthews authored
Reported by Mark Harris (cherry picked from commit 7181b9e84fbf6887c74807af5ad0030a5181640a)
-
- Sep 13, 2018
-
-
Mark Harris authored
-
Mark Harris authored
-
Mark Harris authored
-
Mark Harris authored
-
Mark Harris authored
-
- Sep 12, 2018
-
-
Mark Harris authored
Fixes compiler warnings and invalid use of reserved identifiers in resampler.
-
- Jul 27, 2018
-
-
Jean-Marc Valin authored
-
- May 17, 2018
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
Thanks to joerg-krause https://github.com/xiph/libopusenc/issues/12
-
- Apr 08, 2018
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Mar 20, 2018
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Mar 19, 2018
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Mar 03, 2018
-
-
Jean-Marc Valin authored
-
- Mar 02, 2018
-
-
Jean-Marc Valin authored
-
-
- Feb 21, 2018
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Feb 11, 2018
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- Feb 09, 2018
-
-
Jean-Marc Valin authored
-