¡@

Home 

2014/10/15 ¤U¤È 10:09:55

iphone Programming Glossary: gpl

Looking for a way to encode mp3 on iPhone

http://stackoverflow.com/questions/1005598/looking-for-a-way-to-encode-mp3-on-iphone

in advance for any leads. Ed iphone audio mp3 recording share improve this question Beware with using LAME LAME's GPL licensed so its use is only legal if your app is also GPL. From the 3Gs onwards hardware assisted MP4 encoding's available... share improve this question Beware with using LAME LAME's GPL licensed so its use is only legal if your app is also GPL. From the 3Gs onwards hardware assisted MP4 encoding's available. Check out the iPhoneExtAudioFileConvertTest sample project...

TiMidity: need help compiling this library for the iPhone

http://stackoverflow.com/questions/1083631/timidity-need-help-compiling-this-library-for-the-iphone

a jailbroken device after signed via ldid of course and object files you can include in your project. Note TiMidity is GPL so you will have to release your application under that license if you use any part of it. Also this is really messy because..

How to implement VoIP + SIP in iPhone?

http://stackoverflow.com/questions/2558302/how-to-implement-voip-sip-in-iphone

Where to begin when developing web applications for smartphones

http://stackoverflow.com/questions/3869347/where-to-begin-when-developing-web-applications-for-smartphones

an javascript libary jQtouch is MIT license and is part of Sencha Labs Sencha Touch has a commercial license and a GNU GPL license v3 . I've been using jQtouch for the path 10 months and found that it has it limits. If your web app has complex..

What's the best way of live streaming iphone camera to a media server?

http://stackoverflow.com/questions/4474871/whats-the-best-way-of-live-streaming-iphone-camera-to-a-media-server

API is fast enough for real time streaming Yes it is. However you will have to use libx264 which gets you into GPL territory. That is not exactly compatible with the app store. I would suggest using AVFoundation and AVAssetWriter for efficiency..

I would like to develop application like “Desktop Connect” for iPad app

http://stackoverflow.com/questions/5804209/i-would-like-to-develop-application-like-desktop-connect-for-ipad-app

code you could learn a lot about how it is done and how you could do something on the iPad But it's licensed under the GPL so using any code from this application will force you to license your application under the GPL too. share improve this..

Video Calling/Conference API for iPhone

http://stackoverflow.com/questions/6607130/video-calling-conference-api-for-iphone

iPhone and GPL

http://stackoverflow.com/questions/762498/iphone-and-gpl

and GPL Is it legal to publish iPhone applications under the GPL v3 Obviously you can't use other people's GPL source but is it.. and GPL Is it legal to publish iPhone applications under the GPL v3 Obviously you can't use other people's GPL source but is it okay if I hold the copyright to the entire source If GPL.. and GPL Is it legal to publish iPhone applications under the GPL v3 Obviously you can't use other people's GPL source but is it okay if I hold the copyright to the entire source If GPL is not okay is MIT BSD etc. okay iphone licensing..

MPMoviePlayerController alternatives on iPhone?

http://stackoverflow.com/questions/780999/mpmovieplayercontroller-alternatives-on-iphone

iphone mpmovieplayercontroller movie share improve this question Keep in mind that even though a project is GPL that does not mean you can't contact the author's about an LGPL option on the underlying code. A possible roll your own.. question Keep in mind that even though a project is GPL that does not mean you can't contact the author's about an LGPL option on the underlying code. A possible roll your own solution would be to use openGL as a compositing surface for the.. to openGL http nehe.gamedev.net data lessons lesson.asp lesson 35 FFMpeg has recently been ported to iPhone and is an LGPL based product http geek.thinkunique.org 2008 03 05 ffmpeg on the iphone Note There is some debate over the commercial use..

iPhone web applications, templates, frameworks? [closed]

http://stackoverflow.com/questions/8756/iphone-web-applications-templates-frameworks

To avoid people reading only the question and answering before reading my other reply I'll add my clarification for GPL licensing and similar issues here. The framework I need to use can not be distributed under a license which would require.. not be distributed under a license which would require me to license my own project out under a similar license. The GPL family of licenses allows for exceptions regarding library usage but this won't apply to this since by necessity the kind..