- 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.
-
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
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
- May 28, 2020
-
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
-
Sergio Ammirata authored
Also fix the broken compilation.
-
Gijs Peskens authored
-
Gijs Peskens authored
-
Gijs Peskens authored
or __BIG_ENDIAN for that matter, intead MacOS defines LITTLE_ENDIAN and BIG_ENDIAN. Get's rid of a warning
-