summaryrefslogtreecommitdiffstats
path: root/libavformat/libnut.c
Commit message (Expand)AuthorAgeFilesLines
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-4/+4
* Give the libnut muxer a lib prefix in its name so it does not conflict withDiego Biurrun2007-11-071-1/+1
* Prefix library format names with 'lib' in libavformatRamiro Polla2007-09-051-1/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-1/+1
* remove usage of deprecated functions in libnut.c (codec_get_id/tag)Oded Shimon2007-03-101-4/+4
* Add doxygen file header to libnut.cOded Shimon2007-03-101-0/+6
* Add LGPL header as requested by Oded.Diego Biurrun2007-02-251-0/+21
* Properly separate native and libnut NUT (de)muxers.Diego Biurrun2007-02-091-2/+2
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-1/+1
* sync to libnut, nom->numOded Shimon2006-12-231-9/+9
* change mpeg4 fourcc from "mp4s" to "mp4v"Oded Shimon2006-11-171-1/+1
* update to libnut, use framecode table generatorOded Shimon2006-11-171-29/+1
* update to libnut API, changes to frame_table_inputOded Shimon2006-11-171-26/+26
* Update to libnut API, non-negative errorsOded Shimon2006-11-161-4/+7
* update to libnut API, don't free the streamsOded Shimon2006-11-151-1/+0
* update to libnut, add cache_syncpointsOded Shimon2006-11-141-1/+2
* update to libnut API, rename nut.h->libnut.hOded Shimon2006-11-141-1/+1
* change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libn...Oded Shimon2006-11-121-1/+1
* Add libnut support until ffmpeg gets an independant and complete de/muxer for...Oded Shimon2006-11-121-0/+308
OpenPOWER on IntegriCloud