1. 13 May, 2013 1 commit
  2. 30 Mar, 2013 1 commit
  3. 29 Mar, 2013 1 commit
  4. 24 Mar, 2013 2 commits
  5. 19 Mar, 2013 1 commit
  6. 18 Mar, 2013 1 commit
    • Michael Niedermayer's avatar
      avutil/buffer: Fix race in pool. · cea3a63b
      Michael Niedermayer authored
      This race will always happen sooner or later in a multi-threaded
      environment and it will over time lead to OOM.
      This fix works by spinning, there are other ways by which this
      can be fixed, like simply detecting the issue after it happened
      and freeing the over-allocated memory or simply using a mutex.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      cea3a63b
  7. 17 Mar, 2013 2 commits
  8. 12 Mar, 2013 1 commit
  9. 08 Mar, 2013 2 commits