1. 17 Mar, 2011 1 commit
  2. 16 Mar, 2011 6 commits
  3. 15 Mar, 2011 2 commits
  4. 14 Mar, 2011 1 commit
  5. 12 Mar, 2011 1 commit
  6. 09 Mar, 2011 3 commits
  7. 08 Mar, 2011 2 commits
  8. 07 Mar, 2011 1 commit
  9. 06 Mar, 2011 2 commits
  10. 05 Mar, 2011 1 commit
    • Rémi Denis-Courmont's avatar
      Disable bandlimited resampler for the time being · 44e22918
      Rémi Denis-Courmont authored
      It is known to crash due to invalid buffer handling. On Linux, I get
      memory accesses before the start of the audio buffer. It also crashes
      on Windows. Until someone cares to fix it, and I think it really never
      worked correctly, lets use the "ugly" resampler, which is not too ugly.
      
      This should fix #3631, #4366, #4491 and possibly others.
      (cherry picked from commit 9c74061333bd152a1467e49ed33b889c94410da9)
      
      Conflicts:
      
      	modules/audio_filter/Modules.am
      44e22918
  11. 04 Mar, 2011 2 commits
  12. 03 Mar, 2011 1 commit
  13. 02 Mar, 2011 1 commit
  14. 01 Mar, 2011 5 commits
    • Erwan Tulou's avatar
      skins2: fix font path processing · e014ef73
      Erwan Tulou authored
      e014ef73
    • Erwan Tulou's avatar
      skins2: fix winamp2.xml (.wsz file) · 2d32bb48
      Erwan Tulou authored
      pledit id is used twice in this file (must be unique)
      2d32bb48
    • Erwan Tulou's avatar
      skins2: fix .wsz problem · c5d0c308
      Erwan Tulou authored
      filenames must always be forced to lower case in the case of .wsz files
      (since the winamp2.xml expects them in this form)
      c5d0c308
    • Erwan Tulou's avatar
      skins2: fix boolean variables · 256e1775
      Erwan Tulou authored
      skins2 expects notification to occur if and only if the variable really changes.
      
      This patch fixes things for And and Or variables.
      This fixes trac #4529
      256e1775
    • Erwan Tulou's avatar
      skins2: remove questionable trick · 169b6b6f
      Erwan Tulou authored
      This trick only works if the action ends up in the state really being toggled.
      This is not always the case and can then lead to undesirable effects,
      for instance the play button going to pause when no playback is underway.
      
      This trick was needed to prevent visual artefacts when refreshing was a heavy
      task, but is no longer needed since refreshing has been heavily optimised.
      169b6b6f
  15. 27 Feb, 2011 1 commit
  16. 25 Feb, 2011 1 commit
    • Erwan Tulou's avatar
      skins2: use the 0-400% range for volume · 0663e173
      Erwan Tulou authored
      This patch makes volume more consistent with the rest of vlc :
       - volume is now advertised on a 0-400% range instead of a misleading
         0-100% range. This fixes the discrepancy between volume displayed
         within the skins and volume displayed via OSD
       - "qt-volume-complete" and "volume-step" are now taken into account,
         which makes skins2 more consistent with qt4
      0663e173
  17. 24 Feb, 2011 1 commit
  18. 23 Feb, 2011 3 commits
  19. 22 Feb, 2011 5 commits