shithub: opus

RSS feed

4a0bf960 – Ralph Giles <[email protected]> authored on 2013/05/24 21:28
Hack quoting of hanning article.

b243dca3 – Ralph Giles <[email protected]> authored on 2013/05/24 21:23
Wrap lookahead code example in a figure.

9e85220f – Ralph Giles <[email protected]> authored on 2013/05/24 21:20
Add a wikipedia reference for the Hanning window.

6bdbd26c – Ralph Giles <[email protected]> authored on 2013/05/24 21:18
Move the vorbis channel mapping to informative references.

7918ac13 – Ralph Giles <[email protected]> authored on 2013/05/24 21:16
Fix Ogg draft formatting.

5b6fe646 – Ralph Giles <[email protected]> authored on 2013/05/24 20:29
Remove an unnecessary comma.

2ad6eafc – Ralph Giles <[email protected]> authored on 2013/05/24 14:28
Merge JM's encoder suggestions.

25ffd5cd – Ralph Giles <[email protected]> authored on 2013/05/24 14:03
Bump Ogg draft version and date.

dfda81eb – Ralph Giles <[email protected]> authored on 2013/05/24 13:44
Move implementation status details to wiki.xiph.org.

85a6618a – Jean-Marc Valin <[email protected]> authored on 2013/05/23 23:41
Make pitch_xcorr() work when len and max_pitch aren't multiples of 4.

088929d1 – Jean-Marc Valin <[email protected]> authored on 2013/05/23 21:38
oops, removed a minus sign that should never have appeared

559fbe8b – Jean-Marc Valin <[email protected]> authored on 2013/05/23 21:09
Unrolled version of the pitch correlation

e3ad4ea1 – Timothy B. Terriberry <[email protected]> authored on 2013/05/23 15:33
Move misplaced RESTORE_STACK.

d19fb79b – Timothy B. Terriberry <[email protected]> authored on 2013/05/23 11:55
Make dump_modes compile again.

7e783b14 – Timothy B. Terriberry <[email protected]> authored on 2013/05/23 11:54
Move misplaced RESTORE_STACK.

7c74bc39 – Timothy B. Terriberry <[email protected]> authored on 2013/05/23 09:00
Remove an unused variable added in 85ede2c6.

33511f74 – Timothy B. Terriberry <[email protected]> authored on 2013/05/22 12:15
Minor configure adjustment.

cc6e26a2 – Timothy B. Terriberry <[email protected]> authored on 2013/05/22 11:46
Minor FFT cleanups.

cd3850c1 – Timothy B. Terriberry <[email protected]> authored on 2013/05/22 11:11
Port 1ed17cc2 to C_MUL and C_MUL4.

7cb54537 – Nils Wallménius <[email protected]> authored and Timothy B. Terriberry <[email protected]> committed on 2013/05/22 19:08
Slightly faster C_MULC for ARMv4.

70485d89 – Nils Wallménius <[email protected]> authored and Timothy B. Terriberry <[email protected]> committed on 2013/05/22 19:05
Faster MULT32_32_Q31 for ARM.

85ede2c6 – Timothy B. Terriberry <[email protected]> authored on 2013/05/22 11:26
Use more MAC16_16's and unroll a loop.

2040606f – Timothy B. Terriberry <[email protected]> authored on 2013/05/22 04:52
Minor ARMv5E cleanups.

006273c5 – Timothy B. Terriberry <[email protected]> authored on 2013/05/21 14:16
Use a table for PVQ encoding/decoding.

9d056284 – Timothy B. Terriberry <[email protected]> authored on 2013/05/21 09:42
Add new ARM headers to top-level file lists.

e095c3eb – Timothy B. Terriberry <[email protected]> authored on 2013/05/21 08:53
Move ARM asm into its own directories.

b518b56f – Timothy B. Terriberry <[email protected]> authored on 2013/05/20 11:29
Clean up register constraints.

9880c4cd – Timothy B. Terriberry <[email protected]> authored on 2013/05/19 16:52
Fix bustage in a16cef62.

41ce6e35 – Ron <[email protected]> authored on 2013/05/20 08:40
Make autogen.sh cut and paste proof

50b395bf – Ron <[email protected]> authored on 2013/05/20 08:31
Add support for autoconf macros in m4/

a16cef62 – Timothy B. Terriberry <[email protected]> authored on 2013/05/19 14:25
Replace silk_CLZ functions with EC_ILOG().

80ad3837 – Timothy B. Terriberry <[email protected]> authored on 2013/05/19 14:00
Convert quotes in license headers to ASCII.

972a34ec – Timothy B. Terriberry <[email protected]> authored on 2013/05/19 13:11
Add ARMv4/ARMv5E macros.

