1. 09 Mar, 2011 2 commits
  2. 08 Mar, 2011 2 commits
  3. 07 Mar, 2011 1 commit
  4. 06 Mar, 2011 2 commits
  5. 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
  6. 04 Mar, 2011 2 commits
  7. 03 Mar, 2011 1 commit
  8. 02 Mar, 2011 1 commit
  9. 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
  10. 27 Feb, 2011 1 commit
  11. 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
  12. 24 Feb, 2011 1 commit
  13. 23 Feb, 2011 3 commits
  14. 22 Feb, 2011 5 commits
  15. 21 Feb, 2011 3 commits
  16. 20 Feb, 2011 1 commit
  17. 18 Feb, 2011 2 commits
  18. 17 Feb, 2011 3 commits
  19. 16 Feb, 2011 1 commit
  20. 15 Feb, 2011 2 commits
    • Johannes Weißl's avatar
      Fix bug in taglib txxx handling · ba73797f
      Johannes Weißl authored
      Currently, vlc puts the value *and* the description in the value field
      for id3 TXXX tags, e.g. in Media Information:
      REPLAYGAIN_TRACK_GAIN: REPLAYGAIN_TRACK_GAIN +3.30 dB
      
      This leads to vlc_audio_replay_gain_MergeFromMeta() failing because it
      can't parse the floating point value. Since the fieldList() of an
      UserTextIdentificationFrame has exactly two members, it is safe to just
      use the last (value) member. In Media Information:
      REPLAYGAIN_TRACK_GAIN: +3.30 dB
      
      This makes ReplayGain work for mp3 files.
      Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
      (cherry picked from commit 5010066b9771f6862e71b53f36e27816500e04f3)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      ba73797f
    • Jean-Baptiste Kempf's avatar
      Win32: do not create too big stacktraces · af2dc827
      Jean-Baptiste Kempf authored
      We can't analyze them anyway, and they take space and bandwidth.
      (cherry picked from commit f5b88cbb5bb716ef38b1754bd6f7be9f2b151c98)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      af2dc827