1. 28 Feb, 2013 2 commits
    • Stephen Parry's avatar
      Fix for vimeo parser to handle multi-line data block · 635b7943
      Stephen Parry authored
      Added code to vimeo.lua parser to handle data block consisting of
      multiple lines. Code now concatenates those lines together.
      Note when testing: vimeo doesn't like VLC; you must use :http-user-agent
      flag to impersonate browser.
      
      Close #7148
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      (cherry picked from commit 3853f776a3fdcc52fb4aa804b4b2cf9350516861)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      635b7943
    • Timothy B. Terriberry's avatar
      ogg: Fix borken stream resets. · 1e604e1f
      Timothy B. Terriberry authored
      Commit 78a8771f attempted to reset the ogg_stream_state in
      find_last_frame(), but it tries to do so using a non-existent page
      and then leaks memory (due to using ogg_stream_init() instead of
      ogg_stream_reset()). Its caller, Ogg_GetLastPacket(), then tries
      to restore the contents of the current packet, but its call to
      ogg_stream_pageseek() will immediately fail, leaving the dangling
      packet pointers untouched.
      
      Instead, just back up the whole stream state and restore it on
      exit. This fixes both problems.
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      (cherry picked from commit d6aeeebe0c7ec9f4defe1751454bc3c1943d84e1)
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      1e604e1f
  2. 27 Feb, 2013 3 commits
  3. 26 Feb, 2013 11 commits
  4. 21 Feb, 2013 1 commit
  5. 19 Feb, 2013 6 commits
  6. 12 Feb, 2013 7 commits
  7. 11 Feb, 2013 2 commits
  8. 10 Feb, 2013 4 commits
  9. 09 Feb, 2013 2 commits
  10. 08 Feb, 2013 1 commit
  11. 07 Feb, 2013 1 commit