1. 28 Dec, 2008 1 commit
  2. 25 Nov, 2008 1 commit
  3. 29 Oct, 2008 3 commits
  4. 21 Oct, 2008 2 commits
  5. 24 Sep, 2008 3 commits
    • Max Kellermann's avatar
      output: make "struct audio_output" opaque for output plugins · acc4a0ba
      Max Kellermann authored
      We have eliminated direct accesses to the audio_output struct from
      the all output plugins.  Make it opaque for them, and move its real
      declaration to output_internal.h, similar to decoder_internal.h.
      
      Pass the opaque structure to plugin.init() only, which will return the
      plugin's data pointer on success, and NULL on failure.  This data
      pointer will be passed to all other methods instead of the
      audio_output struct.
      acc4a0ba
    • Max Kellermann's avatar
      output: pass audio_format to plugin.init() and plugin.open() · 3cae6856
      Max Kellermann authored
      Pass the globally configured audio_format as a const pointer to
      plugin.init().  plugin.open() gets a writable pointer which contains
      the audio_format requested by the plugin.  Its initial value is either
      the configured audio_format or the input file's audio_format.
      3cae6856
    • Max Kellermann's avatar
      output: one thread per audio output · d32f49a9
      Max Kellermann authored
      To keep I/O nastiness and latencies away from the core, move the audio
      output code to a separate thread, one per output.  The thread is
      created on demand, and currently runs until mpd exits.
      d32f49a9
  6. 11 Sep, 2008 3 commits
  7. 09 Sep, 2008 4 commits
  8. 08 Sep, 2008 1 commit
  9. 07 Sep, 2008 4 commits
  10. 29 Aug, 2008 2 commits
  11. 26 Aug, 2008 1 commit
  12. 12 Apr, 2008 5 commits
  13. 05 Feb, 2008 1 commit
  14. 03 Jan, 2008 1 commit
    • Eric Wong's avatar
      Cleanup #includes of standard system headers and put them in one place · cb8f1af3
      Eric Wong authored
      This will make refactoring features easier, especially now that
      pthreads support and larger refactorings are on the horizon.
      
      Hopefully, this will make porting to other platforms (even
      non-UNIX-like ones for masochists) easier, too.
      
      os_compat.h will house all the #includes for system headers
      considered to be the "core" of MPD.  Headers for optional
      features will be left to individual source files.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@7130 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      cb8f1af3
  15. 09 Jun, 2007 1 commit
  16. 30 May, 2007 1 commit
  17. 26 May, 2007 2 commits
  18. 24 May, 2007 1 commit
  19. 22 May, 2007 1 commit
  20. 05 Apr, 2007 1 commit
  21. 17 Oct, 2006 1 commit