Skip to content

Conversation

@goncharik
Copy link
Owner

No description provided.

BradLarson and others added 30 commits April 2, 2014 15:59
Update version for CocoaPod submission.
…been written. Fixes an issue where first video frame in the movie is occasionally blank
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+)
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
…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
zmzhuai and others added 30 commits March 6, 2016 13:01
Default intensity is not properly set in Lookup filter
fix: rotateRightHorizontal bug fix
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
…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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.