- Notifications
You must be signed in to change notification settings - Fork50
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
MarcAntoine-Arnaud merged 68 commits intoavTranscoder:developfrommikrosimage:release/v0.5.7Jul 28, 2015
Merged
MIK fork: up to v0.5.7#141
MarcAntoine-Arnaud merged 68 commits intoavTranscoder:developfrommikrosimage:release/v0.5.7Jul 28, 2015
Uh oh!
There was an error while loading.Please reload this page.
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_deployConflicts:.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 codecIf 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 thefile to be installed does not exist.
* fixing VideoProperties::getStartTimecode method return value
Transcoder: log number of frame processed in debug
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 developConflicts:src/AvTranscoder/decoder/AudioDecoder.cppsrc/AvTranscoder/decoder/VideoDecoder.cppsrc/AvTranscoder/encoder/AudioEncoder.cppsrc/AvTranscoder/encoder/VideoEncoder.cppsrc/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 doesnot exist in python. Our bindings of 'C++ double' could create issues,and since a fps with a simple precision is enough, we decided to returnfps as float.
Double type is not constructed the same way in C++ and Java, and doesnot exist in python. Our bindings of 'C++ double' could create issues,and since a fps with a simple precision is enough, we decided to returnfps as float.
@MarcAntoine-Arnaud Could be merged? |
MarcAntoine-Arnaud added a commit that referenced this pull requestJul 28, 2015
MIK fork: up to v0.5.7
cchampet pushed a commit that referenced this pull requestJul 29, 2015
Sign up for freeto 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