1. 11 Dec, 2009 1 commit
  2. 02 Dec, 2009 1 commit
  3. 30 Nov, 2009 1 commit
    • Max Kellermann's avatar
      ffmpeg: don't try to force stereo · 16123f1b
      Max Kellermann authored
      The plugin code tried to force libavcodec to supply stereo samples.
      That however has never actually worked.  By removing this code, we are
      able to play surround files for the first time.
      16123f1b
  4. 25 Nov, 2009 1 commit
  5. 19 Nov, 2009 1 commit
    • Max Kellermann's avatar
      decoder/flac: fixed compiler warning · 21fdf47b
      Max Kellermann authored
      Removed the "vtrack" local variable (which triggered a gcc warning
      because it was after the newly introduced NULL check), and run
      strtol() on the original parameter.
      21fdf47b
  6. 18 Nov, 2009 1 commit
  7. 15 Nov, 2009 1 commit
    • Max Kellermann's avatar
      decoder/ffmpeg: align the output buffer · 77b95d08
      Max Kellermann authored
      On some platforms, libavcodec wants the output buffer aligned to 16
      bytes (because it uses SSE/Altivec internally).  It will segfault when
      you don't obey this rule.
      77b95d08
  8. 14 Nov, 2009 12 commits
  9. 13 Nov, 2009 2 commits
  10. 12 Nov, 2009 3 commits
  11. 11 Nov, 2009 16 commits