shithub: opus

RSS feed

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.