-
Notifications
You must be signed in to change notification settings - Fork 50
MIK fork: up to v0.5.6 #139
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
Merged
MarcAntoine-Arnaud
merged 62 commits into
avTranscoder:develop
from
mikrosimage:release/v0.5.6
Apr 30, 2015
Merged
MIK fork: up to v0.5.6 #139
MarcAntoine-Arnaud
merged 62 commits into
avTranscoder:develop
from
mikrosimage:release/v0.5.6
Apr 30, 2015
Conversation
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
A rewrap case can need to transcode at specific moments: * if there is an offset at the beginning * if it continues with a generator at the end of the rewrap.
Add properties of base class if the derived class override getPropertiesAsVector (for Video and Audio).
Note: remove useless InputStreams clearBuffering call.
The streams analysis is done in the FileProperties, not in the InputFile.
* It containes only references to the other properties (video, audio...). * Get the properties at the indicated stream index with only one function.
Instead of the duration from the format.
Always need to create an InputFile to get the encofing profile from it, but not necessary add it to our list of InputFile.
Because AudioGenerator inherits an IDecoder, we need to implement this function and adapt it to the generator.
Fix input duration
…into dev_ManageOffsetOnRewrap Conflicts: src/AvTranscoder/transcoder/StreamTranscoder.cpp
Manage offset on rewrap
If offset > duration of the stream, return a duration of 0.
…ration is exceeded
* positive / negative * video/ audio * transcoder / rewrap
* This need to be done after call of avformat_write_header. * Add attribute _flags. * Fix #92
From the GNU GCC man: --coverage This option is used to compile and link code instrumented for coverage analysis. The option is a synonym for -fprofile-arcs -ftest-coverage (when compiling) and -lgcov (when linking).
Not maintained.
* Add env variable for avtranscoder build directory. * Add env variable for avtranscoder install directory. * Fix capture of coverage in the avtranscoder install directory.
The pyTest were not launch for several commits, but Travis didn't raise any errors...
Install & generate coverage in separate script files.
Use coveralls tool
Add presetdnxhd
Fix FormatContext private options
According to the ffmpeg documentation, priv_data of AVFormatContext is "... an AVOptions-enabled struct if and only if iformat/oformat.priv_class is not NULL."
* Install coverage tools even if Travis builds with clang ( because it's easier to manage the command line to launch test, which uses coverage nosetests plugin). * Add CMake parameter to choose python version of the binding: AVTRANSCODER_PYTHON_VERSION_OF_BINDING (Travis has updated its default python version to 3.2.3).
Changes Unknown when pulling 2a17606 on mikrosimage:release/v0.5.6 into * on avTranscoder:develop*. |
@MarcAntoine-Arnaud Could be merged? |
… vectors Avoid bad reference value after vector resize Effective on getStreamPropertiesWithIndex method call
Changes Unknown when pulling 6323892 on mikrosimage:release/v0.5.6 into * on avTranscoder:develop*. |
MarcAntoine-Arnaud
added a commit
that referenced
this pull request
Apr 30, 2015
Merge from Mikros fork: up to v0.5.6
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.
Special gift: https://coveralls.io/r/avTranscoder/avTranscoder