shithub: opus

RSS feed

c763a35e – Ralph Giles <giles@mozilla.com> authored on 2012/12/18 11:37
Update the oggopus script to use xml2rfc v2.

90bac9d1 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/14 09:01
Minor tuining of complexity thresholds

28ef277d – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/14 08:21
VBR code simplification

dae16fb9 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/13 16:40
Cleanup: tf_estimate now ranges from 0 to 1

f8809dda – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/12 10:22
Dynalloc rate calibration

1122d299 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/12 10:16
Makes "stereo savings" less aggressive on mono or near-mono.

b33db8f3 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/12 09:45
Makes tonality boost less aggressive

41fd7a12 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/12 09:41
Disables the new spread+tapset estimator

256c9595 – Ralph Giles <giles@mozilla.com> authored on 2012/12/11 05:17
Document that opus_packet_get_nb_frames, etc. can return OPUS_BAD_ARG.

8eb9bb79 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2012/12/07 09:07
Numerous PLC cleanups.

22d8dcf3 – Ralph Giles <giles@thaumas.net> authored on 2012/12/07 04:16
Remove the obsolete CELT_BUILD define from win32/config.h.

19239ea3 – Gregory Maxwell <greg@xiph.org> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2012/12/05 16:43
Add tests for GET_LAST_PACKET_DURATION.

a0737d1f – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/05 16:48
Fixes OPUS_GET_LAST_PACKET_DURATION

535efb07 – Gregory Maxwell <greg@xiph.org> authored on 2012/12/05 14:26
Add missing packet_get_nb_samples test coverage and fix test output.

119d53c9 – Ralph Giles <giles@mozilla.com> authored on 2012/12/05 10:57
Bump soname version to match the 1.0.x branch.

d215a113 – Ralph Giles <giles@mozilla.com> authored on 2012/12/05 06:57
Link to the new Microsoft patent license.

2c1a11ff – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/04 19:54
Adds assert to catch bug from previous commit

8c9c9b28 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/04 19:53
Fixes a multi-frame FEC issue that was caught by valgrind

9283114f – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/04 19:50
Adds explicit valgrind checks when ENABLE_VALGRIND is defined

d0fd9d4b – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/04 10:45
Implements opus_packet_get_nb_samples()

512d849c – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/04 09:13
Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()

a5bd4409 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/04 09:13
Don't update the internal decoder state until we know the packet is valid

7fcd66c4 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/04 10:07
Changes the PLC behaviour and fixes the FEC behaviour on concatenated packets

124f69b0 – Ralph Giles <giles@mozilla.com> authored on 2012/12/03 08:46
Remove MSVC incremental linking directives.

c093829c – Nils Wallménius <nils@rockbox.org> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2012/12/02 11:06
Do imdct post-rotate and deshuffle in-place.

aa3a599c – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2012/12/03 10:40
Fixes forward MDCT for overlaps that aren't a multiple of 4