-
Notifications
You must be signed in to change notification settings - Fork 2
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
Multi audio #38
Merged
Merged
Multi audio #38
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
2dc0aef
First version to support multi audio
elv-reza 28f56fe
Fix a crash transcoding dash/hls segments
elv-reza 477cdf2
Fix a crash when don't specify the audio indexes
elv-reza dc01f1f
Fix audio merge, join, and pan (unit tests are working now)
elv-reza f27874b
Simplify and clean up
elv-reza c16aae5
Fix an issue when setting duration in audio tracks
elv-reza bc2c46b
Add unit test for multi audio
elv-reza 3c6c7d4
More development and fix a crash
elv-reza 603ad18
Fix a bug in dash audio transcoding, fix live unit tests, add unit te…
elv-reza dd33a50
Add live source for multi audio
elv-reza 3902fa6
Fix audio_input_start_pts for each audio stream
elv-reza 2c6508e
Fix first_encoding_audio_pts for multi audio
elv-reza e9a95f9
More development for audio fields
elv-reza 04cad61
More audio field correction
elv-reza 7cdf3f4
More development for stat callbacks, I am almost there ...
elv-reza f65317e
Complete stat callback changes with stream_index
elv-reza 3501c46
Merge with master
elv-reza c51d561
Simplify some defined constants
elv-reza dd11009
Some clean up and flushing all audio frames for multi audio
elv-reza bc6b998
Update README.md
elv-reza aad8ab7
One more update in README.md
elv-reza dc49361
Detect packet loss in srt
elv-reza d7b42e8
Adjust pts of the input stream in all the cases, and not only for MPE…
elv-reza 5d73100
Increase avpipe version
elv-reza 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.
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.
Should we use -1 for "no stream"? So future code doesn't think it is stream 0
Or #define a "No stream" value