shithub: opus

RSS feed

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.