summaryrefslogtreecommitdiff
path: root/libavformat/libnut.c
Commit message (Collapse)AuthorAge
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give the libnut muxer a lib prefix in its name so it does not conflict withDiego Biurrun2007-11-07
| | | | | | the native implementation. Originally committed as revision 10941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefix library format names with 'lib' in libavformatRamiro Polla2007-09-05
| | | | Originally committed as revision 10414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove usage of deprecated functions in libnut.c (codec_get_id/tag)Oded Shimon2007-03-10
| | | | Originally committed as revision 8316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add doxygen file header to libnut.cOded Shimon2007-03-10
| | | | Originally committed as revision 8315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add LGPL header as requested by Oded.Diego Biurrun2007-02-25
| | | | Originally committed as revision 8126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly separate native and libnut NUT (de)muxers.Diego Biurrun2007-02-09
| | | | Originally committed as revision 7891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync to libnut, nom->numOded Shimon2006-12-23
| | | | Originally committed as revision 7367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change mpeg4 fourcc from "mp4s" to "mp4v"Oded Shimon2006-11-17
| | | | Originally committed as revision 7116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut, use framecode table generatorOded Shimon2006-11-17
| | | | Originally committed as revision 7115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, changes to frame_table_inputOded Shimon2006-11-17
| | | | Originally committed as revision 7114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update to libnut API, non-negative errorsOded Shimon2006-11-16
| | | | Originally committed as revision 7094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, don't free the streamsOded Shimon2006-11-15
| | | | Originally committed as revision 7087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut, add cache_syncpointsOded Shimon2006-11-14
| | | | Originally committed as revision 7062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, rename nut.h->libnut.hOded Shimon2006-11-14
| | | | Originally committed as revision 7051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for ↵Oded Shimon2006-11-12
| | | | | | libnut de/muxer.. Originally committed as revision 6985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libnut support until ffmpeg gets an independant and complete de/muxer ↵Oded Shimon2006-11-12
for NUT Originally committed as revision 6977 to svn://svn.ffmpeg.org/ffmpeg/trunk