1. 01 Jun, 2014 7 commits
  2. 31 May, 2014 1 commit
  3. 30 May, 2014 2 commits
  4. 29 May, 2014 13 commits
  5. 28 May, 2014 16 commits
  6. 27 May, 2014 1 commit
    • Andrew Kelley's avatar
      oggenc: Flush after writing headers · 9767d7c0
      Andrew Kelley authored
      Before, header information for ogg format files was sent with the
      first encoded packet.
      
      This patch makes it so that it is possible for API users to
      differentiate between headers and encoded audio. This is useful, for
      example, when creating an audio stream where you want to send one set
      of headers for every client that connects and then the encoded stream
      of audio.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      9767d7c0