summaryrefslogtreecommitdiff
path: root/libavformat/nutenc.c
Commit message (Collapse)AuthorAge
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to ↵Baptiste Coudurier2007-10-30
| | | | | | aviobuf.c so it can be reused by other (de)muxers Originally committed as revision 10873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording cosmeticsDiego Biurrun2007-08-17
| | | | Originally committed as revision 10131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not remove FLAG_CODEDMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless code, found by odedMichael Niedermayer2007-08-11
| | | | Originally committed as revision 10066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that the aspect ratio is spec compliantMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable TRACEMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* muxer should now be spec compliant (though it likely still contains bugs!)Michael Niedermayer2007-08-10
| | | | Originally committed as revision 10052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* header repetitionMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* info packetMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more FIXMEMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* muxer is not yet fully compliant so prevent people from mistakenly using itMichael Niedermayer2007-08-10
| | | | | | while believing it already is Originally committed as revision 10042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set back ptr properlyMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix header_checksumMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store headers twice (getting closer to spec compliance ...)Michael Niedermayer2007-08-09
| | | | Originally committed as revision 10035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move header writing into its own functionMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of printfMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write frames and syncpointsMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put_t()Michael Niedermayer2007-08-09
| | | | Originally committed as revision 10031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2 FIXME commentsMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a universal fallback frame code for the case that no other appliesMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forw_ptr CRCMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use a dynamic ByteIOContext instead of using the lavf bufferMichael Niedermayer2007-08-09
| | | | | | | this makes the code work with big packets, it is also simpler and saves a byte or 2 Originally committed as revision 10015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move stream header writing into its own functionMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move main header writing into its own functionMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write correct time_baseMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make StreamContext.time_base a pointerMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write stream headersMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trying to finally get the nut muxer back uptodateMichael Niedermayer2007-08-09
this one only writes the framecode table and mainheader though they should be compliant to the current spec Originally committed as revision 10006 to svn://svn.ffmpeg.org/ffmpeg/trunk