1. 15 Mar, 2009 2 commits
    • 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 5 commits