1. 18 Feb, 2011 1 commit
  2. 17 Feb, 2011 3 commits
  3. 16 Feb, 2011 1 commit
  4. 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
  5. 14 Feb, 2011 8 commits
  6. 13 Feb, 2011 1 commit
  7. 12 Feb, 2011 2 commits
  8. 11 Feb, 2011 7 commits
  9. 09 Feb, 2011 3 commits
  10. 07 Feb, 2011 5 commits
  11. 04 Feb, 2011 2 commits
  12. 03 Feb, 2011 2 commits
  13. 01 Feb, 2011 3 commits