summaryrefslogtreecommitdiffstats
path: root/misc/jni.c
Commit message (Collapse)AuthorAgeFilesLines
* misc/jni: reduce duplication in mapping structsfan52024-02-281-4/+4
| | | | | 'name' was in fact unused when reading fields or methods, so it can be merged with 'method'. Also changed the type of 'mandatory' to bool.
* misc/jni: introduce macros for deleting referencessfan52024-02-281-19/+9
|
* misc/jni: general code cleanup and refactorsfan52024-02-281-155/+119
| | | | Make it align with mpv's coding conventions in general and avoid unecessary Lavu use.
* ALL: use new mp_thread abstractionKacper Michajłow2023-11-051-6/+6
|
* misc: add jni helpersAman Gupta2019-11-191-0/+429