1. 15 Mar, 2009 5 commits
    • Max Kellermann's avatar
      Makefile.am: added documentation upload target · e1189712
      Max Kellermann authored
      This "upload" target uploads generated documentation to
      http://www.musicpd.org/doc/, and works only for my user account.
      e1189712
    • Max Kellermann's avatar
      httpd: new output plugin to replace "shout" · e62580db
      Max Kellermann authored
      Let's get rid of the "shout" plugin, and the awfully complicated
      icecast daemon setup!  MPD can do better if it's doing the HTTP server
      stuff on its own.  This new plugin has several advantages:
      
      - easier to set up - only one daemon, no password settings, no mount
        settings
      - MPD controls the encoder and thus already knows the packet
        boundaries - icecast has to parse them
      - MPD doesn't bother to encode data while nobody is listening
      
      This implementation is very experimental (no header parsing, ignores
      request URI, no icy-metadata, ...).  It should be able to suport
      several encoders in parallel in the future (with different bit rates,
      different codec, ...), to make MPD the perfect streaming server.  Once
      MPD gets multi-player support, we can even mount several different
      radio stations on one server.
      e62580db
    • Max Kellermann's avatar
      565afefc
    • Max Kellermann's avatar
      vorbis_encoder: make ogg_page a local variable · eb34bd2e
      Max Kellermann authored
      Converted the ogg_page attribute from the vorbis_encoder struct to a
      local function of vorbis_encoder_read().  This simplifies some code,
      because we don't need to check the page anymore before using it.
      eb34bd2e
    • Max Kellermann's avatar
      vorbis_encoder: fill the ogg_page in the read() method · 65cc280e
      Max Kellermann authored
      Add the "flush" flag, and defer the ogg_stream_flush() call.  Call
      ogg_stream_pageout() or ogg_stream_flush() (depending on the "flush"
      flag) in vorbis_encoder_read().  This prevents the ogg_page from
      getting overwritten by consecutive ogg_stream_pageout() calls.
      65cc280e
  2. 14 Mar, 2009 32 commits
  3. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  4. 12 Mar, 2009 2 commits