Skip to content
Snippets Groups Projects
  1. May 17, 2012
  2. May 15, 2012
  3. May 14, 2012
  4. May 12, 2012
  5. May 11, 2012
  6. May 10, 2012
  7. Apr 24, 2012
  8. Apr 20, 2012
  9. Apr 05, 2012
    • Ralph Giles's avatar
      Rename to header makefile fragements to .mk · cd539dfd
      Ralph Giles authored
      The opus_headers.txt, etc. files are makefile
      fragments defining variables with a list of
      required header files for the build. As such
      they should use the .mk filename extension,
      just like opus_sources.mk, etc.
      cd539dfd
    • Ralph Giles's avatar
      Add opus_custom.h to celt_headers.txt. · 8779266c
      Ralph Giles authored
      This file is included unconditionally by celt.h.
      As such it's a required part of the build and
      should be in the header index files.
      8779266c
  10. Feb 17, 2012
  11. Jan 24, 2012
  12. Dec 02, 2011
    • Timothy B. Terriberry's avatar
      Move nbits_total initialize before renormalization. · 6619a736
      Timothy B. Terriberry authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      The range decoder used to initialize nbits_total after the
       renormalization loop, even though the renormalization loop
       modifies it.
      This was presumably safe, because nothing actually used the value
       before it was initialized, but I'm tired of it triggering the
       integer overflow checking.
      6619a736
  13. Nov 18, 2011
  14. Oct 31, 2011
Loading