Commit Graph

27 Commits

Author SHA1 Message Date
Heikki Tampio 121275c7a5 docs: Add documentation for RTP_H26X_DO_NOT_AGGR flag 2024-02-19 14:27:05 +02:00
Joni Räsänen 73018e2bdf formats: Fix the scl for h264 when only shifting with one byte at a time 2024-01-31 11:50:29 +02:00
Heikki Tampio 65db7ce9f4 docs: Add mention of H26x access unit issue to docs 2024-01-30 14:47:29 +02:00
Heikki Tampio 7b071c1c58 docs: Add documentation for RCE_RTCP_MUX flag 2024-01-30 11:43:26 +02:00
Heikki Tampio d2b6e93132 docs: Add documentation on RCC_SSRC and RCC_REMOTE_SSRC to docs 2024-01-30 11:43:25 +02:00
Heikki Tampio b3f2c6f2ba docs: Document RCC_POLL_TIMEOUT flag 2024-01-30 11:43:20 +02:00
Joni Räsänen 4758d47ad5
doc: Clarify the reception report field usage 2023-05-02 13:28:00 +03:00
Heikki Tampio 1311cd777b Release 2.3.0 2023-03-20 15:43:02 +02:00
Heikki Tampio 2b4fd4418f ipv6: updated documentation 2023-03-20 15:15:08 +02:00
Joni Räsänen edeeadc385
doc: Describe using uvgRTP for Congestion Control 2023-02-15 11:13:11 +02:00
Joni Räsänen 29491fddd4
doc: Describe what happens in case of packet loss 2022-11-16 12:34:06 +02:00
Joni Räsänen fa78501f53 zrtp: Update flag names used to determine the ZRTP mode 2022-09-22 07:46:40 +03:00
Joni Räsänen 49e67619e8 Release 2.1.0 2022-09-21 14:28:13 +03:00
Joni Räsänen 81d7e8f859 doc: Fix few more flag names in doc and document flags for IDEs 2022-09-21 13:58:59 +03:00
Joni Räsänen 4f205c893d common: Use correct name for numerator 2022-09-19 14:43:08 +03:00
Joni Räsänen 3b31367da4 common: Add better name for fragment pacing 2022-09-19 14:22:10 +03:00
Joni Räsänen 72224ce909 common: Reduce the default MTU size by 8 bytes
This helps account for various protocols that add an extra 8 bytes on
top of sent UDP traffic.
2022-09-16 16:35:59 +03:00
Joni Räsänen 76b13879e5 common: Separate fps enforcement and fragment pacing
This commit also fixes (mostly) the fps enforcement.
2022-09-16 16:15:36 +03:00
Joni Räsänen af2099a887 docs: Add descriptions for 192 and 256 SRTP key flags 2022-09-15 12:22:37 +03:00
Joni Räsänen 1b2996fd25 common: Release the memory of copy with RTP_COPY flag
uvgRTP does not indeed take ownership of the data when used with non-
smart pointer API. Now the copy is deleted by making it a unique_ptr.
2022-09-15 12:00:57 +03:00
Joni Räsänen 575ff4470a
docs: Update flag descriptions and write few in-depth tutorials
The flag descriptions in doc folder have not been updated in a whole despite changes. 
This commit updates the descriptions and adds tutorials for setting the MTU size and 
high-performance scenario.
2022-09-13 13:08:01 +03:00
Joni Räsänen f15908909e doc: Update links in docs folder to examples folder 2022-02-28 12:08:25 +02:00
Joni Räsänen 0f7304a064 doc: Update API link to doxygen 2021-05-18 16:40:52 +03:00
Joni Räsänen e7be4f7d89 doc: Fix broken link 2021-05-18 12:33:00 +00:00
Aaro Altonen 0806522ab9 doc: Add documentation for RTCP 2021-04-19 12:15:23 +03:00
Aaro Altonen e574a2a786 Rename RCE_HEVC_NO_INTRA_DELAY to RCE_NO_H26X_INTRA_DELAY
Now the functionality of all three (AVC, HEVC and VVC) can be controlled
through one flag
2021-03-23 01:18:59 +02:00
Aaro Altonen 13989c66f1 Add Doxygen documentation support
Some of the API is still undocumented
2021-03-23 01:18:59 +02:00