shithub: opus

RSS feed

d02ec93f – Ralph Giles <giles@mozilla.com> authored on 2016/07/08 06:10
Add a minimal travis continuous integration script.

bcea233f – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/07/07 07:54
Makes CBR calculations more accurate for 60-ms frames

eff72e47 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/07/06 22:33
Respect CBR even at ridiculourly low rate

e959f0d5 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/07/06 21:23
Prevents an invalid ToC to be generated at ridiculously low rate

4b1f45e4 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/07/06 18:25
make len==0 return OPUS_INVALID_PACKET rather than OPUS_BAD_ARG for opus_packet_parse_impl()

5e50f1f9 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/07/06 17:41
Check for len<1 in opus_packet_parse_impl()

096f5d37 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/06/18 06:05
Remove tabs from source code.

05d3e794 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/11/20 18:03
Add Aarch64 intrinsic for SIG2WORD16.

512f17a2 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/11/20 18:03
Add Aarch64 intrinsics for saturated add/subtract.

87973603 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/11/20 18:03
Add configure check for Aarch64-specific Neon intrinsics.

87c670db – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/11/20 18:03
Clean up formatting of configure output for ARM intrinsics detection.

81b699c6 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/11/20 18:03
Add OPUS_FAST_INT64 definition of silk_SMULWT.

c59c138d – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/11/20 18:03
Explicitly cast results of silk OPUS_FAST_INT64 macros back to opus_int32.

d6a44c55 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/11/20 18:03
Add OPUS_FAST_INT64 flavors of celt/fixed_generic.h macros.

8da4f849 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/11/20 18:03
Move OPUS_FAST_INT64 definition to celt/arch.h.

92f9c82a – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/11/20 18:03
Clean up some intrinsics-related wording in configure.

6d279023 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/11/20 18:03
Enable intrinsics by default.

7017f550 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/12/22 14:21
Add Neon fixed-point implementation of xcorr_kernel.

7f1c6fa6 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/12/22 14:21
Add Neon intrinsics for Silk noise shape feedback loop.

81a19427 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/12/22 14:21
Apply Neon short prediction optimization to silk_noise_shape_quantizer_del_dec.

44e8e738 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/12/22 14:21
Add Neon intrinsics for Silk noise shape quantization.

fdb3b3ac – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/12/22 14:21
Add named constants for ARM architecture variants.

920ff718 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/11/20 18:02
Enable Neon intrinsics for aarch64.

8cb14872 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/11/20 18:02
Rename OPUS_ARM_NEON_INTR AM_CONDITIONAL as HAVE_ARM_NEON_INTR, for consistency with x86.

ab61f328 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/12/14 11:06
Reorganize ARM CPU #ifdefs.

e6ac9fa9 – Jonathan Lennox <jonathan@vidyo.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2015/11/20 18:02
Move ARM-specific macro overrides to arm-specific file.

58dbcf23 – Mark Harris <mark.hsj@gmail.com> authored on 2016/07/06 10:17
Update URLs

b15172a3 – Ralph Giles <giles@thaumas.net> authored on 2016/07/06 09:00
Fix typo.

8801655c – Ralph Giles <giles@mozilla.com> authored on 2016/07/06 08:45
Update links in release checklist.

d177d765 – Ralph Giles <giles@mozilla.com> authored on 2016/07/06 06:45
Add checksums for opusfile 0.8.

29d1369a – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/07/05 08:07
Replace another useless 32x16 multiply with 16x16

3f4a64fa – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/07/05 07:47
Replacing some 32x16 multiplies with 16x16 when both operands are 16 bits

e30e9a76 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/07/04 11:44
Fix folding bug in draft too

c3563be6 – Ralph Giles <giles@mozilla.com> authored on 2016/07/04 06:39
Assert non-overlapping memcpy. r=mark4o

9203565f – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/07/04 06:45
Forgot to call RESTORE_STACK in 328953e1896432bc700b9b5c69ae2987c5d752f4

1b0d40fc – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/07/04 06:42
update draft fixes

328953e1 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/07/03 21:29
Making calls to opus_packet_pad() on a bad packet return OPUS_INVALID_PACKET

