shithub: opus

RSS feed

00cb6f7a – Jean-Marc Valin <jean-marc.valin@octasic.com> authored on 2011/05/26 11:06
splitting encoder config in terms of application and signal type

541df0a9 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/05/25 20:22
Fixes an issue when triggering PLC before receiving any packet

479e18bc – Koen Vos <koen.vos@skype.net> authored and Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> committed on 2011/05/25 19:09
Removes auto mode and fixes a force_mono issue

be75f1d0 – Koen Vos <koen.vos@skype.net> authored and Jean-Marc Valin <jean-marc.valin@octasic.com> committed on 2011/05/25 13:18
Fixes a crash on fixed-point stereo voice and some valgrind uninitialized errors

e790b37d – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/05/24 16:58
test_opus error messages

9a7967a1 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/05/20 18:54
s/inline/static inline/

ea259d67 – Wessel Lubberhuizen <Wessel.Lubberhuizen@gmail.com> authored and Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> committed on 2011/05/20 06:41
Fixing silk fixed point

baed21dc – Jean-Marc Valin <jean-marc.valin@octasic.com> authored on 2011/05/19 13:25
Fixes a bug in the init() functions where were weren't zeroing the entire state

103302b3 – Jean-Marc Valin <jean-marc.valin@octasic.com> authored on 2011/05/19 13:17
Squashed commit of the following:

c77b9633 – Jean-Marc Valin <jean-marc.valin@octasic.com> authored on 2011/05/16 12:12
Removing useless files

27169ca9 – Jean-Marc Valin <jean-marc.valin@octasic.com> authored on 2011/05/16 10:10
Addressing all the FIXMEs in the code

21b1134a – Jean-Marc Valin <jean-marc.valin@octasic.com> authored on 2011/05/13 13:41
Code cleanup

f54a0a39 – Jean-Marc Valin <jean-marc.valin@octasic.com> authored on 2011/05/13 13:36
Reduces the PLC array sizes to what's necessary

5f3d1afc – Jean-Marc Valin <jean-marc.valin@octasic.com> authored on 2011/05/13 13:24
PLC cleanup

ba547467 – Jean-Marc Valin <jean-marc.valin@octasic.com> authored on 2011/05/10 13:54
Adding a decent auto/default bit-rate choice

4907d375 – Jean-Marc Valin <jean-marc.valin@octasic.com> authored on 2011/05/10 11:57
test_opus.c now checks the sampling rate

a11795c4 – Timothy B. Terriberry <tterribe@xiph.org> authored and Jean-Marc Valin <jean-marc.valin@octasic.com> committed on 2011/05/10 06:54
Reject more invalid packets in the decoder.

af1f5385 – Timothy B. Terriberry <tterribe@xiph.org> authored and Jean-Marc Valin <jean-marc.valin@octasic.com> committed on 2011/05/09 14:08
Intermediate draft edits.

58ecb1ac – Gregory Maxwell <greg@xiph.org> authored and Jean-Marc Valin <jean-marc.valin@octasic.com> committed on 2011/05/09 09:16
The encoder would crash in the PVQ search if fed NaNs via the float interface. This patch protects against it in two sufficient ways: Making the PVQ search robust against NaNs and by squashing NaNs to zero on input.

280c060b – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/05/05 16:47
Adds opus_{en|de}coder_init() and opus_{en|de|coder_get_size()

5095c470 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/05/05 15:47
Removes pointers from the Opus state

9edde426 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/05/05 11:30
Improvements to error handling and warning fixes

1a458862 – Timothy B. Terriberry <tterribe@xiph.org> authored and Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> committed on 2011/05/04 11:03
Disable parentheses warnings automatically.

09c67660 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/05/04 18:34
Rewrote the bandwidth selection code

85c599f9 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/05/04 17:01
Minor tuning the WB/SWB and SWB/FB thresholds

e0210c75 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/05/04 07:42
Fixes duplicate file in silk_sources.mk

243ff0c6 – Jean-Marc Valin <jean-marc.valin@octasic.com> authored on 2011/05/03 13:06
comments

0734cad5 – Jean-Marc Valin <jean-marc.valin@octasic.com> authored on 2011/05/03 12:20
Fixes bandwidth decision when reducing the bit-rate

ecb2ff7d – Jean-Marc Valin <jean-marc.valin@octasic.com> authored on 2011/05/02 07:26
Including config.h (fixes the fixed-point)