1. 22 Jun, 2010 1 commit
  2. 19 Jun, 2010 1 commit
  3. 15 Jun, 2010 1 commit
  4. 05 Jun, 2010 1 commit
  5. 02 Jun, 2010 1 commit
  6. 01 Jun, 2010 1 commit
  7. 27 May, 2010 1 commit
  8. 26 May, 2010 1 commit
  9. 24 May, 2010 1 commit
  10. 22 May, 2010 3 commits
  11. 21 May, 2010 1 commit
  12. 18 May, 2010 2 commits
  13. 14 May, 2010 1 commit
  14. 01 May, 2010 1 commit
  15. 25 Apr, 2010 1 commit
  16. 20 Apr, 2010 1 commit
  17. 13 Apr, 2010 1 commit
  18. 11 Apr, 2010 1 commit
  19. 09 Apr, 2010 1 commit
  20. 08 Apr, 2010 1 commit
  21. 04 Apr, 2010 1 commit
  22. 01 Apr, 2010 1 commit
  23. 31 Mar, 2010 3 commits
  24. 30 Mar, 2010 1 commit
  25. 26 Mar, 2010 1 commit
  26. 25 Mar, 2010 2 commits
  27. 21 Mar, 2010 1 commit
  28. 16 Mar, 2010 1 commit
  29. 15 Mar, 2010 3 commits
  30. 14 Mar, 2010 1 commit
    • Micah F. Galizia's avatar
      Move the probe loop from av_open_input_file() into its own method · eadd495d
      Micah F. Galizia authored
      av_probe_input_buffer() so that it can be reused. Here are a few
      differences to the original way things were probed:
      
      - maximum probe buffer size can be specified as a parameter.
      
      - offset within the stream to probe from can be specified as a parameter.
      
      - instead of seeking back to the start each time a probe fails, stream
        data is appended to the reallocated buffer. This lowers the amount
        of data read from the stream (there is no repetition) and results in
        fewer closed and reopened streams (when seeking fails).
      
      New attempt after r22296, which was revert in r22315 due to a FATE
      failure.
      
      See the thread:
      Subject: [FFmpeg-devel] [PATCH] Move av_open_input_file probe loop to its own method
      Date: 2010-03-05 03:23:57 GMT
      
      Patch by Micah F. Galizia printf("%s%s@%s.%s", "micah", "galizia", "gmail", "com").
      
      Originally committed as revision 22532 to svn://svn.ffmpeg.org/ffmpeg/trunk
      eadd495d
  31. 10 Mar, 2010 1 commit
  32. 09 Mar, 2010 1 commit