1. 26 12月, 2011 1 次提交
  2. 19 12月, 2011 1 次提交
  3. 15 12月, 2011 1 次提交
  4. 13 12月, 2011 2 次提交
  5. 07 12月, 2011 2 次提交
  6. 04 12月, 2011 1 次提交
  7. 03 12月, 2011 1 次提交
  8. 19 11月, 2011 1 次提交
  9. 14 11月, 2011 1 次提交
  10. 23 10月, 2011 1 次提交
  11. 21 10月, 2011 2 次提交
  12. 17 10月, 2011 1 次提交
  13. 05 10月, 2011 2 次提交
  14. 21 9月, 2011 2 次提交
  15. 23 8月, 2011 1 次提交
  16. 28 7月, 2011 1 次提交
  17. 21 7月, 2011 1 次提交
    • R
      mpegvideo: fix invalid picture unreferencing. · 80469eaf
      Ronald S. Bultje 提交于
      Mpegvideo would free frames as soon as they're not the next or prev
      picture. This is fine for a single-threading model, but fails miserably
      in a system where pictures can be referenced (as e.g. last/prev pic)
      in other threads. Keeping track of ownership of pictures keeps image
      references (e.g. motion vectors, or the reference of a motion vector)
      alive as long as the picture data itself is alive.
      
      This also happens to fix make THREADS=[3-16] fate-vsynth[12]-error.
      80469eaf
  18. 11 7月, 2011 1 次提交
    • D
      Eliminate FF_COMMON_FRAME macro. · 657ccb5a
      Diego Biurrun 提交于
      FF_COMMON_FRAME holds the contents of the AVFrame structure and is also copied
      to struct Picture.  Replace by an embedded AVFrame structure in struct Picture.
      657ccb5a
  19. 10 7月, 2011 1 次提交
  20. 04 7月, 2011 1 次提交
  21. 14 6月, 2011 3 次提交
  22. 04 6月, 2011 1 次提交
  23. 03 6月, 2011 1 次提交
  24. 26 5月, 2011 1 次提交
  25. 13 5月, 2011 1 次提交
  26. 11 5月, 2011 1 次提交
  27. 04 5月, 2011 2 次提交
  28. 02 5月, 2011 1 次提交
  29. 26 4月, 2011 1 次提交
  30. 02 4月, 2011 1 次提交
  31. 27 3月, 2011 1 次提交
  32. 19 3月, 2011 1 次提交