[MPlayer-dev-eng] [PATCH] Zattoo

Vladimir Serbinenko phcoder at gmail.com
Sat Mar 10 14:04:37 CET 2007


Hello. I send a patch with mp_msg instead of printf+a fix for a problem
with SF1/SF2
> Hello,
> On Sat, Mar 10, 2007 at 11:26:22AM +0100, Vladimir Serbinenko wrote:
>   
>> +  EVP_DecryptInit(&ctx, EVP_aes_128_cbc(), 
>> +		  DATA(stream)->keys[headl2.kselector],
>> +		  headl2.iv);
>> +  EVP_DecryptUpdate (&ctx, obuf, &olen, packet+sizeof(struct l2_header),
>> +		     packet_size-sizeof(struct l2_header));
>> +  EVP_DecryptFinal(&ctx,obuf+olen,&t);
>>     
>
> Please use the AES functions from libavutil/aes.h
>
>   
And what to do with RSA?
> Greetings,
> Reimar Döffinger
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
>
>   

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: mplayer7.diff
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20070310/3909e163/attachment.txt>


More information about the MPlayer-dev-eng mailing list