1. 04 Sep, 2011 1 commit
  2. 03 Sep, 2011 2 commits
    • Stefan Fritsch's avatar
      http: Fix decetion of range support in HTTP servers · 31dfc495
      Stefan Fritsch authored
      currently libavformat only allows seeking if a request with "Range:
      0-" results in a 206 reply from the HTTP server which includes a
      Content-Range header. But according to RFC 2616, the server may also
      reply with a normal 200 reply (which is more efficient for a request
      for the whole file). In fact Apache HTTPD 2.2.20 has changed the
      behaviour in this way and it looks like this change will be kept in
      future versions. The fix for libavformat is easy: Also look at the
      Accept-Ranges header.
      31dfc495
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · 23a287e9
      Michael Niedermayer authored
      * qatar/master:
        codec-regression: force vsync 0 on the me_threshold test to make sure frames match.
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      23a287e9
  3. 02 Sep, 2011 9 commits
  4. 01 Sep, 2011 28 commits