Hi,

On Wed, Feb 25, 2015 at 9:15 AM, Simos Xenitellis
<[email protected]> wrote:
> On Wed, Feb 25, 2015 at 5:55 AM, Luc Verhaegen <[email protected]> wrote:
>>
>> Allwinner, it is very high time to start playing nice. You've been at it
>> for 4 years now and seem utterly incapable of or unwilling to change.
>
> I think it's time for Luc to start playing nice. His toxic behavior
> does not help.
> Trying to berate both on list and off list, even new members to this
> Google group,
> is unacceptable behavior.
> It makes me wonder whether his abrasive behavior was actually a factor
> to the situation that we try to solve here.
> It's very ironic as well!
>
> We see constructive efforts from Allwinner to fix issues
> and it makes sense for the community to be constructive as well.
> I do not even see an issue filed at
> https://github.com/allwinner-zh/media-codec/issues
>

Sorry, but I really don't understand your attitude, it seems that you
don't know what you are talking about.

Have you seen the "code" released by Allwinner?

It's of no use, only a little extra layer over it's GPL infringing
"closed" code. Non working code like that:

 int SecureMemAdapterRead(void *src, void *dest, size_t n)
 {
 return n;
 }
 int SecureMemAdapterWrite(void *src, void *dest, size_t n)
 {
 return n;
 }
 int SecureMemAdapterSet(void *s, int c, size_t n)
 {
 return 0;
 }
 void * SecureMemAdapterGetPhysicAddress(void *virt)
 {
 return NULL;
 }
 void * SecureMemAdapterGetVirtualAddress(void *phy)
 {
 return NULL;
 }
 void* SecureMemAdapterGetPhysicAddressCpu(void *virt)
 {
 return NULL;
 }
 void* SecureMemAdapterGetVirtualAddressCpu(void *phy)
 {
 return NULL;
 }

It is a joke. And they *know* they are using GPL code inside the binary blobs.

So, please, don't kill the messenger.

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to