- Oct 01, 2012
-
-
Timothy B. Terriberry authored
This makes it more useful for testing invalid files, where the goal is merely not to crash, assert, or trip valgrind warnings.
-
- Sep 29, 2012
-
-
Timothy B. Terriberry authored
* s/op_read_stereo_float/op_read_float_stereo/ for the fixed-point API. * Fix compiler warnings exposed when optimizations are enabled. * Fix opusfile_example to work with --enable-fixed-point --disable-float * Fix seeking_example to not re-define OP_FIXED_POINT if it's already been defined.
-
Gregory Maxwell authored
-
- Sep 24, 2012
-
-
Timothy B. Terriberry authored
-
- Sep 23, 2012
-
-
Timothy B. Terriberry authored
It's served its purpose, and isn't worth the time it takes now. Leaving the code around to make it easy to re-enable if necessary.
-
- Sep 22, 2012
-
-
Timothy B. Terriberry authored
Also fixes some indenting in opusfile_example.
-
Timothy B. Terriberry authored
This is pretty preliminary for now. Seeking performance isn't great, and there's no caching. I'm sure there's also lots of bugs.
-
- Sep 21, 2012
-
-
Timothy B. Terriberry authored
When a match fails, the index of the position in the link needs to be 64 bits.
-
- Sep 19, 2012
-
-
Timothy B. Terriberry authored
1) Check for allocation failure and fall back to merely scanning a file for consistent timestamps instead of loading it to RAM. 2) Report holes, but do not quit scanning/loading unless they cause a discontinuity in the timestamps.
-
- Sep 17, 2012
-
-
Ralph Giles authored
This matches the convention used by opus itself, where headers are included without a prefix, and the build must do -I/path/to/opus to find the appropriate versions.
-
Timothy B. Terriberry authored
Move this out of opusfile_example and into the API proper.
-
- Sep 16, 2012
-
-
Timothy B. Terriberry authored
Seeking and playback work, at least as far as the examples test them. There are probably still lots of bugs.
-