1. 26 Jan, 2014 2 commits
  2. 25 Jan, 2014 1 commit
  3. 24 Jan, 2014 1 commit
  4. 19 Jan, 2014 1 commit
  5. 18 Jan, 2014 1 commit
  6. 17 Jan, 2014 2 commits
  7. 15 Jan, 2014 2 commits
  8. 14 Jan, 2014 1 commit
  9. 10 Jan, 2014 1 commit
  10. 09 Jan, 2014 1 commit
  11. 07 Jan, 2014 1 commit
  12. 06 Jan, 2014 1 commit
    • Michael Niedermayer's avatar
      random_seed: Rewrite the generic clock() based seed code · 01d245ef
      Michael Niedermayer authored
      The new code is faster and reuses the previous state in case of
      multiple calls.
      
      The previous code could easily end up in near-infinite loops,
      if the difference between two clock() calls never was larger than
      1.
      
      This makes fate-parseutils finish in finite time when run in wine,
      if CryptGenRandom isn't available (which e.g. isn't available if
      targeting Windows RT/metro).
      
      Patch originally by Michael Niedermayer but with some modifications
      by Martin Storsjö.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      01d245ef
  13. 05 Jan, 2014 2 commits
  14. 04 Jan, 2014 2 commits
  15. 03 Jan, 2014 2 commits
  16. 29 Dec, 2013 1 commit
  17. 28 Dec, 2013 1 commit
  18. 26 Dec, 2013 6 commits
  19. 24 Dec, 2013 1 commit
  20. 22 Dec, 2013 3 commits
  21. 20 Dec, 2013 1 commit
  22. 18 Dec, 2013 1 commit
    • Michael Niedermayer's avatar
      Revert "Merge commit '3bc2e89c'" (Bump... · 645c94b6
      Michael Niedermayer authored
      Revert "Merge commit '3bc2e89c'" (Bump libavutil major version to account for the LLS API/ABI changes.)
      
      This reverts commit 792845e4, reversing
      changes made to 1d6666a6.
      
      Bumping libavutil requires all libraries that use libavutil to have their
      major version bumped (yes breakage has been confirmed this is not a hypotheses)
      
      One case of breakage is due to new types being added to AVOptions and
      applications that linked to old libavutil and libswresample
      then trying to use old libavutil (its soname changed so the old isnt updated)
      and new swresample (its soame didnt change so it is updated)
      the new swresample contains AVOption types that the old libavutil doesnt
      know of thus the application attempting to access these avoptions
      fails
      
      AVOptions are used by all libs so the issue can potentially happen with
      any other lib, libswresample was just the first that showed the problem
      ive not checked if the other libs are affected currently by the same issue
      or not
      
      Also in addition to AVOptions, AVFrames are also defined in
      libavutil, bumping it without all libs that use AVFrames could lead to
      serious inconsistencies when 2 libs/app end up using 2 different libavutils
      
      The alternative of bumping all is still possible after this revert, if it
      turns out to be the preferred solution
      645c94b6
  23. 17 Dec, 2013 1 commit
  24. 16 Dec, 2013 2 commits
  25. 14 Dec, 2013 1 commit
  26. 13 Dec, 2013 1 commit