shithub: opus

RSS feed

ad333d0d – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/08/24 07:54
Fix typo.

90772383 – Gregory Maxwell <greg@xiph.org> authored on 2012/08/23 06:14
More email address updates for AUTHORS.

8115a46b – Gregory Maxwell <greg@xiph.org> authored on 2012/08/21 13:56
Update testvector path and filename.

582eba6f – Gregory Maxwell <greg@xiph.org> authored on 2012/08/21 12:08
Additional multistream tests and reject channels<1 in MS API.

635b5f2f – Gregory Maxwell <greg@xiph.org> authored on 2012/08/21 10:24
Revise README, update AUTHORS emails.

11dd5522 – Ralph Giles <giles@thaumas.net> authored on 2012/08/21 07:22
Clarify a comment.

d6067378 – Ralph Giles <giles@thaumas.net> authored on 2012/08/21 06:49
Propagate OPUS_VERSION to config.h.

5685bd31 – Gregory Maxwell <greg@xiph.org> authored on 2012/08/20 06:45
Replace long long in celt/ with opus_int64.

de74fc1b – Gregory Maxwell <greg@xiph.org> authored on 2012/08/19 15:42
Remove C99ism in celt/tests/test_unit_mathops.c w/ fixed point build.

1b58bc74 – Gregory Maxwell <greg@xiph.org> authored on 2012/08/19 12:45
Include tests/run_vectors.sh in EXTRA_DIST.

e2e1fe92 – Gregory Maxwell <greg@xiph.org> authored on 2012/08/18 23:55
Use 64-bits in fixed point debug for _P16, fixes spurious failures.

3a9b3545 – Ralph Giles <giles@thaumas.net> authored on 2012/08/17 06:16
Fix an MSVC warning.

2b14ac23 – Chris Moeller <kode54@gmail.com> authored and Gregory Maxwell <greg@xiph.org> committed on 2012/08/16 12:13
genversion now adds the header comment to version.mk

91b2f6d6 – Ralph Giles <giles@mozilla.com> authored on 2012/08/16 09:38
Add 'compile' to the git ignore list.

88ee8a19 – Ralph Giles <giles@mozilla.com> authored on 2012/08/16 09:35
Use the string from version.mk in Makefile.draft.

59c5a82e – Ralph Giles <giles@mozilla.com> authored on 2012/08/16 07:39
Move the release version string to version.mk.

9322362b – Chris Moeller <kode54@gmail.com> authored and Gregory Maxwell <greg@xiph.org> committed on 2012/08/16 05:16
Updated Win32 genversion.bat to generate version.mk if Git is found, use it if it isn't, and produce unknown version and leave it untouched if it isn't already found

9a35da46 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/08/15 13:39
Bump version number

31cf4e1d – Gregory Maxwell <greg@xiph.org> authored on 2012/08/12 10:50
More doc fixes.

0e232490 – Ralph Giles <giles@mozilla.com> authored on 2012/08/10 10:42
Only install opus_*.3 manpages. Fixes 'make distcheck'.

8d2e9ade – Gregory Maxwell <greg@xiph.org> authored on 2012/08/10 13:21
Use configure.ac provided soname versioning.

07b8e612 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/08/08 11:13
Documentation updates for the CTLs.

417679c3 – Gregory Maxwell <greg@xiph.org> authored on 2012/08/09 04:39
Disable stack-protector for mingw32 and remove win32 restrict define.

e852c342 – Gregory Maxwell <greg@xiph.org> authored on 2012/08/09 03:29
Add MSVC makefiles to the dist tarball.

98eed74b – Gregory Maxwell <greg@xiph.org> authored on 2012/08/09 03:22
Avoid an inconsequential memory leak in tests/test_opus_decode.c.

4ee682f5 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/08/08 10:50
Bump version number to 1.0.1 and set libtool version

88c499c9 – Gregory Maxwell <greg@xiph.org> authored on 2012/08/07 20:52
Add basic {GET,SET}_LSB_DEPTH API tests.

bb389c67 – Gregory Maxwell <greg@xiph.org> authored on 2012/07/13 16:55
OPUS_{GET,SET}_LSB_DEPTH for multichannel.

1cd5d95b – Jean-Marc Valin <jmvalin@jmvalin.ca> authored and Gregory Maxwell <greg@xiph.org> committed on 2012/07/10 22:54
Implements OPUS_{GET,SET}_LSB_DEPTH

02f19c26 – Timothy B. Terriberry <tterribe@xiph.org> authored and Gregory Maxwell <greg@xiph.org> committed on 2012/08/06 06:01
Fix fixed-point testilog2.

0d57a5dc – Gregory Maxwell <greg@xiph.org> authored on 2012/08/06 06:52
Disable silk_get_TOC in the code, as it's not used or exposed.

622046c1 – Cyril Lashkevich <notorca@gmail.com> authored and Gregory Maxwell <greg@xiph.org> committed on 2012/08/06 12:38
Fixed sizeof param in silk_get_TOC. Size for memset was calculated wrong.

bf7c1605 – Gregory Maxwell <greg@xiph.org> authored on 2012/08/06 05:24
Fix opus_encode allowed frame sizes docs, reported by Stefan Hacker.

da3b5f77 – Chris Moeller <kode54@gmail.com> authored and Gregory Maxwell <greg@xiph.org> committed