video/H264 support#5
Closed
garethsb wants to merge 1253 commits into
Closed
Conversation
…4-01 constraint sets
(cherry picked from commit 69966129ec47ca7fd52ddeed4b3a415d7060c4be)
(cherry picked from commit 581a98ba2ac818dd4f3845ac29f2f66c0bc69a4c)
(cherry picked from commit 4cf26eb1ea43d54a39017673814cd4d7377d0f5b)
… on ST 2110-30 Conformance Levels B and C
…name, addresses or both are used to construct response headers, and host and URL fields in the data model (cherry picked from commit fb98fd5620523a67abaee0f6a2846dc949f4c3e1)
(cherry picked from commit a1bbf2926692b47c7dd239fc6239d5b5674fd9e4)
…al active map (Another alternative would be to make an initial relatively-scheduled activation to set it up.) (cherry picked from commit 64957635887193ec89e806f3e0f50d34b920898b)
…e associated with the audio Receivers, following the usual how_many and channel_count settings. Remove the constraints from these IP Inputs and the IP Outputs. Add a constrained MADI Input and AES Output, and an audio gizmo, with associated Outputs/Source/Inputs, that covers the re-entrant case. (cherry picked from commit 22c38944da99fb17c224040a831fd65128acaf58)
…n for Visual Studio especially since the instructions currently at https://docs.conan.io/en/latest/using_packages/debugging.html don't seem to work for me, it's necessary to copy the PDB files manually from the build dir to the install dir (cherry picked from commit 5d4940ce7a7732de923655615f742458b9b887b8)
(cherry picked from commit 40a0ac8c28c5e649255599ab5190af50e4853ecb)
…or<>::type (cherry picked from commit 2df4a6747142923019f3836039673a818a7e0af5)
…umber of retries to be increased easily (now hard-coded to at most 3 tries)
Change to get a bigger buffer for GetAdapterAddresses when original is not big enough
(cherry picked from commit 0d44e8e7d943219025820336f77ae9d06fe0956d)
…can't discover what RREV 16befcbf8ac3dfa56d9664dd1c1672b9 that it was picking up automatically even is! :-/
…tterns (thanks to Gregor Amrein, SRF for the report)
…ptions to force cpprestsdk to use asio from the build script. Fix ::set-env usage (cf. 575e337)
garethsb
commented
Feb 1, 2022
(Boost recipe requires Conan >=1.43)
…e so that, for example, 59.94 os output as expected rather than as 59.939999999999998
Grisu2 FTW
Bump Boost version from 1.77.0 to 1.78.0
Fix SDP validating against media_type constraint
…r media types beyond the core "video/raw", "audio/L", "video/smpte291" and "video/SMPTE2022-6" media types
Use boost::any throughout rather than a template parameter and boost::variant
More helpers for for supporting additional media types
…Diego Nunes, Bisect
Open
garethsb
pushed a commit
that referenced
this pull request
Mar 25, 2026
Added Device configuration data type definitions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on @diegonunes4 work