1. 22 Jul, 2019 3 commits
  2. 12 Oct, 2018 1 commit
  3. 04 May, 2018 1 commit
  4. 19 Apr, 2018 1 commit
  5. 07 Mar, 2018 1 commit
  6. 06 Mar, 2018 1 commit
  7. 03 Mar, 2018 1 commit
  8. 06 Jan, 2018 1 commit
  9. 15 Dec, 2017 2 commits
  10. 15 Sep, 2017 1 commit
  11. 23 May, 2017 2 commits
  12. 11 May, 2017 1 commit
  13. 19 Oct, 2016 1 commit
  14. 15 Sep, 2016 1 commit
  15. 27 Jul, 2016 1 commit
    • Matthieu Bouron's avatar
      lavc/ffjni: replace ff_jni_{attach,detach} with ff_jni_get_env · 376d8fb2
      Matthieu Bouron authored
      If a JNI environment is not already attached to the thread where the
      MediaCodec calls are made the current implementation will attach /
      detach an environment for each MediaCodec call wasting some CPU time.
      
      ff_jni_get_env replaces ff_jni_{attach,detach} by permanently attaching
      an environment (if it is not already the case) to the current thread.
      The environment will be automatically detached at the thread destruction
      using a pthread_key callback.
      
      Saves around 5% of CPU time (out of 20%) while decoding a stream with
      MediaCodec.
      376d8fb2
  16. 08 Jul, 2016 1 commit
  17. 15 Jun, 2016 2 commits
  18. 07 Jun, 2016 5 commits
  19. 25 May, 2016 2 commits
  20. 15 Mar, 2016 1 commit
  21. 07 Mar, 2016 1 commit