1. d70b8ed Corrections to doc by Mark Harris · 9 years ago
  2. 57842da configure: Remove empty else clauses from AS_IF by Timothy B. Terriberry · 9 years ago
  3. c232f65 Adds "arch" argument to MIPS MDCT by Rhishikesh Agashe · 9 years ago
  4. db7a0d6 Fix dump_modes output for fixed-point NE10. by Timothy B. Terriberry · 9 years ago
  5. bae8545 armv7: Enable NE10's fixed-point FFT for the MDCT by Viswanath Puttagunta · 9 years ago
  6. ba8713c armv7: Optimize fixed point FFT using NE10 library by Viswanath Puttagunta · 9 years ago
  7. 3807af3 test_unit_dft: Add nfft = 60, 240, 480 tests by Viswanath Puttagunta · 9 years ago
  8. 19c5406 armv7(float): Optimize decode usecase using NE10 library by Viswanath Puttagunta · 9 years ago
  9. f48abe8 armv7(float): Optimize encode usecase using NE10 library by Viswanath Puttagunta · 9 years ago
  10. 0fe5143 Move the external ARM asm to a separate library. by Timothy B. Terriberry · 9 years ago
  11. d71c297 Add entcode.c to the dump_modes binary. by Timothy B. Terriberry · 9 years ago
  12. c9c2035 Fixes compile problems for MIPS by Rhishikesh Agashe · 9 years ago
  13. 50d6701 trivial_example: Fix error message by Mark Harris · 9 years ago
  14. a6595e6 Extra safety against NaNs in surround_analysis() by Mark Harris · 9 years ago
  15. 7c49ad0 Preventing NaNs from crashing surround_analysis() by Jean-Marc Valin · 9 years ago
  16. 5dca296 Remove spurious ACLOCAL_FLAGS variable from autogen.sh. by Ralph Giles · 9 years ago
  17. 3a1dc9d Make it possible to pass in paths to opus_demo and opus_compare. by Jonathan Lennox · 9 years ago
  18. 0bc1ecc Create OPUS_FAST_INT64 macro, to abstract conditions where opus_int64 should be used. by Jonathan Lennox · 9 years ago
  19. a7c1ebf Use ProjectReference rather than AdditionalDependencies for test programs, so build dependencies are right. by Jonathan Lennox · 9 years ago
  20. fee0ed0 Add intrinsics support to Visual Studio build. by Jonathan Lennox · 9 years ago
  21. 43120f0 Reorganize x86 SSE intrinsics code. by Jonathan Lennox · 9 years ago
  22. cb0875e Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled with appropriate compiler flags. Otherwise, compilers are allowed to take advantage of (e.g.) -msse4.1 to generate code that uses SSE4.1 instructions, even when no SSE4.1 intrinsics are explicitly used in the source. by Jonathan Lennox · 9 years ago
  23. 26fc5c3 Remove some unnecessary #includes from x86cpu.c. by Jonathan Lennox · 9 years ago
  24. 577bfb1 Fix struct initialization of CPU_Feature structure. by Jonathan Lennox · 9 years ago
  25. 33cf9e2 Fix cpuid asm on 32-bit PIC. by Jonathan Lennox · 9 years ago
  26. ee6ec63 Fix instruction used for cpuid test. by Jonathan Lennox · 9 years ago
  27. 1d60b49 In optimized mode, don't force Clang to use explicit load/store for _mm_cvtepi16_epi32, only for _mm_cvtepi8_epi32. Adjust comment accordingly. by Jonathan Lennox · 9 years ago
  28. b4aa5dc Reorganize configure's detection of intrinsics functions: by Jonathan Lennox · 9 years ago
  29. 56d8504 Fixes bitrate statistics for decode-only operation and inband FEC by Koen Vos · 9 years ago
  30. 3499e78 Fix for flutter with FEC by Koen Vos · 9 years ago
  31. 8adff0b Fix const struct to work with C++ compilation by Mark Harris · 9 years ago
  32. 4feb0df Silence clang -Wcast-align warnings by Mark Harris · 9 years ago
  33. 348e694 Eliminate signed division overhead in align() by Mark Harris · 9 years ago
  34. ef86768 Simplify and generalize implementation of align(). Should be very efficient on sensible platforms, and correct everywhere. by Jonathan Lennox · 9 years ago
  35. 24539c4 Make align() work even on machines with 32-bit chars by Jean-Marc Valin · 9 years ago
  36. e90adb0 More conservative alignment by Jean-Marc Valin · 9 years ago
  37. fc0276f Update the oggopus draft. by Timothy B. Terriberry · 9 years ago
  38. 25c2f62 Improve OPUS_GET_LSB_DEPTH documentation. by Timothy B. Terriberry · 9 years ago
  39. 3bd0231 Add release checksums. by Ralph Giles · 9 years ago
  40. ccfb066 oggopus: Bump draft date and version for 07 publication. by Timothy B. Terriberry · 9 years ago
  41. 5b20cb0 rtp draft -11 by Jean-Marc Valin · 9 years ago
  42. 51abf48 rtp draft -10 (deleting text) by Jean-Marc Valin · 9 years ago
  43. 5771a67 IESG RTP draft update by Jean-Marc Valin · 9 years ago
  44. 36e0445 Ogg Opus draft: Address chair review comments. by Timothy B. Terriberry · 9 years ago
  45. 6814b2c Avoiding the term "mode" in opus_demo by Jean-Marc Valin · 9 years ago
  46. 2d83e7e Wrap _mm_cvtepi...() intrinsics in macros on clang. by Timothy B. Terriberry · 9 years ago
  47. 3b74d8b opus_demo: remove unused but set values by Tristan Matthews · 9 years ago
  48. 75d81f5 Document how to tell if your build is fixed-point. by Timothy B. Terriberry · 9 years ago
  49. 45cbdff Adds MIPS files to the make dist tarball by Jean-Marc Valin · 9 years ago
  50. 155f99c Addressing Gen-ART comments on the RTP draft by Jean-Marc Valin · 9 years ago
  51. 66611f1 RTP draft: chair review by Jean-Marc Valin · 9 years ago
  52. fdc6d3c Update ISO Base Media Format draft to version 0.6.6. by Ralph Giles · 10 years ago
  53. af68b85 Update ISO Base Media Format draft to version 0.6.2. by Ralph Giles · 10 years ago
  54. 65fb456 RTP: the return of maxaveragebitrate by Jean-Marc Valin · 10 years ago
  55. 7422189 Fix silk_VQ_WMat_EC_sse4_1(). by Timothy B. Terriberry · 10 years ago
  56. 23f503a Fix warnings in pedantic build. by Timothy B. Terriberry · 10 years ago
  57. 0b0a2b4 armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsics by Viswanath Puttagunta · 10 years ago
  58. 5b712da Document the motivation for the 120 ms repacketizer limit. by Ralph Giles · 10 years ago
  59. 7424bb0 Fix the quoting of AC_LANG_PROGRAM by Ron · 10 years ago
  60. 3b1928c RTP draft: addressing comments from Martin Thompson by Jean-Marc Valin · 10 years ago
  61. aad2818 Fix celt_pitch_xcorr_c signature. by Timothy B. Terriberry · 10 years ago
  62. 25b27a9 multistream: improve arg check by Mark Harris · 10 years ago
  63. d10755e RTP draft in last call by Jean-Marc Valin · 10 years ago
  64. 8921f82 float_cast: Fix MSVC ARM build by Cameron Gutman · 10 years ago
  65. 8ab1968 oggopus: bump draft date and version for 06 publication. by Ralph Giles · 10 years ago
  66. 79cce68 oggopus: Mention 'malformed' at the first instance of invalid TOC. by Ralph Giles · 10 years ago
  67. ddbc768 oggopus: Refer to RFC 6716 on how to handle malformed packets. by Ralph Giles · 10 years ago
  68. ba409a4 oggopus: use 'invalid' to match other occurances and RFC 6716. by Ralph Giles · 10 years ago
  69. 54f061d oggopus: Improve wording. by Ralph Giles · 10 years ago
  70. a38044e oggopus: Refer to 'TOC sequence' instead of byte. by Ralph Giles · 10 years ago
  71. 5e0c904 oggopus: Fix opus_encode_ctl invocations. by Ralph Giles · 10 years ago
  72. 3731a57 oggopus: Improve wording. by Ralph Giles · 10 years ago
  73. 08aa815 oggopus: bump draft date and version for 05 publication. by Ralph Giles · 10 years ago
  74. 7abe7d6 oggopus: Clarify leading zeros are ok for R128 tags. by Ralph Giles · 10 years ago
  75. fd562ee tests: fix linking for --enable-fixed-point on ARM by Tristan Matthews · 10 years ago
  76. 32ff38b Update mp4 encapsulation spec to v0.5.3. by Ralph Giles · 10 years ago
  77. 554b349 There are no tabs in source code. by Timothy B. Terriberry · 10 years ago
  78. 020a0a4 Fix build bustage from c95c9a048. by Timothy B. Terriberry · 10 years ago
  79. c95c9a0 Cisco optimization for x86 & fixed point by xiangmingzhu · 10 years ago
  80. 8046033 -DOPUS_WILL_BE_SLOW to disable the no-optimization warning by Jean-Marc Valin · 10 years ago
  81. 93fe3ce Add build script for mp4 spec. by Ralph Giles · 10 years ago
  82. d19c314 Update mp4 encapsulation spec to v0.4.8. by Ralph Giles · 10 years ago
  83. 6d5ba30 Clarify that leading '+' is allowed in R128 tags. by Ralph Giles · 10 years ago
  84. 39c6b80 Remove weasel word. by Ralph Giles · 10 years ago
  85. 958285e Add wording about additional binary data in comment headers. by Ralph Giles · 10 years ago
  86. 8fd7c3f Add stylesheet for opus_in_isobmff draft. by Ralph Giles · 10 years ago
  87. ecd9105 Update mp4 encapsulation spec to v0.1.7. by Ralph Giles · 10 years ago
  88. 3c09b44 Import mp4 encapsulation spec v0.1.4. by Ralph Giles · 10 years ago
  89. da97db1 Fixes comments by Jean-Marc Valin · 10 years ago
  90. 648eb9a Takes into account a corner case with the multistream encoder by Jean-Marc Valin · 10 years ago
  91. e1326fe Lowered the smallest packet that the multi-stream encoder can encode by Jean-Marc Valin · 10 years ago
  92. 370286c updating the update draft by Jean-Marc Valin · 10 years ago
  93. 741ced3 minor language tweak to RTP draft by Jean-Marc Valin · 10 years ago
  94. 1307845 Apply further fixes from Ron. by Ralph Giles · 10 years ago
  95. 1204ed1 Fix mixed-case RFC 2119 keywords by Ron · 10 years ago
  96. ca7bde6 Fix ambiguous RFC 2119 keywords. by Ralph Giles · 10 years ago
  97. 0386df9 Clarify ambiguity between 'streams' and 'files'. by Ralph Giles · 10 years ago
  98. f157736 Ogg Opus updates from Ian Nartowicz. by Timothy B. Terriberry · 10 years ago
  99. dacfd28 os_support: fix misleading comments by Tristan Matthews · 10 years ago
  100. fd2992a Ogg Opus Draft: bump release date, version, and more cleanup. by Ralph Giles · 10 years ago