AVAnimator icon indicating copy to clipboard operation
AVAnimator copied to clipboard

AVAnimator is an iOS library that makes it easy to implement non-trivial animated/video content in iOS

Results 8 AVAnimator issues
Sort by recently updated
recently updated
newest added

I just tried out the QTFileParserApp and the StreetFighter demo on the latest XCode, running against iOS 10.2. Got a couple compile errors indicating that `displayLink.frameInterval` is deprecated, use `preferredFramesPerSecond`....

First of all thanks to AVAnimator such a good framework allows me to synthesize beautiful video. I used a video  with alpha chanel as a filter to cover an image,...

It seems that user interaction like scrolling a list means that NSTimer events do not get delivered in a AVAnimatorMedia class. Switching from NSDefaultRunLoopMode to NSRunLoopCommonModes is indicated as a...

https://developer.apple.com/library/ios/releasenotes/General/WhatsNewIniOS/Articles/iOS7.html Audio Session API in the Audio Toolbox framework are deprecated as of iOS 7.0. I received several compiler warnings regarding this, although it appears not to affect functionality on...

This patch needs to be evaluated in terms of how it impacts looping with audio. The audio needs to stop before the next loop otherwise audio playback fails. But, the...

Currently, the mvidmoviemaker command line app needs to render at 32bpp and then mark the video as 24bpp post rendering when no pixels with alpha or partial alpha values were...

2012-11-25 16:01:26.789 RegressionTests[43693:11f03] **\* Assertion failure in +[AVAnimatorViewTests testAttachTwoDifferentMedia], /Users/mo/Development/QTAnimationiPhone/QTFileParserApp/Classes/Tests/AVAnimatorViewTests.m:1533 ``` frame #3: 0x0002da9a RegressionTests`+[AVAnimatorViewTests testAttachTwoDifferentMedia] + 4986 at AVAnimatorViewTests.m:1533 ``` The issue is that the two returned objects are...