Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 29, 2011
  3. Nov 26, 2011
  4. Oct 31, 2011
  5. Oct 30, 2011
  6. Oct 29, 2011
  7. Oct 28, 2011
  8. Oct 27, 2011
  9. Oct 26, 2011
  10. Oct 25, 2011
  11. Oct 24, 2011
  12. Oct 22, 2011
  13. Oct 21, 2011
  14. Oct 20, 2011
  15. Oct 19, 2011
  16. Oct 17, 2011
  17. Oct 16, 2011
  18. Oct 14, 2011
  19. Oct 13, 2011
Loading