-
Notifications
You must be signed in to change notification settings - Fork 50
MIK fork: up to v0.5.7 #141
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 68 commits into
avTranscoder:develop
from
mikrosimage:release/v0.5.7
Jul 28, 2015
Merged
MIK fork: up to v0.5.7 #141
MarcAntoine-Arnaud
merged 68 commits into
avTranscoder:develop
from
mikrosimage:release/v0.5.7
Jul 28, 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
…into travis_deploy Conflicts: .travis.yml
* Rename open to openCodec. * Swig warning 321: 'open' conflicts with a built-in name in python.
AVPacket is an unknown type for SWIG.
* operator= => "__assign__" in python. * operator= => "clone" in java.
* New flags: * fcompact - Compile in compact mode * small - Compile in virtual elimination & compact mode * O - Enable the optimization options: -fastdispatch -fvirtual * Werror - Treat warnings as errors * Fix #179
Profiles: remove 'g' option from dnxhd profiles
…tiesWithIndex method
Update documentation of InputFile::seekxxx functions.
…ted by the codec If indicated in profile, force threads value.
FileProperties: StreamProperties stored by streamIndex into a map
Travis: deploy on tag
* "make install" does not imply "make all install". * Update Travis to build all the project, and install. * CMake install with 'Optional': Specify that it is not an error if the file to be installed does not exist.
* fixing VideoProperties::getStartTimecode method return value
Transcoder: log number of frame processed in debug
* Fix #194
Missing include for log function.
InputFile/OutputFile: can get format name/long name/mime type
Fix python apps - python2.6
Move ProcessStat files to this directory.
* Add EProcessCase enum. * Add getProcessCase method. * Remove 3 methods isTranscodeCase, isRewrapCase, isGeneratorCase. * Fix #180
Dev process stat
StreamTranscoder: refactor how to get the current process case
CMake: the install rule does not depend on all
…nscoder into develop Conflicts: src/AvTranscoder/decoder/AudioDecoder.cpp src/AvTranscoder/decoder/VideoDecoder.cpp src/AvTranscoder/encoder/AudioEncoder.cpp src/AvTranscoder/encoder/VideoEncoder.cpp src/AvTranscoder/transcoder/StreamTranscoder.cpp
Option -Wreorder
Double precision is not needed to express this offset in seconds.
Double type is not constructed the same way in C++ and Java, and does not exist in python. Our bindings of 'C++ double' could create issues, and since a fps with a simple precision is enough, we decided to return fps as float.
Double type is not constructed the same way in C++ and Java, and does not exist in python. Our bindings of 'C++ double' could create issues, and since a fps with a simple precision is enough, we decided to return fps as float.
@MarcAntoine-Arnaud Could be merged? |
MarcAntoine-Arnaud
added a commit
that referenced
this pull request
Jul 28, 2015
MIK fork: up to v0.5.7
cchampet
pushed a commit
that referenced
this pull request
Jul 29, 2015
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.
InputFile/OutputFile: can get format name/long name/mime type.
InputFile: can seek at the exact frame.
Transcoder::process: the method returns psnr of operation for each output video stream.
pythumbnail: can use this script with both python2.6 or python2.7+
CMake: INSTALL target does not depend on ALL.
Github: use Github Release service at the end of CI on Travis.
FileProperties: fix when get StreamProperties by using getStreamPropertiesWithIndex.
Add USAGE.md to explain how to use the library in c++/python/java.
Clean DNxHD presets