1. 12 Jan, 2015 30 commits
  2. 11 Jan, 2015 1 commit
    • David Fuhrmann's avatar
      macosx: Add new pseudo-vlc target to Xcode project · 0a865ddb
      David Fuhrmann authored
      This target mimics a cocoa application and is merely added to
      enable autocompletion in the code editors. New interface files
      should be added to this target as well.
      
      Do not use this target for compilation, it won't work.
      0a865ddb
  3. 10 Jan, 2015 2 commits
  4. 08 Jan, 2015 5 commits
  5. 07 Jan, 2015 1 commit
  6. 06 Jan, 2015 1 commit
    • Fabrizio Gennari's avatar
      Support for LG N1A1 UPnP server · 0ec04296
      Fabrizio Gennari authored
      Connecting to a LG N1A1 NAS device gave:
      upnp services discovery error: browse() response parsing failed
      
      There is a "ugly hack" ("The DIDL document is extracted from the Result tag,
      then wrapped into a valid XML header and a new root tag") in the code now.
      This actually break parsing the reply by the LG N1A1.
      
      Now, we try parsing the reply as is, and uses the "ugly hack" as a fallback only.
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      0ec04296