1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Dec 11, 2024 — Dec 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
There is an issue in GPUImageMovie - when instance adds itself as AVPlayerItemVideoOutput delegate: [playerItemOutput setDelegate:self queue:videoProcessingQueue], playerItemOutput doesn't release its delegate when GPUImageMovie instance is deallocating. Later, this results in a method call from the deallocated object (outputSequenceWasFlushed:) and you get the crash. This was found with help of NSZombie detector and I fixed it by adding this in GPUImageMovie dealloc method: [playerItemOutput setDelegate:nil queue:nil]; More... over 10 years ago
Merge pull request #1 from BradLarson/master More... over 10 years ago
add option to remove alpha premultiplication from GPUImagePicture More... over 10 years ago
Fix leak from capturing self in block and adding observer More... over 10 years ago
Fix leak from capturing self in block and adding observer More... over 10 years ago
Added GPUImageWhiteBalanceFilter to Readme More... over 10 years ago
Added GPUImageWhiteBalanceFilter to Readme More... over 10 years ago
Merge pull request #1935 from robcos/master More... over 10 years ago
Merge pull request #1959 from JaredHalpern/master More... over 10 years ago
Merge pull request #1968 from headupinclouds/master More... over 10 years ago
Merge pull request #1937 from crivera/master More... over 10 years ago
Added a few minor entries to the umbrella header on the Mac side. More... over 10 years ago
Avoid release calls for ARC code when OS X <= 10.7 More... over 10 years ago
setIntensity not defined on GPUImageColorInvertFilter and was causing crash. More... over 10 years ago
Update Podspec More... almost 11 years ago
Move files More... almost 11 years ago
edit project file More... almost 11 years ago
Minor tweaks to the filter showcases. More... almost 11 years ago
Updated the Swift examples and cleanup up the filter operations now that the compiler won't crash on closures in enums. Also fixed a crash in the lookup filters on the Mac due to a recent pull request. More... almost 11 years ago
Merge pull request #1781 from r3mus/master More... almost 11 years ago
Merge pull request #1898 from stheakanath/patch-1 More... almost 11 years ago
Let's fix that one optional. More... almost 11 years ago
fix a bug in bulge distortion fragment shader which causes the distortion area to be misplaced when the distortion center y is not 0.5 More... almost 11 years ago
Allow for luminance upload More... almost 11 years ago
Update GLProgram.m More... almost 11 years ago
Cleaned up some minor compilation errors. More... almost 11 years ago
Added a shader prototyping tool on the Mac side, improved error reporting for GLProgram, tweaked GPUImageView operation on the Mac. More... almost 11 years ago
Merge pull request #1851 from sminteractive/imagefiltergroup-targets-support More... almost 11 years ago
Merge pull request #1877 from Phando/master More... almost 11 years ago
Merge pull request #1880 from tbveralrud/master More... almost 11 years ago