shithub: opus

RSS feed

bd628ab6 – Ralph Giles <giles@mozilla.com> authored on 2011/09/16 18:53
Use fold instead of passing a wrap length to base64.

1c2f5633 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/15 21:16
Removed all the silk_ prefixes in source file names (not symbols)

fb3a437c – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/15 20:58
Renaming the SKP_ prefix to silk_

c0f050e7 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/15 13:18
Making sure to avoid undefined behaviour

c4ca21fc – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/15 06:10
Moves opus_compare to the same base64 tar.gz as the rest of the code

48069bf9 – Gregory Maxwell <greg@xiph.org> authored on 2011/09/15 07:33
Documentation and build script updates.

25f7f355 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/14 05:50
Implements OPUS_GET_PITCH that queries the decoded pitch

bceb8e15 – Ralph Giles <giles@mozilla.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2011/09/13 20:04
Remove redundant API parameter comments from opus_multistream.c.

1c1cf7d0 – Ralph Giles <giles@mozilla.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2011/09/13 19:56
More documentation for the multistream API.

2ca6c5d2 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/13 20:06
more libcelt->celt renames

c3749909 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/13 14:21
renames the libcelt/ directory to celt/

92675068 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/11 18:00
Changing some TODOs that were really future optimization hints

af50ce92 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/11 16:13
Implements OPUS_MULTISTREAM_{EN|DE}CODER_GET_STATE

c63cc122 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/11 15:51
Implements multi-stream encoder requests the best we can

e448df83 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/11 14:12
Properly implementing the multistream decoder ctl()s

5257e3fe – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/11 12:12
TF decoding details

904e7a87 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/11 10:29
Adds a bound on the SILK rate to prevent it from busting the byte limit

8fdf2afb – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/10 17:56
integer type fixes

77519bfb – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/09 21:11
minor doc update

3bcf3678 – Gregory Maxwell <greg@xiph.org> authored on 2011/09/09 13:11
Documentation updates.

ee83c16e – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/09 11:19
Doxygen comment fixes

21452882 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/09 10:57
Opus now default to VBR

cdfb8f31 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/09 10:50
Making complexity default to 10 for the CELT part too

29095379 – Gregory Maxwell <greg@xiph.org> authored on 2011/09/09 10:24
Documentation updates.

131d8882 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/09 09:56
Makes multi-stream encoding code use the repacketizer

0ca076d5 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/09 09:49
Fixes multi-stream bug exposed in e335065a1ba72

f5ac8a68 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/09 07:31
test_opus now uses a string for the application

68bc8c04 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/09 07:10
Making RESTRICTED_LOWDELAY an "application" that's set at init time

d970a85c – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/08 17:41
Using opus_repacketizer_init() instead of opus_repacketizer_create() in the encoder

e4336a5c – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/08 14:19
Encoder can now produce 40- and 60-ms frames even for CELT-only and hybrid

823a0541 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/08 12:26
Fixes silly CBR/VBR inversion bug from 7954065c77

d186c913 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/08 11:13
Adds OPUS_SET_RESTRICTED_LOWDELAY() encoder ctl

07dceb72 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/08 09:53
Adds ctl() requests for forcing any operating mode in the encoder

75ff53c7 – Gregory Maxwell <greg@xiph.org> authored on 2011/09/08 04:13
Adds doxygen documentation for opus_defines.h.

f329fa6f – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/07 19:26
Multi-stage VQ for SILK is no longer relevant

4570db6a – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/07 13:15
Oops, remove duplicate description of the MDCT

4c0e25fc – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/07 13:06
Adds missing details about reserving the anticollapse/skip/stereo bits

b0f4e90b – Ralph Giles <giles@mozilla.com> authored on 2011/09/07 09:16
Move the fallback OPUS_VERSION to libcelt.

45b27da4 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/07 11:42
More work on the CELT encoder description, fixed Opus figures

d9438da5 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/07 10:47
Making the sampling rate an int32 in the multi-stream API

612b88b1 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/07 10:23
Fixes a warning about assignment in an if()

aa5ea6ee – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/09/07 08:28
Security Considerations update

09767575 – Ralph Giles <giles@mozilla.com> authored on 2011/09/07 07:18
Tell automake to clean the doxygen output.

1b951961 – Ralph Giles <giles@mozilla.com> authored on 2011/09/07 06:40
Add minimal doxygen markup to the public headers.