1. 07 Mar, 2013 3 commits
  2. 05 Mar, 2013 5 commits
  3. 04 Mar, 2013 5 commits
  4. 03 Mar, 2013 3 commits
  5. 02 Mar, 2013 2 commits
  6. 01 Mar, 2013 2 commits
  7. 28 Feb, 2013 3 commits
    • Nicolas George's avatar
      lavf/avio: check for : in filenames for protocols. · d9fad53f
      Nicolas George authored
      If the first "special" character in a filename is a comma,
      it can introduce protocol options, but only if there is a
      colon at the end. Otherwise, it is just a filename with a
      comma.
      
      Fix trac ticket #2303.
      d9fad53f
    • Nicolas George's avatar
      lavf: rescale duration for chained muxers. · 89f9f69e
      Nicolas George authored
      Fix trac ticket #2300 because the duration of the segments
      was computed using the timestamp of the last packet plus its
      duration using the 1/90000 default time base instead of using
      the chained muxer time base.
      89f9f69e
    • Michael Niedermayer's avatar
      Revert "lavf/utils: add support for special characters encoding in URL" · 1c6477f3
      Michael Niedermayer authored
      This reverts commit 4a8fc1d8.
      
      The commit caused null pointer derefernces when using udp://
      after i fixed that it caused ffmpeg to get stuck and remapped
      arguments like ?ttl=255 -> ?ttl%3d255
      
      I dont want to leave this broken thus temporary revert so we all
      have some time to look at this without half the network protocols
      being broken in the meantime
      1c6477f3
  8. 27 Feb, 2013 5 commits
  9. 25 Feb, 2013 2 commits
  10. 24 Feb, 2013 4 commits
  11. 23 Feb, 2013 6 commits