f6f8487b – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/07/01 12:09
minor update draft update

4a4bc080 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/06/30 14:01
Adding hybrid folding section and new testvectors to the update draft

d6642d69 – Michael Graczyk <mgraczyk@google.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2016/06/29 16:30
Fix build error from comma at end of enum

164f7dfa – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/06/29 19:16
Addressing more issues from scan-build

9b1a27a3 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/06/29 19:11
Address static analysis reports from scan-build

1ac3a563 – Michael Graczyk <mgraczyk@google.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2016/04/04 15:31
Add static bitrate allocation and force CELT-only for ambisonics encoding

3925668b – Michael Graczyk <michael@mgraczyk.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2016/05/02 17:42
Add experimental support for ambisonic encoding

914476c6 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/06/27 19:44
Fixes an invalid read in compute_stereo_width() for 2.5 ms frames at 12 kHz

b66080a8 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/06/20 08:11
Fixes minor code quality issues in CELT

b1034eb1 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/06/20 08:09
Fixes potential overflow on 16-bit platforms

7252c258 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/06/19 10:44
Fixes signed integer overflow in fixed-point Burg

ddea3a6f – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/06/18 07:15
Fixes a fixed-point precision issue in remove_doubling()

b370a938 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/06/17 16:58
Fixes an overflow in the constrained VBR code for bitrate>64000

5ead149c – Felicia Lim <flim@google.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2016/06/04 06:10
Saturate when adding prediction to LPC excitation to avoid integer overflow

e26abfac – Ralph Giles <giles@mozilla.com> authored on 2016/06/02 10:13
Update ISO Base Media Format draft to version 0.6.8.

225e09ca – Jonathan Lennox <jonathan@vidyo.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2016/05/31 11:52
List intrinsics flags being tested after existing cflags, so they override other options.

dc92dab2 – Jonathan Lennox <jonathan@vidyo.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2016/05/31 11:52
Modify autoconf tests for intrinsics to stop clang from optimizing them away.

99aaff59 – Ricardo Constantino (:RiCON) <wiiaboo@gmail.com> authored on 2016/05/18 17:22
Add remaining generated files to gitignore

165e11c9 – Ricardo Constantino (:RiCON) <wiiaboo@gmail.com> authored on 2016/05/18 16:58
Clean doxygen_sqlite3.db

97e4176e – Ricardo Constantino (:RiCON) <wiiaboo@gmail.com> authored on 2016/05/18 16:21
Move .exe back to root .gitignore for mingw builds

a8f61157 – Ralph Giles <giles@mozilla.com> authored on 2016/05/18 08:24
Update EXTRA_DIST to ship the VS2015 project files.

a01b0ab2 – Ralph Giles <giles@mozilla.com> authored on 2016/05/18 07:53
Remove VS2010 project files.

67fe2adc – Orestes Zoupanos <oresteszoupanos@hotmail.com> authored on 2016/05/17 19:08
Move Visual Studio GitIgnores to own file

d274f57a – Orestes Zoupanos <oresteszoupanos@hotmail.com> authored on 2016/05/17 19:06
Fix DLL errors and Additional Library Directories

5ff11c02 – Ricardo Constantino (:RiCON) <wiiaboo@gmail.com> authored and Ralph Giles <giles@mozilla.com> committed on 2016/04/20 15:40
Fix VS2015 dynamic builds by adding DLL_EXPORT to CFLAGS

81094ab4 – Ralph Giles <giles@mozilla.com> authored on 2016/05/11 11:59
Remove redundant .gitignore entries.

bdd2d985 – Orestes Zoupanos <oresteszoupanos@hotmail.com> authored and Ralph Giles <giles@mozilla.com> committed on 2016/05/11 18:11
Better Git Ignores for Visual Studio. r=rillian

36fd6cac – Ralph Giles <giles@mozilla.com> authored on 2016/05/11 11:50
Don't ignore win32.

ae8fec4c – uraymeiviar <uraymeiviar@gmail.com> authored and Ralph Giles <giles@mozilla.com> committed on 2015/11/06 17:25
fix build settings for DLL project, runtime library must be linked to DLL too to prevent heap deallocation error

