Commit Graph

12 Commits

Author SHA1 Message Date
Joni Räsänen 3b5acb7f88 build: Move includes to include/uvgrtp folder 2021-07-09 12:11:05 +03:00
Joni Räsänen f1ac4d5b15 formats: Combine source files of same class
I think it is better to have all code belonging to a single class be
included in one code file. If the code file gets too large, then the
probably the class itself has too many responsibilities.
2021-06-23 17:36:18 +03:00
Joni Räsänen 40895b0fff rtcp: Combine rtcp implementation files
Although it is possible to separate a class implementation to different
files, I would consider this class too large instead. It is somewhat
confusing having to look for implementations from different files. I
would try to make the class smaller instead by dividing it on class
level.
2021-06-11 14:29:12 +03:00
Joni Räsänen dfefc657e0 build: Update qt project with new header locations 2021-06-10 11:30:24 +03:00
Joni Räsänen ebe7ee3ba3 zrtp: Create a parent class for all zrtp messages
This enables removal of some duplicate code in creation of the messages.
Mainly that all zrtp messages have the same header.
2021-06-10 11:20:59 +03:00
Aaro Altonen 9c6e3a40d6 build: Add H266 files to uvgRTP.pro 2021-05-29 08:19:30 +03:00
Aaro Altonen a3d534019f build: Add missing files to uvgRTP.pro 2021-04-16 08:49:01 +03:00
Aaro Altonen 703fdf59dd Update build instructions 2020-10-06 08:46:43 +03:00
Aaro Altonen 1799421a57 Update project files
Add new H26x files to QtCreator and CMake build files and remove
Visual Studio project files as they are too painful to maintain
manually and they can be generated very easily using CMake
2020-10-06 06:21:37 +03:00
Aaro Altonen ee92f22a3a Fix Windows compilation issues 2020-09-17 12:45:20 +03:00
Aaro Altonen 7b50e99aa0 Update project files
Add all new source and header files to Visual Studio, CMake and
QtCreator project files.

Rename rtcp/runner.cc and zrtp/receiver.cc files because they
caused linking problems with QtCreator
2020-09-16 10:56:57 +03:00
Aaro Altonen c2e7eb1bc1 Rename kvzRTP to uvgRTP 2020-04-28 11:18:07 +03:00