1. 27 Sep, 2013 2 commits
  2. 26 Sep, 2013 2 commits
  3. 04 Sep, 2013 2 commits
  4. 04 Aug, 2013 1 commit
  5. 03 Aug, 2013 1 commit
  6. 30 Jul, 2013 2 commits
  7. 28 Jul, 2013 2 commits
  8. 30 Jan, 2013 2 commits
  9. 28 Jan, 2013 1 commit
  10. 27 Jan, 2013 1 commit
  11. 26 Jan, 2013 1 commit
  12. 21 Jan, 2013 1 commit
  13. 07 Jan, 2013 1 commit
  14. 05 Jan, 2013 2 commits
    • Max Kellermann's avatar
      DecoderAPI: don't use replay_gain_get_real_mode() · 7be33eba
      Max Kellermann authored
      replay_gain_get_real_mode() accesses dangerous globals.  Let's just
      use the global variable replay_gain_mode, and assume "AUTO" means
      "TRACK".  At this point, this is the best we can do, because neither
      the decoder nor the player should know about the current replay gain
      mode.  This is applied as a filter in the output thread.
      7be33eba
    • Max Kellermann's avatar
      DecoderAPI: _replay_gain() returns void · 46ed91b5
      Max Kellermann authored
      Let the function decoder_replay_gain() update
      decoder_control::replay_gain_db instead of letting each decoder plugin
      take care for that.
      46ed91b5
  15. 04 Jan, 2013 3 commits
  16. 21 Mar, 2012 1 commit
  17. 13 Feb, 2012 1 commit
  18. 27 Nov, 2011 1 commit
  19. 10 Oct, 2011 2 commits
  20. 05 Oct, 2011 4 commits
  21. 04 Oct, 2011 1 commit
  22. 21 Sep, 2011 1 commit
    • Max Kellermann's avatar
      decoder_api: emulate SEEK command for initial seek to CUE track · 525a7919
      Max Kellermann authored
      When playing a CUE track, the player thread waited for the decoder to
      become ready, and then sent a SEEK command to the beginning of the CUE
      track.  If that is near the start of the song file, and the track is
      short enough, the decoder could have finished decoding already at that
      point, and seeking fails.
      
      This commit makes this initial seek more robust: instead of letting
      the player thread deal with the difficult timings, let the decoder API
      emulate a SEEK command, and return it to the decoder plugin, as soon
      as the plugin finishes its initialization.
      525a7919
  23. 16 Sep, 2011 3 commits
  24. 14 Sep, 2011 1 commit
  25. 29 Jan, 2011 1 commit