List of GPL violators on Apple App Store.

macOS specific usage questions
pawlowski
New Cone
New Cone
Posts: 2
Joined: 19 Jan 2012 02:06
VLC version: 2.0.0
Operating System: Mac OS X
Location: Ukraine

List of GPL violators on Apple App Store.

Postby pawlowski » 19 Jan 2012 02:10

I've made a quick list of apps that are using VLC code without any notice and even charging money for it.
(Using apptrack, but hey, the code was already stolen)
Class-dump of most of them looks like this:

Code: Select all

... @interface VLCMedia (LibVLCBridging) @property(readonly, assign) void* libVLCMediaDescriptor; +(id)mediaWithLibVLCMediaDescriptor:(void*)libVLCMediaDescriptor; +(id)mediaWithMedia:(id)media andLibVLCOptions:(id)options; -(id)initWithLibVLCMediaDescriptor:(void*)libVLCMediaDescriptor; @end @interface VLCMediaList (Private) -(void)initInternalMediaList; -(void)mediaListItemAdded:(id)added; -(void)mediaListItemRemoved:(id)removed; @end @interface VLCMediaList (LibVLCBridging) @property(readonly, assign) void* libVLCMediaList; +(id)mediaListWithLibVLCMediaList:(void*)libVLCMediaList; -(id)initWithLibVLCMediaList:(void*)libVLCMediaList; @end @interface VLCEventManager (Private) -(void)addMessageToHandleOnMainThread:(id)handleOnMainThread; -(BOOL)markMessageHandledOnMainThreadIfExists:(id)exists; -(void)callDelegateOfObjectAndSendNotificationWithArgs:(id)args; -(void)callObjectMethodWithArgs:(id)args; -(void)callDelegateOfObject:(id)object withDelegateMethod:(SEL)delegateMethod withNotificationName:(id)notificationName; -(id)messageQueue; -(id)pendingMessagesOnMainThread; -(id)pendingMessagesLock; -(opaque_pthread_cond_t*)signalData; -(opaque_pthread_mutex_t*)queueLock; @end @interface VLCLibrary (VLCLibVLCBridging) @property(readonly, assign) void* instance; +(void*)sharedInstance; @end @interface VLCOpenGLESVideoView (Private) -(void)_createFramebuffer; -(void)_updateViewportWithBackingWitdh:(unsigned)backingWitdh andBackingHeight:(unsigned)height; -(void)_destroyFramebuffer; @end ...
Also there's flex:player, but guy isn't charging money for it, so he even didn't change the .nibs.

Return to “VLC media player for macOS Troubleshooting”

Who is online

Users browsing this forum: No registered users and 19 guests