Skip to content
Snippets Groups Projects
  1. May 06, 2020
    • Louis Régnier's avatar
      libvlcjni: free JNI references · 0aefcd03
      Louis Régnier authored and Nicolas Pomepuy's avatar Nicolas Pomepuy committed
      Inside JNI_OnLoad function, macro GET_CLASS leak a JNI LocalRef when the macro
      get a GlobalRef and assign it, the LocalRef is lost.
      
      JNI_OnLoad acquire many GlobalRef, but they are not all released in JNI_UnLoad.
      0aefcd03
  2. Apr 16, 2020
  3. Apr 07, 2020
  4. Mar 27, 2020
  5. Feb 27, 2020
  6. Jan 29, 2020
    • Thomas Guillem's avatar
      libvlc: gdb: fix APP_BUILD path · c9410542
      Thomas Guillem authored
      c9410542
    • Thomas Guillem's avatar
      libvlc: gdb: fix script · 87662b01
      Thomas Guillem authored
      - Fix the ANDROID_MANIFEST path (app/build instead of vlc-android/build).
      - Remove useless copies (libs folder, Android.mk, whole obj/local/*/ when only
        the so are needed)
      - Configure it only for the arch of the last built APK. This fixes armv7 builds
        that could not be debugged on armv8 arches.
      87662b01
  7. Jan 24, 2020
  8. Jan 22, 2020
  9. Jan 21, 2020
  10. Dec 23, 2019
  11. Dec 19, 2019
  12. Dec 17, 2019
  13. Dec 16, 2019
  14. Dec 03, 2019
  15. Nov 28, 2019
  16. Nov 21, 2019
  17. Nov 18, 2019
  18. Nov 15, 2019
  19. Nov 14, 2019
  20. Oct 30, 2019
  21. Oct 21, 2019
  22. Oct 18, 2019
  23. Oct 10, 2019
  24. Sep 24, 2019
Loading