- Notifications
You must be signed in to change notification settings - Fork50
Fix process all data of input#209
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
cchampet merged 18 commits intoavTranscoder:developfromcchampet:fix_processAllDataOfInputJan 7, 2016
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
18 commits Select commitHold shift + click to select a range
9093b41
InputFile: updated log when no more data to read on file
8470ef7
StreamTranscoder: fixed private method getProcessCase
b8eaa71
Transcoder: added log when a process ended
ae2e1d9
Transcoder: updated doc of the processing policy
0a9dc68
StreamTranscoder: updated accessor of getProcessCase scope
88100b9
Transcoder: renamed method getOutputDuration to getExpectedOutputDura…
ec7a310
StreamTranscoder: getTransform method returns a pointer instead of a …
450b338
Transcoder: fixed how to get the progressDuration during a process
0350ade
Transcoder: fixed how to process a frame for each stream
5190623
transcoder: fix formatting
6080702
Transcoder: updated log to check expected output duration
9059962
StreamTranscoder: removed unsued log
689c76f
StreamTranscoder: do not throw if a stream needs to switch to a gener…
24ecd8a
Transcoder: default process method is the longest stream
5f10588
pyTest: check all streams of testAddAllStreamsOfAGivenFile
55fb7e5
pyTest: updated how to check output duration when testEProcessMethods
2dc2b40
StreamTranscoder: added log to check the current process case for eac…
08a2d24
StreamTranscoder: fixed preProcessCodecLatency in case of rewrap
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletionsrc/AvTranscoder/file/InputFile.cpp
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
38 changes: 29 additions & 9 deletionssrc/AvTranscoder/transcoder/StreamTranscoder.cpp
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
12 changes: 6 additions & 6 deletionssrc/AvTranscoder/transcoder/StreamTranscoder.hpp
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
71 changes: 54 additions & 17 deletionssrc/AvTranscoder/transcoder/Transcoder.cpp
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
27 changes: 17 additions & 10 deletionssrc/AvTranscoder/transcoder/Transcoder.hpp
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
9 changes: 6 additions & 3 deletionstest/pyTest/testEProcessMethod.py
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
3 changes: 0 additions & 3 deletionstest/pyTest/testTranscoderAdd.py
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
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.