- 16 Jul, 2020 5 commits
-
-
Tristan Matthews authored
Fixes #13
-
Ralph Giles authored
Invoke `make check` at the end of the default build, since we don't do `make distcheck` for all the jobs. At the moment this does nothing, but it should give better coverage if any test harnesses are hooked up to the target.
-
Ralph Giles authored
We only really need distcheck to succeed for the default autotools build, so save time by only running that step once. Signed-off-by:
Tristan Matthews <tmatth@videolan.org> Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Ralph Giles authored
Do additional builds to test the various configure switches. This gives us better parity with the travis ci builds. Signed-off-by:
Tristan Matthews <tmatth@videolan.org> Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
Ralph Giles authored
Do a basic autoconf build and check to verify commits in gitlab reposistories. Signed-off-by:
Tristan Matthews <tmatth@videolan.org> Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
- 10 Nov, 2019 1 commit
-
-
Tristan Matthews authored
Fixes ubsan error in fuzzer: "runtime error: signed integer overflow: 9223372036854775807 - -1 cannot be represented in type 'long'" Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/speex
-
- 04 Nov, 2019 1 commit
-
-
Tristan Matthews authored
Fixes ubsan error in fuzzer: "runtime error: signed integer overflow: 2147483616 + 160 cannot be represented in type 'int' Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/speex
-
- 29 Oct, 2019 1 commit
-
-
Tristan Matthews authored
Fixes ubsan error: "runtime error: signed integer overflow: 51200 - -9223372036854767360 cannot be represented in type 'long'" Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/speex
-
- 08 Aug, 2019 1 commit
-
-
Tyson Smith authored
Signed-off-by:
Tristan Matthews <tmatth@videolan.org>
-
- 02 Aug, 2019 1 commit
-
-
Tristan Matthews authored
Fixes ubsan error: "runtime error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself" Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/speex
-
- 20 Jun, 2019 1 commit
-
-
Tristan Matthews authored
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/speex
-
- 19 Jun, 2019 2 commits
-
-
Tristan Matthews authored
Co-Authored by Tyson Smith <twsmith@mozilla.com>
-
Tristan Matthews authored
This avoids an integer overflow.
-
- 18 Jun, 2019 2 commits
-
-
Tristan Matthews authored
Backported from opus commit 1ee139bca076a1a3606a8a924a698d356d40cbb8
-
Tristan Matthews authored
-
- 22 Oct, 2018 3 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
This should yield output comparable to the wavs at https://www.speex.org/samples/
-
- 12 Sep, 2018 1 commit
-
-
Tristan Matthews authored
Fixes hang discovered by fuzzing: https://github.com/xiph/speex/issues/9
-
- 09 Apr, 2018 1 commit
-
-
Michael Fink authored
Fixes #2037Signed-off-by:
Tristan Matthews <tmatth@videolan.org>
-
- 03 Nov, 2017 4 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Martin Storsjo authored
_WIN32 is always defined by the compiler automatically when targeting that platform, while WIN32 only is defined automatically in some configurations, and e.g. in MSVC only ever is defined in project files (if at all). Some other checks in the codebase already check for both WIN32 and _WIN32; those are left untouched.
-
Martin Storsjo authored
This fixes warnings in calling code about "this function declaration is not a prototype".
-
- 22 Jan, 2017 1 commit
-
-
Tristan Matthews authored
-
- 07 Dec, 2016 1 commit
-
-
Tristan Matthews authored
-
- 20 Sep, 2016 2 commits
-
-
Ralph Giles authored
-
Ralph Giles authored
Based on the config from the opus project.
-
- 11 Jul, 2016 1 commit
-
-
Tristan Matthews authored
-
- 10 Jul, 2016 1 commit
-
-
Tristan Matthews authored
Reported by Roger Pack.
-
- 26 Sep, 2015 1 commit
-
-
Ron authored
And we can drop the mkdir here now too, since we actually include things of our own in that directory now so it does already exist.
-
- 22 Jul, 2015 5 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Erik de Castro Lopo authored
-
Erik de Castro Lopo authored
-
- 20 Apr, 2015 1 commit
-
-
Tristan Matthews authored
Checking for upper or lower case RIFF fourcc makes sense, checking twice for the same one does not.
-
- 01 Apr, 2015 1 commit
-
-
Tristan Matthews authored
-
- 08 Dec, 2014 1 commit
-
-
Tristan Matthews authored
-
- 06 Dec, 2014 1 commit
-
-
Tristan Matthews authored
-