1. 12 Jun, 2012 20 commits
  2. 29 May, 2012 3 commits
  3. 05 Apr, 2012 2 commits
  4. 04 Apr, 2012 9 commits
  5. 28 Mar, 2012 1 commit
    • Max Kellermann's avatar
      output/osx: use the fifo_buffer library instead of rolling own · 8ff0197a
      Max Kellermann authored
      The existing buffer implementation has a major flaw: it is unable to
      re-fill the buffer until it has been consumed completely, leading to
      many occasions where the render callback needs to generate silence,
      just because the play() implementation was unable to append more
      data.  The fifo_buffer library handles that well.
      8ff0197a
  6. 26 Mar, 2012 1 commit
  7. 19 Mar, 2012 3 commits
  8. 13 Feb, 2012 1 commit
    • Max Kellermann's avatar
      decoder/ffmpeg: read the "year" tag · 10383274
      Max Kellermann authored
      This was disabled when compiled with a new ffmpeg version.  Older
      ffmpeg versions used it explicitly, while newer ones may pass it
      through from the codec.
      10383274