Heikki Tampio
9343b842b8
docs: Update INDEX.md
2024-01-30 11:43:24 +02:00
Heikki Tampio
7ca731d024
readme: Add mention of support for V3C RTP RFC draft to README.md
2024-01-30 11:43:24 +02:00
Heikki Tampio
4e32cb7754
examples: Input V3C test file name as a command-line parameter
2024-01-30 11:43:24 +02:00
Heikki Tampio
5a686232ea
examples: Improve documentation on V3C examples
2024-01-30 11:43:24 +02:00
Heikki Tampio
8ce471de54
examples: Add step-by-step instructions for V3C examples
2024-01-30 11:43:23 +02:00
Joni Räsänen
c7d2ccc405
doc: Add small mention of additional libraries when linking
2024-01-30 11:43:23 +02:00
Heikki Tampio
b49c84357d
usage: Remove mention to old create_session API
2024-01-30 11:43:23 +02:00
Heikki Tampio
57c5fb17db
examples: Update examples to use new create_session API
2024-01-30 11:43:22 +02:00
Heikki Tampio
1005d9d619
usage: Update create_session parameters to new API
2024-01-30 11:43:22 +02:00
Heikki Tampio
9853162d58
examples: Update documentation
2024-01-30 11:43:22 +02:00
Heikki Tampio
a31ba6416a
examples: Update V3C examples
2024-01-30 11:43:22 +02:00
Joni Räsänen
0bcb011b86
doc: Update VVC RTP draft to RFC and update RFC urls
...
The differences from version vvc draft 18 to RFC did not seem to affect
functionality. Also updated the tool urls in README.md to datatracker
since that is where they seem to be forwarded regardless.
2024-01-30 11:43:21 +02:00
Joni Räsänen
09b440fdfc
doc: Separate step-by-step tutorial from the examples documentation
2024-01-30 11:43:21 +02:00
Heikki Tampio
a3d717a24e
examples: Add link to V-PCC test file to V3C documentation
2024-01-30 11:43:21 +02:00
Heikki Tampio
80dd00d536
context: Add new create_session method with correct order of IP addresses. Deprecate old one.
2024-01-30 11:43:20 +02:00
Heikki Tampio
b3f2c6f2ba
docs: Document RCC_POLL_TIMEOUT flag
2024-01-30 11:43:20 +02:00
Heikki Tampio
d0b03af24b
examples: Improve documentation in V3C examples
2024-01-30 11:43:20 +02:00
Heikki Tampio
13037fa8c7
examples: Add documentation on V3C examples
2024-01-30 11:43:20 +02:00
tampsa
26bf69e9df
Merge pull request #210 from mathisloge/bugfix/fixbuild
...
Fix build with gcc13
2024-01-30 11:40:22 +02:00
Mathis Logemann
8a976f07a9
include cstdint for gcc13 compability
2024-01-12 15:43:37 +01:00
Mathis Logemann
530f2081df
Find cmake threads even when the test are excluded.
2024-01-12 15:43:08 +01:00
Heikki Tampio
985b29072d
Merge branch 'v3c'
2024-01-12 13:21:13 +02:00
Heikki Tampio
9ce1c2a673
v3c: Bugfix, run only correct handlers when sending packets through socket
2024-01-12 13:15:03 +02:00
Heikki Tampio
0bd1cbc5e2
v3c: Add documentation to v3c_receiver
2024-01-12 13:15:03 +02:00
Heikki Tampio
ebf97a8561
v3c: Add documentation to v3c_sender
2024-01-12 13:15:02 +02:00
Heikki Tampio
1c5ac86173
v3c: Add timeout for the VPCC receiver
2024-01-12 13:15:02 +02:00
Heikki Tampio
ad9095978a
v3c: Clean up code, add documentation
2024-01-12 13:15:02 +02:00
Heikki Tampio
981c13e2b3
v3c: Configure V3C sender and receiver examples
2024-01-12 13:15:02 +02:00
Heikki Tampio
aefa02aea6
v3c: Save NAL units into separate buffers on receiving end
2024-01-12 13:15:02 +02:00
Heikki Tampio
27d7fd1dac
v3c: Fix bugs in reconstruction of GoPs
2024-01-12 13:15:01 +02:00
Heikki Tampio
f417e828ae
v3c: Add documentation to the examples
2024-01-12 13:15:01 +02:00
Heikki Tampio
6efede67a1
v3c: Fix RTP_FORMAT_V3C to RTP_FORMAT_ATLAS in tests
2024-01-12 13:15:01 +02:00
Heikki Tampio
5c146a329e
v3c: Move V3C utility files to examples folder
2024-01-12 13:15:01 +02:00
Heikki Tampio
d681961c4c
v3c: Add comments
2024-01-12 13:15:01 +02:00
Heikki Tampio
3efbd098a6
v3c: Divide more code into functions
2024-01-12 13:15:00 +02:00
Heikki Tampio
822f5958c2
v3c: Divide code into functions
2024-01-12 13:15:00 +02:00
Heikki Tampio
bfe220b4fd
v3c: Change RTP_FORMAT_V3C into RTP_FORMAT_ATLAS
2024-01-12 13:15:00 +02:00
Heikki Tampio
11fa5d122c
v3c: Reconstruct the V3C file after receiving all NAL units
2024-01-12 13:15:00 +02:00
Heikki Tampio
0e8c52aa77
v3c: Add parsing of the profile_tier_level fields in V3C VPS units
2024-01-12 13:15:00 +02:00
Heikki Tampio
1d5d1fa1a9
v3c: Save all NAL info (Atlas and video) into the same vector
2024-01-12 13:15:00 +02:00
Heikki Tampio
4bb1062c99
v3c: Find H26x NAL unit boundaries from the V3C video substreams
2024-01-12 13:14:59 +02:00
Heikki Tampio
a3598cd6c4
v3c: Add example for parsing and sending V3C files
2024-01-12 13:14:59 +02:00
Heikki Tampio
b5905bcae2
v3c: Automatically disable Start Code related functionality when format is V3C
2024-01-12 13:14:59 +02:00
Heikki Tampio
15eb553236
v3c: Improve V3C tests
2024-01-12 13:14:19 +02:00
Heikki Tampio
3e31ba708d
v3c: Add test for V3C fragmentation
2024-01-12 13:14:19 +02:00
Heikki Tampio
eca8f24b69
v3c: Add test for V3C single NAL unit
2024-01-12 13:14:19 +02:00
Heikki Tampio
44067ecf97
v3c: Update Intra frame detection
2024-01-12 13:14:19 +02:00
Heikki Tampio
9a570cd208
v3c: Update get_fragment_type() for V3C
2024-01-12 13:14:19 +02:00
Heikki Tampio
fc0ab797ce
v3c: Update fu_division for V3C
2024-01-12 13:14:18 +02:00
Heikki Tampio
ac643cf8eb
v3c: Update get_nal_header_from_fu_headers() for V3C
2024-01-12 13:14:18 +02:00