Skip to content
Snippets Groups Projects
  1. Sep 11, 2012
  2. Sep 10, 2012
  3. Sep 08, 2012
  4. Sep 06, 2012
  5. Sep 01, 2012
  6. Aug 30, 2012
  7. Aug 29, 2012
  8. Aug 27, 2012
  9. Aug 24, 2012
  10. Aug 23, 2012
  11. Aug 21, 2012
  12. Aug 19, 2012
  13. Aug 17, 2012
    • Ralph Giles's avatar
      Fix an MSVC warning. · 3a9b3545
      Ralph Giles authored
      Microsoft Visual Studio 2010 warns about 'C4146: unary minus
      operator applied to unsigned type, result still unsigned'
      because of the '&-sizeof(void*)' in align().
      
      This commit works around the warning by casting the size_t
      to int before negation.
      
      Patch by Hauke, who reported the issue on the opus mailing
      list. Reviewed by derf.
      3a9b3545
  14. Aug 16, 2012
  15. Aug 15, 2012
  16. Aug 12, 2012
    • Gregory Maxwell's avatar
      More doc fixes. · 31cf4e1d
      Gregory Maxwell authored
      In particular we no longer document the default complexity because
      we're not guaranteeing to keep the default value constant.  In the
      future the default may be lowered in order to keep the default
      speed constant.
      31cf4e1d
  17. Aug 10, 2012
    • Ralph Giles's avatar
      Only install opus_*.3 manpages. Fixes 'make distcheck'. · 0e232490
      Ralph Giles authored
      We were installing every readable file in man/man3, but
      only unstalling files matching opus_*.3. Some doxygen
      versions construct manpage versions of the marked up
      header files and directory index, which got left on the
      system after 'make uninstall'.
      
      I don't think the 'uninstall' target is widely used, it's
      often broken and can easily break other software. However,
      we rely on 'make distcheck' which does verify this issue.
      
      Instead, only install the opus_*.3 manpages, which are the
      core api documentation.
      0e232490
    • Gregory Maxwell's avatar
      8d2e9ade
  18. Aug 09, 2012
Loading