1. 29 Sep, 2013 1 commit
  2. 19 Sep, 2013 1 commit
  3. 15 May, 2013 1 commit
  4. 15 Mar, 2013 2 commits
  5. 12 Mar, 2013 1 commit
  6. 08 Mar, 2013 1 commit
  7. 07 Mar, 2013 1 commit
  8. 03 Mar, 2013 1 commit
  9. 15 Feb, 2013 1 commit
  10. 08 Feb, 2013 1 commit
  11. 06 Feb, 2013 1 commit
  12. 23 Jan, 2013 1 commit
  13. 20 Dec, 2012 1 commit
  14. 18 Dec, 2012 1 commit
  15. 16 Nov, 2012 1 commit
  16. 08 Oct, 2012 1 commit
  17. 19 Sep, 2012 1 commit
  18. 01 Sep, 2012 1 commit
  19. 07 Aug, 2012 1 commit
  20. 28 Apr, 2012 3 commits
  21. 10 Apr, 2012 1 commit
  22. 07 Apr, 2012 1 commit
  23. 28 Mar, 2012 1 commit
  24. 26 Mar, 2012 1 commit
    • Ronald S. Bultje's avatar
      rv34: set mb_num_left to 0 after finishing a frame · 5484170a
      Ronald S. Bultje authored
      Prevents running error resilience on a previous frame which will write
      to the pic->mb_type[] array of the previous image. The array might
      already be re-used for a new image in a subsequent thread, thus cause
      two threads to write to the same pic->mb_type[] array, causing a race
      condition which can crash in rv34_decode_cbp(), called by
      rv34_decode_inter_mb_header() (which accesses mb_type[] twice,
      assuming values are maintained, which the race condition breaks).
      
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      CC: libav-stable@libav.org
      5484170a
  25. 23 Mar, 2012 2 commits
  26. 07 Mar, 2012 2 commits
  27. 01 Mar, 2012 1 commit
  28. 15 Feb, 2012 2 commits
  29. 14 Feb, 2012 2 commits
  30. 16 Jan, 2012 1 commit
  31. 15 Jan, 2012 2 commits
  32. 12 Jan, 2012 1 commit
    • Janne Grunau's avatar
      rv34: fix and optimise frame dependency checking · 3547f8e8
      Janne Grunau authored
      The sporadic threading errors during fate-rv30 were caused by calling
      ff_thread_await_progress with mb row -1 as argument. That returns
      immediately since progress is initialized to -1. Not yet computed
      motion vectors from the reference could be used for the first
      macroblocks.
      3547f8e8