-
Notifications
You must be signed in to change notification settings - Fork 861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logic refax: new rules for the receiver buffer and TSBPD #2527
Open
ethouris
wants to merge
50
commits into
Haivision:master
Choose a base branch
from
ethouris:dev-refax-buffer-tsbpd-triggers
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
496e6a7
Exported fragment to a separate function
03214ff
Applied changes from PR 2467-before merging
96e92dd
Adjusted to the latest changes in the group branch, per changes in ma…
bdc6fff
Updated and post-fixed
a68d5cf
Updated for latest master
d2d1c90
Merge branch 'master' into dev-processdata-refax
89e927f
Added lacking fix for AEAD
a56c84d
Fixed: block static variable that might be unused when no logging (tr…
0168c5e
Fixed after PR comments
870509f
Renamed getPacketPTS. Moved call to obtain PTS under belated condition
9f5174c
Merge branch 'dev-processdata-refax' into dev-refax-buffer-tsbpd-trig…
652e35d
Applied changes for improved TSBPD and receiver buffer
6295cb9
Updated and fixed
36c1f67
Updated usage of shortcuts and new names
1fbd754
Merge branch 'master' into dev-refax-buffer-tsbpd-triggers
478ca41
Merge branch 'master' into dev-refax-buffer-tsbpd-triggers
8335cbe
Fixed some logs formatting
ethouris df46c57
Updated to latest upstream
1df7e40
Updated and fixed
0b515e8
Updated
f636ce7
Updated and fixed
ae914e5
Merged and stabilized
519cb7e
Merge branch 'master' into dev-refax-buffer-tsbpd-triggers
4bb7b47
Added mutex spec to a function
d179878
Added more thread check entries
94fb676
Updated to latest upstream
8ad69ed
Fixed a suggested uninitialized variable
bbced79
Renamed eclipsed variable
5136ca2
Added doxy description for some functions. Applied NonOrder in names …
f6e0271
Removed wrong fix. Fixed C++11 style initialization of PacketInfo
072a8c4
Refax: CRcvBuffer extracted some parts of insert() to separate functions
1830e3a
Merge branch 'master' into dev-refax-buffer-tsbpd-triggers
283021e
Apply suggestions from code review
ethouris b969a83
Remaining post-review fixes
df237d6
Merge branch 'master' into dev-refax-buffer-tsbpd-triggers
d8f485a
Merge branch 'master' into dev-refax-buffer-tsbpd-triggers
d9f079a
Turned integer-based values to strong types. CHECKPOINT: tests passed
ab469d6
Fixed previous problems with receiver buffer
a2b1b44
First working version with end/drop as offset
ethouris ff16e68
Blocked development support types and fixed the test
1f6ac3d
Updated to latest upstream
fa70fda
Merged changes
1bf93ff
Cleanup of the commented-out code
f4f22ba
Cleaning up other temporary development entries
0a88fdf
Updated and fixed
74a27ed
Updated and fixed
cb00cce
Added option to disable test discovery (off by default)
5bc71e9
BUGFIX: the buffer info extraction function wasn't mutex-protected
6bbd31d
Merge branch 'master' into dev-refax-buffer-tsbpd-triggers
5cba144
Reworked attributes. Put inc() method of CSeqNo in use for clarity
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change of CMakeLists.txt can be moved to a separate PR. Plus corresponding changes to build options are needed: new build option
DISABLE_UNITTESTS_DISCOVERY