3aaddaf5 – uraymeiviar <uraymeiviar@gmail.com> authored and Ralph Giles <giles@mozilla.com> committed on 2015/11/06 16:58
Added Visual Studio 2015 solution and added ReleaseDLL and DebugDLL Project settings to produce .dll file instead of .lib

4d3decfe – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/04/22 11:10
Fixes floating-point bug introduced in be9e747bcc542c277d30f6c78a57b0940e0c5b5e

6e961737 – Daniel Verkamp <daniel@drv.nu> authored and Ralph Giles <giles@mozilla.com> committed on 2015/10/21 13:24
win32: only use dllexport when building DLL

787eee29 – Felicia Lim <flim@google.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2016/04/06 07:23
Turn on CELT's PLC only if there are >=2 packets received consecutively.

fab6397a – Soren Skak Jensen <soren.skak@wearezeta.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2016/03/15 10:51
cng exitation signal can saturate. Use same scaling as PLC and normal decoding

e40df016 – Felicia Lim <flim@google.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2016/03/30 11:11
Fix valgrind unaddressable mem read error

be9e747b – Jean-Marc Valin <jmvalin@jmvalin.ca> authored on 2016/03/21 09:11
Fixes overflows on CPUs with 16-bit ints

02f3ac22 – Felicia Lim <flim@google.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2016/03/18 04:52
fix for divide by zero

c43b1bc8 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/02/22 12:51
oggopus: Update version and date for -14

2d5b5dde – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/02/17 13:24
oggopus: Address Barry Leiba's IESG comments.

c2c60072 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/02/17 12:31
oggopus: Fix page numbers in example diagram.

fcdaef55 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/02/17 12:30
oggopus: Update Wikipedia URLs.

b9dff4b3 – Ralph Giles <giles@thaumas.net> authored on 2016/02/16 21:13
oggopus: Fix typo.

f26c3530 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/02/16 13:05
oggopus: Address Stephen Farrell's IESG comments.

81bb160d – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/02/12 08:02
oggopus: Update version and date for -13

5d093661 – Ralph Giles <giles@mozilla.com> authored on 2016/02/09 04:49
Remove unused patch file.

c4c897ea – flim <flim@google.com> authored and Jean-Marc Valin <jmvalin@jmvalin.ca> committed on 2016/02/09 10:59
Expand SILK macro to avoid "Wexpansion-to-defined" violation

288bd59f – Ralph Giles <giles@mozilla.com> authored on 2016/02/03 07:36
Remove unused patch file.

ae1807f1 – Ralph Giles <giles@mozilla.com> authored on 2016/02/03 07:32
Remove generation date from docs.

3270d1e7 – Ralph Giles <giles@mozilla.com> authored on 2016/02/03 07:28
Clean up footer.html.

96591ca0 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/02/03 00:42
oggopus: Additional minor rewording.

82719355 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/02/02 17:18
oggopus: Update version and date for -12

bb054b59 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/02/02 17:11
oggopus: Minor rewording.

e7913558 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/02/02 17:05
oggopus: Update the acknowledgements.

b3cec878 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/02/02 17:00
oggopus: Add a BSD license header.

a091cb70 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/01/28 08:37
oggopus: Revert reference to RFC 4732 back to informative.

f6adff60 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/01/28 05:34
oggopus: Update version and date for -11

9adc59be – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/01/28 05:30
oggopus: Specify that the new IANA registry is top-level.

28cbae01 – Ralph Giles <giles@thaumas.net> authored on 2016/01/15 10:59
Remove default settings from Doxygen config.

f21970a6 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/01/15 10:57
Docuemnt the source of the 2.5 ms and 48 kHz restrictions.

44f87362 – Ralph Giles <giles@mozilla.com> authored on 2016/01/15 10:30
oggopus: Fix continued packet lacing reference.

dd87956d – Mark Harris <mark.hsj@gmail.com> authored on 2016/01/13 16:09
Add /topic update to release checklist

43e8bd46 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/01/12 08:36
oggdraft: Update version and date for -10

7bb5df48 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2016/01/12 08:36
oggdraft: Fix typo.

Next