Skip to content
Snippets Groups Projects
  1. Jul 11, 2012
  2. Jun 11, 2012
  3. Jun 01, 2012
  4. May 31, 2012
  5. May 30, 2012
  6. May 23, 2012
  7. May 20, 2012
  8. May 17, 2012
  9. May 16, 2012
  10. May 10, 2012
  11. Apr 24, 2012
  12. Apr 20, 2012
  13. Apr 02, 2012
  14. Mar 08, 2012
  15. Mar 06, 2012
  16. Mar 05, 2012
  17. 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
  18. Nov 26, 2011
    • Ralph Giles's avatar
      Misc documentation fixes (no code change) · 10ebc02e
      Ralph Giles authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
      We use macros to encapsulate the appropriate type and size
      information for the different CTL requests, but the macros
      still need to be used with the _ctl() function call and an
      encoder or decoder instance structure. As such, just listing
      the macro defines is confusing. Adding some examples outside
      the OpusEncoder overview page should help with this.
      
      Also document that OPUS_SET_APPLICATION can take
      OPUS_APPLICATION_RESTRICTED_LOWDELAY.
      10ebc02e
  19. Oct 30, 2011
  20. Oct 27, 2011
Loading