jack1 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.4KB

  1. =======================================================================
  2. *** TODO - A one file mini-bugzilla for JACK developers ***
  3. =======================================================================
  4. Version: $Id$
  5. -----------------------------------------------------------------------
  6. TO BE DECIDED (owner)
  7. - dropping the use of CAP_RESOURCE (nando)
  8. - whether to default to triangular dithering the at 16bit (swh)
  9. TODO (owner)
  10. - update at least the user-visible copyrights with year 2003 (kaiv)
  11. - capture_client has pthread_mutex_lock() in its process() (pbd)
  12. - server<->libjack interface version handshake (kaiv)
  13. - figure out how to have pools of buffers for ports by type (pbd)
  14. - proper handling of client return values in libjack (kaiv)
  15. - passing args to drivers and clients? (pbd)
  16. - getting callbacks and args from dynamically loaded clients? (pbd)
  17. - how do dynamically loaded clients (un)register ports, activate, etc. (pbd)
  18. - pool based malloc for rt client-local mem allocation (pbd)
  19. TO THINK ABOUT
  20. - multiple port buffer shm segments (i.e. dynamically
  21. increase the total number of ports in the system)
  22. CLOSED (date,who,comment)
  23. - jack_deactive called unconditionally in jack_client_close (05.02.2003, kaiv, fixed)
  24. - call time client before all others (28.01.2003, kaiv, another solution)
  25. -----------------------------------------------------------------------