1. 07 Jan, 2013 1 commit
  2. 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
  3. 04 Jan, 2013 3 commits
  4. 21 Mar, 2012 1 commit
  5. 13 Feb, 2012 1 commit
  6. 27 Nov, 2011 1 commit
  7. 10 Oct, 2011 2 commits
  8. 05 Oct, 2011 4 commits
  9. 04 Oct, 2011 1 commit
  10. 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
  11. 16 Sep, 2011 3 commits
  12. 14 Sep, 2011 1 commit
  13. 29 Jan, 2011 1 commit
  14. 10 Jan, 2011 2 commits
  15. 30 May, 2010 1 commit
  16. 18 May, 2010 1 commit
  17. 08 May, 2010 1 commit
  18. 21 Mar, 2010 1 commit
    • Tim Phipps's avatar
      Add support for MixRamp tags · e7a515c8
      Tim Phipps authored
      Adds mixrampdb and mixrampdelay commands.  Reads MIXRAP_START and
      MIXRAMP_END tags from FLAC files and overlaps instead of crossfading.
      e7a515c8
  19. 17 Mar, 2010 1 commit
  20. 17 Feb, 2010 1 commit
    • Max Kellermann's avatar
      replay_gain: reimplement as a filter plugin · 752dfb3d
      Max Kellermann authored
      Apply the replay gain in the output thread.  This means a new setting
      will be active instantly, without going through the whole music pipe.
      And we might have different replay gain settings for each audio output
      device.
      752dfb3d
  21. 18 Jan, 2010 1 commit
  22. 04 Jan, 2010 4 commits
  23. 01 Jan, 2010 1 commit
  24. 27 Dec, 2009 1 commit
    • Max Kellermann's avatar
      decoder, player: support song ranges · 5787f737
      Max Kellermann authored
      Seek the decoder to the start of the range before beginning with
      playback.  Stop the decoder when the end of the range has been
      reached.  Add the start position to the seek position.  Expose the
      duration of the range, not the full song file.
      5787f737
  25. 26 Dec, 2009 2 commits
  26. 25 Dec, 2009 1 commit