firatagdas / qtffmpegwrapper

Automatically exported from code.google.com/p/qtffmpegwrapper
Other
0 stars 0 forks source link

Are you interested in updating to a newer FFmpeg? #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. FFmpeg is ever-evolving, the 0.6 tarball is newer than this wrapper
2. FFmpeg coders include new and frustrating challenges with each release
3.

What is the expected output? What do you see instead?

I found that the #include "error.h" found in the new libavutil/avutil.h makes 
many things "unhappy" in my program.

What version of the product are you using? On what operating system?

FFmpeg 0.6 on Win32/Visual Studio

Please provide any additional information below.

Just curious if you are also working on moving the wrapper forward with new 
releases of FFmpeg?

Original issue reported on code.google.com by mangoc...@gmail.com on 19 Jan 2011 at 9:32

GoogleCodeExporter commented 9 years ago
Will have a look at ffmpeg 0.8.3

Original comment by droggen on 21 Sep 2011 at 2:40

GoogleCodeExporter commented 9 years ago
Updated to ffmpeg git-a254452 (2011-09-19).

Using now Windows libs from http://ffmpeg.zeranoe.com/builds/
This allows win devs to easily upgrade to newer ffmpeg versions as zeranoe's 
builds are frequent. Simply get the latest dlls and includes from zeranoe's 
shared and dev packages.

Original comment by droggen on 21 Sep 2011 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by droggen on 21 Sep 2011 at 8:55

GoogleCodeExporter commented 9 years ago
Thank you!

Original comment by mangoc...@gmail.com on 23 Sep 2011 at 11:47