mpv/libmpv
Leo Izen 52e7269ea6 misc/random: add xoshiro random number implementation
Add xoshiro as a PRNG implementation instead of relying
on srand() and rand() from the C standard library. This,
in particular, lets us avoid platform-defined behavior with
respect to threading.
2022-08-17 10:21:55 -04:00
..
client.h misc/random: add xoshiro random number implementation 2022-08-17 10:21:55 -04:00
mpv.def libmpv: remove opengl_cb API and other deprecated symbols 2021-12-15 12:29:10 +01:00
mpv.pc.in build: add hacks to force waf to generate valid .pc files 2014-08-07 23:45:40 +02:00
render.h client API: use symbol visibility attributes 2021-11-19 14:16:41 +00:00
render_gl.h libmpv: remove opengl_cb API and other deprecated symbols 2021-12-15 12:29:10 +01:00
stream_cb.h client API: also export mpv_stream_cb_add_ro 2022-03-11 08:07:13 -06:00