shithub: opus-tools

RSS feed

5be25490 – Gregory Maxwell <greg@xiph.org> authored on 2011/11/19 23:33
Incremental work rewriting opusenc.

9cdde2e9 – Gregory Maxwell <greg@xiph.org> authored on 2011/11/17 18:59
Opusdec print_comments hardening.

5fcf9ef3 – Gregory Maxwell <greg@xiph.org> authored on 2011/11/17 17:42
Fix opusenc comment writing.

3bffde39 – Gregory Maxwell <greg@xiph.org> authored on 2011/11/17 08:50
Fix opusenc stack corruption with large requested frames.

7fd590e2 – Gregory Maxwell <greg@xiph.org> authored on 2011/11/17 08:31
Fix oggdec stack corruption with large frames.

fe7df628 – Gregory Maxwell <greg@xiph.org> authored on 2011/10/30 21:56
Fixes build against current libopus.

2c0e6de4 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/08/29 10:22
Merge remote-tracking branch 'jmvalin/master'

979aca94 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/08/29 10:18
Error handling

bc8191a9 – Gregory Maxwell <greg@xiph.org> authored on 2011/08/29 09:55
Build fixes for the multistream error codes and some whitespace

8dfba387 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2011/08/26 21:40
Switching to multi-stream API

51319268 – Gregory Maxwell <greg@xiph.org> authored on 2011/08/23 08:51
Add noise shaping dither to opusdec.

c8ea3edb – Gregory Maxwell <greg@xiph.org> authored on 2011/08/19 08:18
Switch the encode and decode tools to use the float API and update for the VBR API change.

5db3932b – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/09 18:17
Now with non insane dB->gain calculation

ff18ca16 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/09 14:48
Adding a playback gain field to the header

32a40664 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/09 13:11
header fixes from bemasc

f8d9fe87 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/09 11:03
updated Ogg header comment

05a089c8 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/09 09:50
New version of the Opus header -- reversing the stream/channel map

e8baf599 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/04 14:15
Adding OpusTags at the front of comments packets

c2ee5af2 – Gregory Maxwell <greg@xiph.org> authored on 2011/08/04 11:12
Avoid high muxing delay by tracking and flushing, support for lower

3e3132be – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/04 06:52
s/sample_rate/input_sample_rate/

736d9347 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/04 06:32
Implements --speech and --music

d6007595 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/03 15:10
Comment bugfix: comment_init() was called too late.

e5551c09 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/03 15:04
Handling the preskip after resampling

cf6f6c7c – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/03 13:45
Adding code to drain the resampler

8e4c06e0 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/03 13:35
Now skips samples at the end according to the last granulepos

29724d05 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/03 13:21
Fixes granulepos computation in opusenc and ensures there's enough audio

380f6e64 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/03 06:24
proper pre-skip computation in the encoder

f47ff049 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/03 05:22
s/pregap/preskip/

7dbf0598 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/02 08:13
Multi-stream header support -- completely untested

3a6d00e7 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/02 08:03
Rejecting headers with junk at the end

ee4b1430 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/02 08:00
Making the header little endian like the rest

1d778017 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/02 07:54
Adds a version field and fixes pregap decoding

ae7ded8f – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/02 07:18
Pregap handling in opusenc, proper ending of audio read in opusenc

31614891 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/01 17:02
Resampling on the decoder side

bb0ca0a7 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/01 13:56
Basic resampling support in the encoder

c83e66fd – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/01 10:58
Bringing in the Speex resampler (not used yet)

dc278cc6 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/01 08:15
Properly determine the frame size in opusdec

45fcaf8e – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/01 08:01
Remove the rest of skeleton support from opusenc

e8ad9400 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/08/01 04:21
Decoder code updated to Opus

35c4fb88 – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/07/31 17:54
Header handlign code (completely untested)

22f60eed – Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> authored on 2011/07/29 16:44
Copying opusenc/opusdec from celtenc/celtdec