Skip to content
Snippets Groups Projects
  1. Jun 12, 2020
  2. Nov 11, 2016
  3. Sep 16, 2013
  4. Jul 15, 2013
    • Ralph Giles's avatar
      Disable MSVC posix security warnings in the project file. · ecc81ee6
      Ralph Giles authored
      By default Visual Studio warns about various C stdlib calls,
      recommending non-portable replacements instead. We disable
      this warning in a number of places in the source.
      
      Since they're specific to the Visual Studio build, it's better
      to disable them just in the project files where they always
      apply to the correct toolchain.
      
      I have only added the disable setting to project files which
      need it currently: opus, test_opus_encode, and test_opus_decode.
      ecc81ee6
    • Ralph Giles's avatar
      Conditionalize #pragma warn for MSVC. · 25eca1c3
      Ralph Giles authored
      This warning disable was conditional on _WIN32, which mingw
      also defines, resulting in a warning about the unknown pragma
      on gcc. Instead make it depend on something only the Visual
      Studio compiler defines.
      25eca1c3
  5. May 20, 2013
  6. Apr 20, 2012
  7. Mar 05, 2012
  8. Dec 02, 2011
    • Ralph Giles's avatar
      Rename '_FOO' to avoid potentional collisions with reserved identifiers. · 120800f8
      Ralph Giles authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      C reserves identifiers of the from _[A-Z]+ and we have a number of
      those in the code. This patch renames the various function arguments,
      MACROS and preprocessor symbols to avoid the reserved form.
      
      It also removes the CHANNELS() macro altogether. This was a
      minor optimization for TI DSP to force a mono-only build,
      as were the associated local 'const' versions. Since stereo
      support is manditory, it wasn't worth keeping.
      
      Thanks to John Ridges for raising the issue, and Jean-Marc Valin
      and Greg Maxwell for reviewing the changes.
      120800f8
  9. Oct 28, 2011
  10. Sep 16, 2011
  11. Aug 28, 2011
  12. Jul 31, 2011
  13. Jul 29, 2011
  14. May 19, 2011
    • Jean-Marc Valin's avatar
      Squashed commit of the following: · 103302b3
      Jean-Marc Valin authored
      commit 5b64cf7c4d67af9050bc959996ef976ce6326888
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Thu May 19 16:40:35 2011 -0400
      
          Fixes a few bugs introduced in the latest update
      
      commit b91eb86025d2de3c4cf04f4fb1aa48a28ad676a3
      Author: Timothy B. Terriberry <tterribe@xiph.org>
      Date:   Thu May 19 16:12:02 2011 -0400
      
          build_draft.sh fixes
      
      commit 0b10c30db7ad60ff7d4bfc1139bdb86e0543c035
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Thu May 19 15:30:21 2011 -0400
      
          Fixes the draft build
      
      commit 164424cded5978e657105104e171ac202dde5e5b
      Author: Jean-Marc Valin <jean-marc.valin@octasic.com>
      Date:   Thu May 19 15:00:23 2011 -0400
      
          Updated build system
      
      commit 188d9fcba8c3a1b1ad67c67c430e1b37e3658a40
      Author: Koen Vos <koen.vos@skype.net>
      Date:   Thu May 19 17:14:57 2011 -0400
      
          SILK/Opus update
      103302b3
  15. Apr 28, 2011
  16. Feb 14, 2011
  17. Feb 03, 2011
  18. Feb 02, 2011
  19. Jan 31, 2011
  20. Jun 30, 2010
Loading