1. 19 Oct, 2016 1 commit
  2. 15 Sep, 2016 1 commit
  3. 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
  4. 08 Jul, 2016 1 commit
  5. 15 Jun, 2016 2 commits
  6. 07 Jun, 2016 5 commits
  7. 25 May, 2016 2 commits
  8. 15 Mar, 2016 1 commit
  9. 07 Mar, 2016 1 commit