10 Commits

Author SHA1 Message Date
Quentin Renard
f136032704 IOInterrupter actions are now atomic 2025-03-01 14:28:47 +01:00
Quentin Renard
dca9296441 Now using av_malloc/av_free instead of malloc/free 2025-02-16 14:16:13 +01:00
Quentin Renard
685441141d Fixed heap-use-after-free 2025-02-09 15:08:47 +01:00
Quentin Renard
7dedb3f330 IOInterrupted now has a pointer to the callback + added tests for dictionary and iointerrupter for openiocontext 2024-12-13 11:24:16 +01:00
Quentin Renard
a29844a97f IOInterrupter is now a struct 2024-12-11 11:58:23 +01:00
Quentin Renard
09a88834bb Moved all c code to .h and .c files + removed struc_ prefix when not needed 2024-09-05 11:38:25 +02:00
Quentin Renard
e7c92c0115 Moved #cgo directives to a unique file 2024-09-05 10:26:52 +02:00
Quentin Renard
63fe168607 IOInterrupter is now an interface (again :D) 2024-03-18 08:46:25 +01:00
Quentin Renard
d3d2df833b Remove io interrupter interface 2024-03-01 16:15:03 +01:00
Quentin Renard
66486624e0 Added io interrupter 2024-03-01 13:38:48 +01:00