b7bd4c20 – Jean-Marc Valin <[email protected]> authored on 2013/05/18 19:33
celt_maxabs16() now returns an opus_val32 to avoid problems with -32768

35930698 – Jean-Marc Valin <[email protected]> authored on 2013/05/17 22:50
Change few remaining instances of short to opus_int16

918acd15 – Ron <[email protected]> authored on 2013/05/18 12:11
Use m4_esyscmd instead of m4_esyscmd_s

efdd3143 – Jean-Marc Valin <[email protected]> authored on 2013/05/17 22:14
Fixes fixed-point PLC issue reported in trac ticket #1954

f8eb44e8 – Jean-Marc Valin <[email protected]> authored on 2013/05/17 19:22
Making sure redundant frames never use outdated analysis info

bd477ce2 – Jean-Marc Valin <[email protected]> authored on 2013/05/17 10:31
Merge branch 'surround'

6e277c62 – Jean-Marc Valin <[email protected]> authored on 2013/05/17 10:15
Conservative use of bandwidth detection in CELT

278389de – Jean-Marc Valin <[email protected]> authored on 2013/05/16 22:03
Automatic bandwidth decisions get more conservative as rate increases.

74de3a58 – Jean-Marc Valin <[email protected]> authored on 2013/05/16 19:09
Saturates the last RC to 0.99 when Schur blows up

6862b44e – Jean-Marc Valin <[email protected]> authored on 2013/05/13 18:35
Slight simplification of the bandwidth detection code

3e6691a7 – Ron <[email protected]> authored on 2013/05/12 10:32
Don't repeatedly install the doc dir for every file

8f486e73 – Ron <[email protected]> authored on 2013/05/12 10:09
Remove opus_compare.o in Makefile.unix clean too

113242ca – Ron <[email protected]> authored on 2013/05/11 05:05
More gitignorance

8d925ec2 – Ron <[email protected]> authored on 2013/05/11 03:33
Don't fail hard if package_version does not exist

b7d5531f – Ralph Giles <[email protected]> authored on 2013/05/10 06:55
Change Visual Studio files to use PACKAGE_VERSION.

8ee899b6 – Ron <[email protected]> authored on 2013/05/10 22:13
More Makefile.unix tweaks

2f2f9d63 – Ron <[email protected]> authored on 2013/05/10 22:05
Fully automate version updating

80c4834c – Jean-Marc Valin <[email protected]> authored on 2013/05/09 12:52
Bump version to match 1.0.x branch

ac76b150 – Jean-Marc Valin <[email protected]> authored on 2013/05/09 12:17
Fixes an assertion failure in SILK

c9f857ef – Timothy B. Terriberry <[email protected]> authored on 2013/05/08 10:08
Fix bustage from c152d602.

c152d602 – Timothy B. Terriberry <[email protected]> authored on 2013/05/08 06:32
Use dynamic stack allocation in the SILK encoder.

dc58579c – Timothy B. Terriberry <[email protected]> authored on 2013/05/08 06:25
Fix several memory errors in the SILK resampler.

c41a8168 – Timothy B. Terriberry <[email protected]> authored on 2013/04/05 17:48
Remove trailing whitespace.

bfe52ceb – Timothy B. Terriberry <[email protected]> authored on 2013/04/03 15:38
Fix some warnings.

c973a596 – Ralph Giles <[email protected]> authored and Jean-Marc Valin <[email protected]> committed on 2013/04/30 09:37
Update implementation status for Firefox 20 stable release.

d66bdc73 – Jean-Marc Valin <[email protected]> authored on 2013/05/06 12:03
Revisit surround rate allocation

d2c484b5 – Jean-Marc Valin <[email protected]> authored on 2013/05/06 12:02
Adds spreading to the surround masking computation

a4dccd3f – Jean-Marc Valin <[email protected]> authored on 2013/05/04 19:54
Implements basic surround masking

7a8b1399 – Jean-Marc Valin <[email protected]> authored on 2013/04/29 14:32
Adds support for all Vorbis mappings

172f66a3 – Jean-Marc Valin <[email protected]> authored on 2013/04/26 22:29
More forced decisions in CELT LFE encoding

b08c4ca3 – Jean-Marc Valin <[email protected]> authored on 2013/04/26 12:32
Surround: Better LFE handling

1b72386a – Jean-Marc Valin <[email protected]> authored on 2013/04/25 17:34
Initial surround code with new API

b0429356 – Jean-Marc Valin <[email protected]> authored on 2013/05/04 22:22
Fixes missing initialization in OpusMSEncoder

1bf32bb5 – Jean-Marc Valin <[email protected]> authored on 2013/04/22 22:41
Fixes FEC issues introduced in 7fcd66c

f77410de – Jean-Marc Valin <[email protected]> authored on 2013/04/19 18:44
VBR bitrate calibration for variable duration.

