- 11 Jan, 2021 2 commits
-
-
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.
-
- 28 Dec, 2020 1 commit
-
-
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'
-
- 11 May, 2020 1 commit
-
-
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>
-
- 02 May, 2020 1 commit
-
-
Mark Harris authored
-
- 12 Feb, 2019 2 commits
- 07 Oct, 2018 1 commit
-
-
Jean-Marc Valin authored
-
- 27 Sep, 2018 2 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
Thanks to Dmitry for reporting the bug.
-
- 14 Sep, 2018 1 commit
-
-
Tristan Matthews authored
Reported by Mark Harris (cherry picked from commit 7181b9e84fbf6887c74807af5ad0030a5181640a)
-
- 13 Sep, 2018 5 commits
-
-
Mark Harris authored
-
Mark Harris authored
-
Mark Harris authored
-
Mark Harris authored
-
Mark Harris authored
-
- 12 Sep, 2018 1 commit
-
-
Mark Harris authored
Fixes compiler warnings and invalid use of reserved identifiers in resampler.
-
- 27 Jul, 2018 1 commit
-
-
Jean-Marc Valin authored
-
- 17 May, 2018 2 commits
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
Thanks to joerg-krause https://github.com/xiph/libopusenc/issues/12
-
- 08 Apr, 2018 1 commit
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 20 Mar, 2018 1 commit
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 19 Mar, 2018 1 commit
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 03 Mar, 2018 1 commit
-
-
Jean-Marc Valin authored
-
- 02 Mar, 2018 2 commits
-
-
Jean-Marc Valin authored
-
-
- 21 Feb, 2018 1 commit
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 11 Feb, 2018 1 commit
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 09 Feb, 2018 1 commit
-
-
Jean-Marc Valin authored
-
- 08 Feb, 2018 7 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- 07 Feb, 2018 1 commit
-
-
Jean-Marc Valin authored
-
- 06 Feb, 2018 3 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-