shithub: opus

RSS feed

027ec51b – Ralph Giles <giles@mozilla.com> authored on 2012/10/23 06:49
Fix MSVC format conversion warnings.

2572c1e7 – Nils Wallménius <nils@rockbox.org> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2012/10/21 10:06
Merge inverse mdct post-rotate and de-shuffle loops

ed627f04 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/10/19 15:57
Attempt to have at least two bands that are coded

b371cf84 – Ron <ron@debian.org> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2012/10/18 10:05
cd doc && make is not the same as make -C doc

3aa26473 – Ralph Giles <giles@mozilla.com> authored on 2012/10/17 07:12
Fix an indentation issue.

ca24259c – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/10/15 20:26
Fixes two bugs in the high-band attenuation code (gain_fade())

b7b5872c – Philip Jägenstedt <philip@foolip.org> authored and Gregory Maxwell <greg@xiph.org> committed on 2012/10/11 07:27
Fix minor issues reported by scan-build

96480ada – Philip Jägenstedt <philip@foolip.org> authored and Gregory Maxwell <greg@xiph.org> committed on 2012/09/28 07:01
Ignore files created by configure && make

ea7c9869 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/10/10 12:03
Adds OPUS_{G,S}ET_FORCE_CHANNELS requests to multistream API

e9b36c1e – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/10/10 09:53
Fixes comment-in-comment warning

f68799b2 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/07/12 13:36
Fixes the high-band hybrid gain from the previous commit

0b00b319 – Koen Vos <koen.vos@skype.net> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2012/07/12 10:55
Attenuates the HF in hybrid mode to match what SILK does below the cutoff

b56c278b – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/10/10 09:32
Fixes a fixed-point overflow in the new pitch code

9cbbcb53 – Koen Vos <koen.vos@skype.net> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2012/07/12 10:36
Improvements to the pitch search

1bcf028a – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/10/10 04:58
Using floor(.5+x) instead of lrint(x) for C90 compilers

1b61303f – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/10/09 16:18
Fixes a bug in the LSB_DEPTH code introduced in cf1053dc

b2e19ecd – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/10/09 15:13
copysignf() was C99-only

02dcf6aa – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/10/09 11:07
Fixes a fixed-point stereo savings issue causing a celt_ilog2(0)

5f4b8dd1 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/10/09 10:25
Fixes Makefile.unix

0e490591 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/10/09 09:43
Gets rid of unused boost analysis code that never worked anyway.

7315b35e – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/10/08 23:07
Merge branch 'exp_analysis7'

317ffc20 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/10/08 22:12
Tuning the speech/music probability model

ca82894e – Hanspeter Niederstrasser <nieder@users.sourceforge.net> authored and Gregory Maxwell <greg@xiph.org> committed on 2012/09/26 15:36
remove GNUism from install doc command

696d68c0 – Gregory Maxwell <greg@xiph.org> authored on 2012/10/06 06:51
Fix typo in documentation for opus_decoder_create().

9fec9bb3 – Gregory Maxwell <greg@xiph.org> authored on 2012/09/27 14:36
Belabor OPUS_SET_BITRATE instead of max_packet, as this is a common trap.

ba28403a – Philip Jägenstedt <philip@foolip.org> authored and Gregory Maxwell <greg@xiph.org> committed on 2012/09/27 10:38
Typo: FIND_PITCH_BANDWI(D)TH_EXPANSION

6d9c16d1 – Philip Jägenstedt <philip@foolip.org> authored and Gregory Maxwell <greg@xiph.org> committed on 2012/09/27 09:28
Fix common misspellings

e23b15f1 – Gregory Maxwell <greg@xiph.org> authored on 2012/09/26 04:33
Add some more multistream encoder API tests.

d8b0a242 – Gregory Maxwell <greg@xiph.org> authored on 2012/09/24 17:11
Docbug: Replace opus_encode_frame with opus_encode_float in doxygen.

2c3b5eed – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/09/21 10:33
Saves channels*overlap*4 bytes off the state encoder

6b45974f – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/09/20 18:00
Reduces rate/max rate to make room for redundancy

ff16ab09 – Ron <ron@debian.org> authored and Ralph Giles <giles@mozilla.com> committed on 2012/09/19 12:12
Just fix opus-uninstalled.pc instead of tweaking the build dir

cc71cded – Gregory Maxwell <greg@xiph.org> authored on 2012/09/19 05:43
Replace 'maximum frame size' with 'maximum packet duration' in the docs.

9a16e7f9 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/09/18 23:28
Fixes a CELT->hybrid switching issue

c40d5004 – Ron <ron@debian.org> authored and Ralph Giles <giles@mozilla.com> committed on 2012/09/19 03:56
Link the include dir into out-of-tree build dirs

bdf0abc0 – Gregory Maxwell <greg@xiph.org> authored on 2012/09/17 05:57
Move libm in pkgconf to Libs.private to avoid spurious dependencies.

3ef8a166 – Ralph Giles <giles@thaumas.net> authored on 2012/09/16 20:05
Opus custom requires libm unconditionally.

d47ddfb4 – Ralph Giles <giles@thaumas.net> authored on 2012/09/16 19:09
Add -lm to the pkg-config link line.

a66642a5 – Ralph Giles <giles@thaumas.net> authored on 2012/09/16 19:15
Remove FLOATING_POINT from config.h.

2d2f4621 – Ralph Giles <giles@thaumas.net> authored on 2012/09/16 19:14
Remove 'low-delay' from the pkg-config description.

cf6284a1 – Ralph Giles <giles@thaumas.net> authored on 2012/09/16 18:40
Capitalize Opus in the pkg-config file comment header.

0a171850 – Gregory Maxwell <greg@xiph.org> authored on 2012/09/15 21:07
Add a make install instruction to the README.