1. 12 Feb, 2020 8 commits
  2. 11 Feb, 2020 1 commit
  3. 10 Feb, 2020 7 commits
  4. 09 Feb, 2020 8 commits
  5. 08 Feb, 2020 6 commits
  6. 06 Feb, 2020 1 commit
  7. 05 Feb, 2020 2 commits
  8. 04 Feb, 2020 1 commit
  9. 03 Feb, 2020 4 commits
  10. 02 Feb, 2020 2 commits
    • David Reid's avatar
      Enable some debug output for ALSA. · a8fdb966
      David Reid authored
      a8fdb966
    • David Reid's avatar
      API CHANGE: Add support for custom memory allocators. · 3387e888
      David Reid authored
      This commit changes the following APIs to add an additional parameter
      called pAllocationCallbacks. This is a pointer to a
      ma_allocation_callbacks structure which is used to perform the actual
      allocation/free.
      
      Allocation callbacks can be set in ma_context_config for contexts and
      ma_decoder_config for decoders. If it's left unset it will use
      MA_MALLOC(), MA_REALLOC() and MA_FREE().
      3387e888