1. 28 10月, 2011 1 次提交
  2. 25 10月, 2011 2 次提交
  3. 19 10月, 2011 1 次提交
  4. 17 10月, 2011 2 次提交
  5. 14 10月, 2011 2 次提交
  6. 04 9月, 2011 1 次提交
  7. 17 8月, 2011 1 次提交
  8. 13 8月, 2011 1 次提交
  9. 02 8月, 2011 1 次提交
  10. 28 7月, 2011 1 次提交
  11. 12 7月, 2011 1 次提交
  12. 10 7月, 2011 1 次提交
  13. 09 7月, 2011 2 次提交
  14. 07 7月, 2011 1 次提交
  15. 04 7月, 2011 1 次提交
  16. 02 7月, 2011 2 次提交
  17. 17 6月, 2011 3 次提交
  18. 08 6月, 2011 2 次提交
  19. 06 6月, 2011 1 次提交
  20. 28 5月, 2011 2 次提交
  21. 27 5月, 2011 2 次提交
  22. 26 5月, 2011 1 次提交
  23. 25 5月, 2011 6 次提交
  24. 20 5月, 2011 1 次提交
  25. 18 5月, 2011 1 次提交
    • V
      asfdec: do not fall back to binary/generic search · 69fa2396
      Vladimir Pantelic 提交于
      asf_read_seek() inside the asf demuxer already does the
      right thing, it tries the index and if that fails it uses
      binary search. If binary search is called from outside of asfdec.c
      it will fail because the asf code cannot clean up after itself.
      Therefore introduce AVFMT_NOBINSEARCH that prevents the seek
      code to fallback to binary search and AVFMT_NOGENSEARCH that
      prevents the seek code to fallback to generic search.
      69fa2396