1. 30 Mar, 2015 2 commits
    • Steinar H. Gunderson's avatar
      Fix Metacube header handling with multiple header blocks. · f367b695
      Steinar H. Gunderson authored
      Some muxes, e.g. MP4, will send multiple header blocks. These are
      merged by the HTTP server to a single header which is sent out to
      the beginning of each client. However, they are _also_ sent out
      directly on the wire to any client that connected before the first
      block. In this case, we would send two separate Metacube header
      blocks, which would have Cubemap (correctly) discard the first and
      set only the second as header.
      
      This would make us send only part of the MP4 header when sending
      through Cubemap, if Cubemap connected before the first non-header
      block, which would in turn confuse Chrome on Android (although not
      Chrome on e.g. Linux). As Cubemap is pretty aggressive about
      reconnecting (trying every 200 ms), this could easily happen in practice.
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      f367b695
    • Steve Lhomme's avatar
      deinterlace: fix MSVC compilation · 5874981d
      Steve Lhomme authored
      Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
      5874981d
  2. 28 Mar, 2015 2 commits
  3. 27 Mar, 2015 3 commits
  4. 26 Mar, 2015 3 commits
  5. 25 Mar, 2015 17 commits
  6. 24 Mar, 2015 13 commits