3252bf2a – Jean-Marc Valin <[email protected]> authored on 2013/04/18 23:14
Variable framesize improvements

a8783a15 – Jean-Marc Valin <[email protected]> authored on 2013/04/15 11:49
Converts the analysis to ALLOC()

c37834b2 – Jean-Marc Valin <[email protected]> authored on 2013/04/14 22:45
Fixes a minor bug found by valgrind in the bandwidth detector

2fb4f5c4 – Gregory Maxwell <[email protected]> authored on 2013/04/05 15:16
Random complexity in the encoder tests.

a8f04b23 – Timothy B. Terriberry <[email protected]> authored on 2013/03/18 10:42
Fix some 16-bit int issues in the multistream API.

74d43f0a – Jean-Marc Valin <[email protected]> authored on 2013/03/18 13:05
Minor soft clipping doc fix

99e8a935 – Ralph Giles <[email protected]> authored on 2013/03/12 18:57
Remove -Wdeclaration-after-statement.

c5e04e4a – Jean-Marc Valin <[email protected]> authored on 2013/03/12 07:24
Makes bandwidth detection less aggressive.

f982b84d – Jean-Marc Valin <[email protected]> authored on 2013/03/11 12:25
Fixes a minor glitch on SILK bandwidth changes

42f39c54 – Ralph Giles <[email protected]> authored on 2013/03/11 06:59
Add -Wdeclaration-after-statement.

933a2754 – Koen Vos <[email protected]> authored and Jean-Marc Valin <[email protected]> committed on 2013/03/11 09:30
High-band attenuation tuning for hybrid mode

5a6e7c8b – Jean-Marc Valin <[email protected]> authored on 2013/03/11 09:41
Fixes pseudo-stack

22345ef1 – Taihei Momma <[email protected]> authored and Jean-Marc Valin <[email protected]> committed on 2013/03/11 09:07
Fixes OPUS_SET_EXPERT_FRAME_DURATION_REQUEST for multi-stream

097fd4b1 – Robert Meakins <[email protected]> authored and Jean-Marc Valin <[email protected]> committed on 2013/03/11 08:59
Fixes C90 issues for obsolete compilers

d865fe61 – Jean-Marc Valin <[email protected]> authored on 2013/03/11 07:35
Adds stereo width computation

f96fc8cc – Jean-Marc Valin <[email protected]> authored on 2013/03/08 07:29
Merge branch 'exp_analysis'

fa43c770 – Jean-Marc Valin <[email protected]> authored on 2013/03/08 06:35
Making CELT stereo<->mono transitions gradual

f55b0eac – Jean-Marc Valin <[email protected]> authored on 2013/03/07 13:13
Documentation fixes

a41a585f – James Zern <[email protected]> authored and Gregory Maxwell <[email protected]> committed on 2013/02/27 08:16
test_opus_decode: force integer constants unsigned

d9aa6e04 – Jean-Marc Valin <[email protected]> authored on 2013/03/01 11:07
Oops, fixed API name from previous commit

32c4a0c9 – Jean-Marc Valin <[email protected]> authored on 2013/03/01 10:18
Applies soft-clipping to the int decoder API.

73142b10 – Jean-Marc Valin <[email protected]> authored on 2013/02/28 10:30
Makes the speech/music probability estimation mode conservative

742aac10 – Jean-Marc Valin <[email protected]> authored on 2013/02/22 11:44
Adds silence probability to speech/music detector

74f36b56 – Jean-Marc Valin <[email protected]> authored on 2013/02/20 17:31
oops s/IMAX/IMIN/

51f4a32e – Jean-Marc Valin <[email protected]> authored on 2013/02/19 23:08
Adds support for delayed decision

69c3dcd1 – Jean-Marc Valin <[email protected]> authored on 2013/02/18 22:42
Fixes a bug introduced in 851f803

3ecd9c20 – Jean-Marc Valin <[email protected]> authored on 2013/02/18 19:42
Fixes two bandwidth decision issues

851f8033 – Jean-Marc Valin <[email protected]> authored on 2013/02/17 20:43
Moves mono downmixing and upsampling to the compute_mdcts()

541a472f – Jean-Marc Valin <[email protected]> authored on 2013/02/17 16:21
Adds code to revise the transient decision using the band energy

10a34a5d – Jean-Marc Valin <[email protected]> authored on 2012/12/19 19:23
Making multistream variable duration work for both the float and int API

bb43b8b6 – Jean-Marc Valin <[email protected]> authored on 2012/12/17 13:02
No need for extra_buffer anymore

95561be6 – Jean-Marc Valin <[email protected]> authored on 2012/12/17 12:54
Better handling of the multistream bitrate

Next