1. 03 Apr, 2013 6 commits
  2. 02 Apr, 2013 11 commits
  3. 01 Apr, 2013 20 commits
  4. 31 Mar, 2013 1 commit
    • Felix Paul Kühne's avatar
      extras/.../ios: rework the build script · c42f8e52
      Felix Paul Kühne authored
      Don't blacklist yuv converters, since those are needed for DVB subtitle display (thanks a bunch, Martin)
      
      Don't blacklist the adjust filter, since it is supported by MobileVLCKit now
      
      Don't build libmad, since libav can decode mp3 just fine
      
      add mooar debug for ARM builds
      c42f8e52
  5. 30 Mar, 2013 2 commits
    • Erwan Tulou's avatar
      skins2: simplify playlist title · 4dd2e325
      Erwan Tulou authored
      Use 'input_item_GetTitleFbName', since this is actually the function used
      to display title in the qt4 playlist.
      4dd2e325
    • Erwan Tulou's avatar
      skins2: improve $N text variable · 0097e738
      Erwan Tulou authored
      Instead of hardcoding what we think the name of the current item is, make it
      configurable via the --input-title-format parameter.
      
      This change makes skins2 more consistent with qt4 that already uses this
      means to set the title of the main window.
      
      Default display will now be "artist + title" instead of just "title".
      Users who would still prefer the previous behaviour can get it with
      --input-title-format '$t'
      
      This fixes a request described at http://forum.videolan.org/viewtopic.php?f=15&t=108976
      0097e738