<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 07/22/2013 03:42 PM, Jason Cipriani
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAF1GSth2zTi6UPBNDKkdFQh7+rcrAoNJG7V8YdBZrXkk5Y9=Xg@mail.gmail.com"
      type="cite">I am looking for a library to decode video files in
      various formats and give me access the frame buffer for further
      processing. Is libavcodec what I want?<br>
      <br>
      If so, where can I find the documentation for it? The
      "Documentation -> libavcodec" link on the ffmpeg site (<a
        moz-do-not-send="true" href="http://ffmpeg.org/libavcodec.html"
        target="_blank">http://ffmpeg.org/libavcodec.html</a>) doesn't
      actually seem to be documentation, although I did eventually find
      the doxygen docs for avcodec.h. However, it is only a raw API
      reference, I could not find a usage guide anywhere.<br>
      <br>
      Thanks!<br>
      Jason<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Libav-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
    </blockquote>
    Hi Jason<br>
    <br>
    Even I Don't Know where is The Perfect Documentation, but eventually
    you can start with decoding_encoding.c example.<br>
    There is also an good Tutorial by <a href="dranger.com/ffmpeg/">Dranger</a>(<cite><b>dranger</b>.com/<b>ffmpeg</b>/</cite>).
    <br>
    For Doxygen doc I would say Why dont You Write good comments on each
    API after doing above 2 exersize.<br>
    Or much easier way report bug about each api you don't get...<br>
    <br>
    Thanks<br>
    Anshul<br>
  </body>
</html>