[Libav-user] Documentation

George Sharara george.sharara at ttx.co.uk
Wed Jul 27 14:37:17 CEST 2011


I realised although I was linking my own lib files, I was still using the dlls provided by zeranoe. When I replaced these, my application now works

-----Original Message-----
From: libav-user-bounces at ffmpeg.org [mailto:libav-user-bounces at ffmpeg.org] On Behalf Of Matthew Einhorn
Sent: 26 July 2011 20:55
To: This list is about using libavcodec, libavformat, libavutil, libavdevice and libavfilter.
Subject: Re: [Libav-user] Documentation

FYI, you're more likely to get help from the zeranoe user forum on his website because this problem isn't likely ffmpeg related but related to the dll that zeranoe builds or your use thereof.

Note, I'm using the same dlls with the same git number and I can call the av_get_pix_fmt_name function without any issues. Also, you should include your example code, otherwise it's hard to know what's going wrong.

Matt

On Tue, Jul 26, 2011 at 7:49 AM, George Sharara <george.sharara at ttx.co.uk> wrote:
> Hi
>
>
>
> As far as open source projects go, I have to say FFMPEG is in the 
> running for the worst documented project I have ever come across. For 
> a project as large and complicated as it is, one would expect a good 
> level of developer documentation.
>
> Merely listing method signatures does not serve as documentation.
> Furthermore, you don't even have a sample code on your OWN site. I 
> have had to hop from site to site looking for sample code, and where I 
> have found it, in never compiles (WHY? Because none of it is up to 
> date). It seems many methods have been deprecated recently but no 
> information exists on how to implement the new functions.
>
>
>
> PROBLEM: I have written a simple program which just opens a file and 
> grabs a frame and saves it to file.  I downloaded the latest builds 
> from Zeranoe.com
>
> ffmpeg-git-9c2651a-win32-dev,  ffmpeg-git-9c2651a-win32-shared. I've 
> linked the appropriate libraries, but I get the message:
>
>
>
> The procedure entry point av_get_pix_fmt_name could not be located in 
> the dll avutil-51.dll
>
>
>
> My code does not explicitly call the function at all.
>
> <libavutil/avutil.h>, <libavcodec/avcodec.h>, 
> <libavformat/avformat.h>, <libswscale/swscale.h>,
>
> I am using these header and the corresponding lib files.
>
>
>
> Windows 7
>
> MinGW 4.5.2
>
>
>
> Disgruntled
>
>
>
> George Sharara
>
>
>
>
>
> This message has been scanned for malware by Websense. 
> www.websense.com
>
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>
>
_______________________________________________
Libav-user mailing list
Libav-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user


More information about the Libav-user mailing list