- Jun 26, 2020
-
-
Sergio Ammirata authored
-
- Jun 24, 2020
-
-
David Holroyd authored
-
- Jun 23, 2020
-
-
Sergio Ammirata authored
-
Gijs Peskens authored
-
- Jun 10, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- Jun 09, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- Jun 08, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- Jun 07, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- Jun 06, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- Jun 04, 2020
-
-
Sergio Ammirata authored
-
- Jun 03, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- Jun 02, 2020
-
-
Gijs Peskens authored
Most warnings are implicit conversions, inspecting the warnings led to finding a bug in the endian-shim where htobe32 was incorrectly defined as htons instead of htonl
-
Gijs Peskens authored
-
- Jun 01, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- May 30, 2020
-
-
Gijs Peskens authored
-
- May 29, 2020
-
-
Sergio Ammirata authored
As we have moved forward towards automated builds using the videolan registry, we need to focus all of our efforts into the meson build system. At this point, the meson scripts work for building the lib and the tools for linux, windows and osx.
-
Gijs Peskens authored
-
Gijs Peskens authored
Also fix all warnings on macos and turn on -werror on macos builds. Fixed/workedaround errors and warnings on mingw windows build. Some still remaining. These need to be fixed before we can turn on -werror.
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Gijs Peskens authored
Unify public API where possible. Most receiver/sender functions have the same backend implementation and can be unified into universal functions. To access the specific sender/receiver structs we change to a rist_ctx struct. This can also allow us in the future to unify sender and receiver behavior without breaking the API again.
-