1. 30 Sep, 2011 1 commit
  2. 28 Sep, 2011 1 commit
  3. 26 Sep, 2011 3 commits
  4. 25 Sep, 2011 5 commits
  5. 18 Sep, 2011 2 commits
  6. 16 Sep, 2011 2 commits
  7. 05 Sep, 2011 1 commit
  8. 04 Sep, 2011 3 commits
  9. 01 Sep, 2011 1 commit
  10. 25 Aug, 2011 2 commits
  11. 17 Aug, 2011 1 commit
  12. 16 Aug, 2011 2 commits
  13. 11 Aug, 2011 5 commits
  14. 05 Aug, 2011 1 commit
  15. 04 Aug, 2011 2 commits
  16. 02 Aug, 2011 2 commits
  17. 01 Aug, 2011 3 commits
  18. 31 Jul, 2011 3 commits
    • Rémi Denis-Courmont's avatar
      PulseAudio: more conservative and stable resampling · 7bacf54f
      Rémi Denis-Courmont authored
      This time, it should work (famous last words).
      (cherry picked from commit 7dc50c98a523b9a2dc0e0255868f1a17757c1a10)
      
      Conflicts:
      
      	modules/audio_output/pulse.c
      7bacf54f
    • Rémi Denis-Courmont's avatar
      PulseAudio: limit resampling to 1% variation at a time · 429558a9
      Rémi Denis-Courmont authored
      1kHz is way too much for human perception.
      (cherry picked from commit a97f3aa7dab9f58b55dbf489677c9a1ab22875f1)
      
      Conflicts:
      
      	modules/audio_output/pulse.c
      429558a9
    • Rémi Denis-Courmont's avatar
      PulseAudio: improve sync upon resuming from pause · 65ca2b78
      Rémi Denis-Courmont authored
      This unfortunately inserts silence shortly after resuming, right after
      the samples that were held in the buffer during pause. This can possibly
      be avoided with prebuffering (not tested).
      (cherry picked from commit 819065990b37da8491d82c3538eca6b8a4d516f3)
      
      This commit is only backported to ease further backports. Audio output
      plugins have no notion of "resuming from pause" in VLC 1.1.
      
      Conflicts:
      
      	modules/audio_output/pulse.c
      65ca2b78