Results 9 issues of Mo DeJong

Fixes compilation with latest version of Swift. Apple with "patch -p 1 < swift_patch.txt" [swift_patch.txt](https://github.com/mateuszbuda/GPUExample/files/2346627/swift_patch.txt)

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...

Use xml Marshal to encode attribute values in encodeOpenTag

When a window that is playing ends up in the background, the playback logic will sometime fail and nil is returned for each frame. This can result in the next...

I recently noticed that your software is built on top of my AVAnimator video encoding logic. My AVAnimator software is licensed under the GPL while your project is not. Building...