User Tools

Site Tools


ffmpeg:ffmpeg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ffmpeg:ffmpeg [2008/01/22 09:16] devaffmpeg:ffmpeg [2010/03/03 08:56] (current) deva
Line 1: Line 1:
 =====FFMPEG API Documentation===== =====FFMPEG API Documentation=====
- 
 Taken from [[http://svn.mplayerhq.hu/ffmpeg/trunk/libavformat/avformat.h?view=markup|avformat.h]] and [[http://svn.mplayerhq.hu/ffmpeg/trunk/libavcodec/avcodec.h?view=markup|avcodec.h]] and friends. Taken from [[http://svn.mplayerhq.hu/ffmpeg/trunk/libavformat/avformat.h?view=markup|avformat.h]] and [[http://svn.mplayerhq.hu/ffmpeg/trunk/libavcodec/avcodec.h?view=markup|avcodec.h]] and friends.
  
Line 74: Line 73:
   * [[ffmpeg:av_free_packet()]] Free a packet.   * [[ffmpeg:av_free_packet()]] Free a packet.
   * [[ffmpeg:av_free()]] Free memory which has been allocated with av_malloc() or av_realloc().   * [[ffmpeg:av_free()]] Free memory which has been allocated with av_malloc() or av_realloc().
-  * [[ffmpeg:av_freep()]]+  * [[ffmpeg:av_freep()]] Free memory, which has been allocated with av_malloc() or av_realloc(), indirectly and set the pointer to NULL.
   * [[ffmpeg:av_malloc()]]   * [[ffmpeg:av_malloc()]]
   * [[ffmpeg:av_realloc()]]   * [[ffmpeg:av_realloc()]]
Line 89: Line 88:
   * [[ffmpeg:av_gen_search()]]   * [[ffmpeg:av_gen_search()]]
   * [[ffmpeg:av_seek_frame()]]   * [[ffmpeg:av_seek_frame()]]
 +
 +====Constributors====
 +  * deva (Bent Bisballe Nyeng - deva@aasimon.org)
 +
 +If you would like to contribute, please send a mail to me at deva@aasimon.org.
  
ffmpeg/ffmpeg.1200989762.txt.gz · Last modified: 2008/01/22 09:16 by deva