Re: [Libav-user] Question about the libraries' naming and rule #16

2011-06-30 Thread Soltic Lucas
Le 9 juin 2011 à 16:28, Soltic Lucas a écrit : It *sounds* like you are complying with the license. But I have not seen your application code, and I am not a lawyer. Phil Thank you all for you answers. And I'll take your advice Phil and I'll entirely read the LGPL, so that I can

[Libav-user] Using FFmpeg's static libraries with Visual Studio

2011-06-07 Thread Soltic Lucas
Hello, I've been trying to use FFmpeg's static libraries in a Visual Studio 2010 project, but till now I've failed because of the following errors: 1C:/Users/Ceylo/Development/sfeMovie/deps/ffmpeg-build\libavcodec.a : fatal error LNK1136: fichier non valide ou endommagé 1

[Libav-user] Something specific with Theora and 'black empty frames' ?

2011-06-05 Thread Soltic Lucas
Hello, I'm currently working on a C++ movie playback library relying on FFmpeg and I recently noticed audio would get desynchronized with video when reading OGV files, whereas it's working fine with H.264/AAC. What I actually noticed is that the black frames at the beginning of the movie are

Re: [Libav-user] Compiling without --enable-nonfree still produces non-free library?

2011-04-17 Thread Soltic Lucas
Le 17 avr. 2011 à 15:39, Stefano Sabatini a écrit : On date Saturday 2011-04-16 15:37:50 -0700, Kip Warner encoded: On Sun, 2011-04-17 at 00:34 +0200, Soltic Lucas wrote: Well.. according to Hendrik's explanation, I would use something even more explicit like --enable-non-redistributable

Re: [Libav-user] Compiling without --enable-nonfree still produces non-free library?

2011-04-16 Thread Soltic Lucas
Le 17 avr. 2011 à 00:22, Kip Warner a écrit : On Sun, 2011-04-17 at 00:20 +0200, Soltic Lucas wrote: Oh ok, thanks you very much! Maybe the --enable-nonfree option should be a bit clearer on this point. When I read it I thought I could freely use every format supported by my free build