forked from pheed/GPUImage
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge playSound branch and master #1
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
Open
goncharik
wants to merge
391
commits into
goncharik:master
Choose a base branch
from
BradLarson:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Update version for CocoaPod submission.
…been written. Fixes an issue where first video frame in the movie is occasionally blank
… of the process.
OS X-only headers were getting in the way.
Changed `#if` wrapping around `dispatch_release` to check for iOS 6.0 or newer, rather than 7.0 or newer. This fixes errors: * `error: 'release' is unavailable: not available in automatic reference counting mode` * `ARC forbids explicit message send of 'release'` occurring on the `dispatch_release` call when compiling against iOS 6.x (checked on iOS 6.1; assumed the problem is 6.0+-relevant based on ReactiveCocoa/ReactiveCocoa#204 and https://github.com/Nyx0uf/NYXImagesKit/issues/16). Resolves #1528
* Checking more statuses for GPUImageMovie, as reader can be failed or cancelled, but this is not handled properly * Checking inputs' statuses before appending buffers in GPUImageMovieWriter, also checking blocks before calling them
Add method to remove filter using only the filter
Change filter input and outputs to the base class
`dispatch_release` excluded on 6.0+ (instead of 7.0+)
Fix FilterShowcase project
Avoid writing audio frames until at least one video frame has been written. This prevents "black" frames at the beginning of the result movie file.
updated iOS version reference to avoid explicit release of semaphores on iOS6
Added a `progress` property for `GPUImageMovie` specifying the progress of the process.
Silence "Variable Unused" warnings when assertions are blocked (Release builds)
Movie processing made more stable while cancelling
GPUImageFilterGroup endProcessing
…xelBuffer-backed framebuffer
…updates to prevent freezing of the output. -updateUsingCurrentTime still lets you record movies from UI elements.
…stack The function previously relied on `arrayValue' remaining in place long enough for the async call to read it, which doesn't always happen, especially if it was allocated on the stack. I think this also was the cause of #847
Default intensity is not properly set in Lookup filter
fix: rotateRightHorizontal bug fix
Added Solarize Filter
removed ‘GPUImageMovie’ from the excluded files for OS X.
…oller-of-the-main-window-before-application-did-finish-launching-with-options-finishes Set root view controller of the main window
Fatal missing NS_ENUM for GPUImageSkinToneFilter
Adds texture input/output to the Mac framework
demo crash fix
fix issue #2093
Allow for luminance upload
Update to use NS_ENUM
…ode need CVPixelBufferRef format,otherwise need createPixelBuffer for bytes
GPUImageFramebuffer add get CVPixelBufferRef method, VideoToolB…
Correct import file in GPUImageVibranceFilter.h
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.
No description provided.