Skip to content
Snippets Groups Projects
  1. Nov 16, 2017
  2. May 01, 2017
  3. May 16, 2012
  4. May 10, 2012
  5. Apr 24, 2012
  6. Apr 20, 2012
  7. 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
  8. Oct 27, 2011
  9. Sep 14, 2011
  10. Sep 07, 2011
    • Ralph Giles's avatar
      Add minimal doxygen markup to the public headers. · 1b951961
      Ralph Giles authored
      Doxygen uses comments in the source code to generate documentation.
      This commit just adds the descriptive headers and marks current
      comments and appropriate for inclusion in the API docs. Many
      symbols remain undocumented. See the warnings from the build output.
      1b951961
  11. Aug 02, 2011
  12. Jul 31, 2011
  13. Jul 29, 2011
  14. Feb 10, 2011
  15. Sep 13, 2010
  16. Oct 17, 2009
  17. Mar 09, 2008
  18. Jan 31, 2008
  19. Jan 30, 2008
Loading