shithub: opus

RSS feed

11785e92 – Gregory Maxwell <greg@xiph.org> authored on 2011/08/15 09:03
Make dump_modes.c include the arguments in the output.

5cfa0a0e – Gregory Maxwell <greg@xiph.org> authored on 2011/08/15 08:35
Respect the ANSI C89 maximum line length.

9a7539fc – Gregory Maxwell <greg@xiph.org> authored on 2011/08/15 07:35
Remove two branches from bitexact_cos(). These cases were actually

4dc0b397 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/15 07:24
Replacing SPK_INLINE by static inline

0b75940c – Gregory Maxwell <greg@xiph.org> authored and Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> committed on 2011/08/15 06:35
Add cwrs32-test coverage for some N which are only used

5a48412f – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/15 06:49
Including config.h from all the SILK files

a6b4e256 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/15 06:20
Making the MDCT produce interleaved data

dbeb86fd – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/15 06:01
Making the IMDCT work on interleaved data

1c6c3d17 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/15 05:43
Removes unused functions from cwrs.c

2e78b276 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/15 05:39
kiss fft cleanup

dbe9a439 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/15 05:01
Renames the kiss FFT implementation to reduce the risk of symbol clashes

ad15ed84 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/14 22:36
Making forward and inverse FFT non-recursive

7c69461b – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/14 14:01
Removing (already broken) support for strides in kiss-fft

81936d5f – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/12 21:44
Properly take into account the frame size to decide the mode

0c08a99a – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/12 21:44
Fixes a pretty bad stereo bug in test_opus

86dd9840 – Gregory Maxwell <greg@xiph.org> authored on 2011/08/12 15:03
Rearrange mode structure to avoid wasting memory from padding.

e866ee55 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/12 12:23
Identifying the fuzzing builds in the version string

3120e225 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/12 12:17
Fixes a stereo rate mismatch bug

b288c507 – Gregory Maxwell <greg@xiph.org> authored on 2011/08/12 10:22
Correct anti_collapse in the decoder to handle the stereo

f9b1b3fe – Gregory Maxwell <greg@xiph.org> authored on 2011/08/12 09:08
Shrink INV_TABLE to save a little memory.

da752d18 – Gregory Maxwell <greg@xiph.org> authored on 2011/08/12 08:05
Eliminate some unreachable cases from the cwrs code and fixup the

68545565 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/11 20:30
Fixes a mode transition bug found by fuzzing

f334c82e – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/11 12:21
Adds a fuzzing mode that causes the encoder to make random decisions

c2d86f06 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/10 10:17
Fixed multiple bugs in the repacketizer

e8dbcb8f – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/10 05:47
Adds a test_repacketizer tool and fixes a few of the bugs in the repacketizer

369553f1 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/10 04:54
Repacketization code (untested)

4154dad4 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/08 07:57
Refactoring the decoder to create opus_packet_parse()

5e9f7fc3 – Gregory Maxwell <greg@xiph.org> authored and Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> committed on 2011/08/07 18:42
Unit tests for bitexact_cos() and bitexact_log2tan().

817220e9 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/08 07:33
Using a more conservative trim (just in case) following Greg's last patch

f93d81b1 – Gregory Maxwell <greg@xiph.org> authored on 2011/08/06 20:57
Correct allocation tilt estimation in the CELT encoder for stereo.

fd386fd9 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/05 07:05
removes tandem test

dac77d13 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/05 06:53
Fixes the celt_exp2() test (not the function, the test itself)

bf6a4e01 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/05 06:47
Re-enables test cases, including the rotation test

b91d00d1 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/05 05:41
Fixes two test cases

a8ac44b6 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/05 04:47
Using the real version name instead of the last tag name

9d8b5196 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/03 08:44
Adds OPUS_GET_LOOKAHEAD

63fd63d6 – Gregory Maxwell <greg@xiph.org> authored on 2011/08/02 13:13
Rename libcelt/static_modes_(fixed|float).c to .h to better reflect

2852cb14 – Ralph Giles <giles@mozilla.com> authored on 2011/08/02 07:43
Tell automake to put object files in subdirectories.

5840aaf2 – Ralph Giles <giles@thaumas.net> authored on 2011/08/02 06:33
Remove duplicate 'libopus' from the fallback version string.

b8a30f9c – Ralph Giles <giles@thaumas.net> authored on 2011/08/02 06:17
Use 'libopus' rather than 'Opus' in the version string.