WAAVE library announcement!

Hello !

I have writed an audio/video library based on FFmpeg and SDL. Perhaps
it will be usefull for game developers. If you are interested visit
http://waave.sourceforge.net/

I have writed an audio/video library based on FFmpeg and SDL. Perhaps
it will be usefull for game developers. If you are interested visit
http://waave.sourceforge.net/

You probably should make a point of making your users understand the
legal implications of using FFmpeg: http://ffmpeg.org/legal.html

I have writed an audio/video library based on FFmpeg and SDL. Perhaps
it will be usefull for game developers. If you are interested visit
http://waave.sourceforge.net/

Very nice API, it fits perfectly with SDL style calls. Also a very good
documentation, both doxygen and tutorial like, usually you get one of the
two if you are lucky in open source libraries :slight_smile:

I also like the threaded approach with SDL events signaling for frame
viewing.On Sun, Jul 8, 2012 at 9:15 PM, Jari Komppa <jari.komppa at gmail.com> wrote:


Bye,
Gabry

Le lundi 9 juillet 2012, Gabriele Greco a ?crit :

I have writed an audio/video library based on FFmpeg and SDL. Perhaps
it will be usefull for game developers. If you are interested visit
http://waave.sourceforge.net/

Very nice API, it fits perfectly with SDL style calls. Also a very good
documentation, both doxygen and tutorial like, usually you get one of the
two if you are lucky in open source libraries :slight_smile:

I also like the threaded approach with SDL events signaling for frame
viewing.


Bye,
Gabry

Thanks ! I am happy you like my library !

I try to compensate my lack of mastery of the english language with a good
documentation : ) May I will send the methods to stream video frame on
OpenGL texture in the future. I saw that it is part of sdl 2.0 development
( using shaders ).> On Sun, Jul 8, 2012 at 9:15 PM, Jari Komppa <jari.komppa at gmail.com<javascript:_e({}, ‘cvml’, ‘jari.komppa at gmail.com’);> wrote:

Oh my god dood! Gratz! At first I was like can I learn anything at all from
this and can anyone? Pretty soon I was saying yes, then I was smiling, then
my mouth fell open and my eyes got wide due to the sheer awesomeness of
your code! It’s just me talking but I think this needs to become a new
sdl_whatever addin lib like sdl_mixer.On Sun, Jul 8, 2012 at 11:34 AM, Prunk Dump wrote:

Hello !

I have writed an audio/video library based on FFmpeg and SDL. Perhaps
it will be usefull for game developers. If you are interested visit
http://waave.sourceforge.net/


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

This definitely looks interesting.? Can you make it work with SDL2?________________________________
From: Prunk Dump
To: sdl at lists.libsdl.org
Sent: Sunday, July 8, 2012 9:34 AM
Subject: [SDL] WAAVE library announcement !

Hello !

I have writed an audio/video library based on FFmpeg and SDL. Perhaps
it will be usefull for game developers. If you are interested visit
http://waave.sourceforge.net/


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

it2012/7/10 Mason Wheeler :

This definitely looks interesting. Can you make it work with SDL2?

Ok I will try to make it work with SDL2.0. I have just to write the
corresponding streaming object.

I have noticed you are using GPL3.Is it possible to re license with
LGPL3 or Zlib?

Cheers
Dimitris ZeniosOn Tue, Jul 10, 2012 at 6:37 PM, Prunk Dump wrote:

it2012/7/10 Mason Wheeler :

This definitely looks interesting. Can you make it work with SDL2?

Ok I will try to make it work with SDL2.0. I have just to write the
corresponding streaming object.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Hello !

I have noticed you are using GPL3.Is it possible to re license with
LGPL3 or Zlib?

Relicensing under Zlib would be great.

CU