1. 30 May, 2018 1 commit
  2. 06 Apr, 2017 1 commit
    • Ronald S. Bultje's avatar
      jrev/xvid: hardcode use of C put/add_pixels_clamped. · 32baeafe
      Ronald S. Bultje authored
      This removes the last use of the ff_put/add_pixels_clamped global
      function pointers, and as such they are removed.
      
      This patch has a negative effect on performance on MIPS, since there's
      a SIMD-optimized put/add_pixels_clamped, but no xvid or jrev. From a
      code maintenance point of view, that is probably acceptable.
      
      Because the global function pointers are removed, this fixes the following
      tsan warnings when running e.g. fate-dnxhr-parse:
      
      WARNING: ThreadSanitizer: data race (pid=29917)
        Write of size 8 at 0x0000025b12d8 by thread T2 (mutexes: write M1543):
          #0 ff_idctdsp_init src/libavcodec/idctdsp.c:313 (ffmpeg+0x00000044b68e)
      [..]
        Previous write of size 8 at 0x0000025b12d8 by thread T1 (mutexes: write M1541):
          #0 ff_idctdsp_init src/libavcodec/idctdsp.c:313 (ffmpeg+0x00000044b68e)
      32baeafe
  3. 29 Mar, 2017 1 commit
  4. 16 Mar, 2017 1 commit
  5. 02 Nov, 2016 1 commit
  6. 29 Sep, 2016 1 commit
  7. 07 Jul, 2015 1 commit
  8. 25 Sep, 2014 1 commit
  9. 02 Sep, 2014 1 commit
  10. 12 Aug, 2014 1 commit
  11. 11 Aug, 2014 1 commit
  12. 18 Jul, 2014 1 commit
  13. 08 Jul, 2014 1 commit
  14. 30 Jun, 2014 1 commit
  15. 26 Jun, 2014 1 commit
  16. 23 Jun, 2014 2 commits
  17. 22 Jun, 2014 1 commit
  18. 18 Jun, 2014 1 commit
  19. 02 Jun, 2014 1 commit
  20. 29 May, 2014 6 commits
  21. 27 May, 2014 2 commits
  22. 04 Apr, 2014 1 commit
  23. 26 Mar, 2014 1 commit
  24. 22 Mar, 2014 3 commits
  25. 20 Mar, 2014 2 commits
  26. 13 Mar, 2014 5 commits