1. 06 Jan, 2010 5 commits
  2. 04 Jan, 2010 4 commits
  3. 01 Jan, 2010 2 commits
    • Max Kellermann's avatar
      input_stream: return allocated input_stream objects · d3b763a4
      Max Kellermann authored
      Major API redesign: don't let the caller allocate the input_stream
      object.  Let each input plugin allocate its own (derived/extended)
      input_stream pointer.  The "data" attribute can now be removed, and
      all input plugins simply cast the input_stream pointer to their own
      structure (with an "struct input_stream base" as the first attribute).
      d3b763a4
    • Avuton Olrich's avatar
      Update copyright notices. · 9d3865cb
      Avuton Olrich authored
      9d3865cb
  4. 31 Dec, 2009 2 commits
  5. 29 Dec, 2009 1 commit
  6. 26 Dec, 2009 2 commits
  7. 16 Dec, 2009 1 commit
  8. 15 Dec, 2009 1 commit
  9. 14 Dec, 2009 1 commit
  10. 11 Dec, 2009 1 commit
  11. 02 Dec, 2009 1 commit
  12. 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
  13. 25 Nov, 2009 1 commit
  14. 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
  15. 18 Nov, 2009 1 commit
  16. 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
  17. 14 Nov, 2009 12 commits
  18. 13 Nov, 2009 2 commits