Commit Graph

9 Commits

Author SHA1 Message Date
Heikki Tampio 6e016220d7 Release 3.1.1 2024-02-20 13:10:01 +02:00
Heikki Tampio 516df571a8 Release 3.1.0 2024-02-20 10:58:35 +02:00
Heikki Tampio 1311cd777b Release 2.3.0 2023-03-20 15:43:02 +02:00
Heikki Tampio b6f7030a62 Release 2.2.0 2023-03-13 15:15:14 +02:00
Joni Räsänen c72b9ec21c Release 2.1.2
This patch release significantly reduces RTCP CPU usage (thanks to #178),
extends SCL to support NAL units as small as 4 bytes for H264 and
6 bytes for H265/H266 (including start code prefix). These are the
smallest sizes reasonable. This release also fixes a bug where
separate NAL units with same timestamps are discarded after first.
2022-11-25 08:48:11 +02:00
Joni Räsänen a8686ce310 Release 2.1.1 2022-10-25 16:15:30 +03:00
Joni Räsänen 49e67619e8 Release 2.1.0 2022-09-21 14:28:13 +03:00
Joni Räsänen d5c2212b40 api: Adjust and fix version stuff
Update correct version number. Remove extra uvgrtp from file/function
names.
2021-08-30 15:25:29 +03:00
dennis 837b58351e build: Completely Redesigned CMake files (#44)
Primary changes are:
- Versioning integrated in cmake build system with library for version usage in end user programs
- New minimum CMAke required version is 3.14
- Created install capabilities. Allows uvgRTP to be used in different scenarios for win and lin (mac-os still missing)
- Added testing environment with automatically fetched google test and some example test code.
- Added packaging capabilities (and some placeholders that have to be changed)
- Create Shared library with -DBUILD_SHARED_LIBS=TRUE
2021-08-08 22:18:40 +02:00