1. 09 Mar, 2010 1 commit
  2. 08 Mar, 2010 1 commit
  3. 07 Mar, 2010 1 commit
    • Micah F. Galizia's avatar
      Move the probe loop from av_open_input_file() into its own method · 4245c6ec
      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).
      
      Patch by Micah F. Galizia printf("%s%s@%s.%s", "micah", "galizia", "gmail", "com").
      
      Originally committed as revision 22296 to svn://svn.ffmpeg.org/ffmpeg/trunk
      4245c6ec
  4. 06 Mar, 2010 1 commit
  5. 10 Feb, 2009 1 commit
  6. 09 Feb, 2009 1 commit
  7. 08 Feb, 2009 1 commit
  8. 03 Dec, 2008 1 commit
  9. 04 Oct, 2008 1 commit
  10. 31 Aug, 2008 1 commit
  11. 27 Aug, 2008 1 commit
  12. 01 Aug, 2008 2 commits
  13. 24 Nov, 2007 1 commit
  14. 17 Oct, 2007 1 commit
  15. 24 Aug, 2007 2 commits
  16. 27 Feb, 2007 1 commit
  17. 25 Jul, 2002 1 commit