summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
Commit message (Expand)AuthorAge
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-30
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* spelling/wording cosmeticsDiego Biurrun2007-08-17
* header repetitionMichael Niedermayer2007-08-10
* move syncpoint cache related stuff to common fileMichael Niedermayer2007-08-09
* move lsb2full to common fileMichael Niedermayer2007-08-09
* move crc wrapper to slightly better spotMichael Niedermayer2007-08-09
* move syncpoint timestamp resetting code to a common fileMichael Niedermayer2007-08-09
* use a dynamic ByteIOContext instead of using the lavf bufferMichael Niedermayer2007-08-09
* make StreamContext.time_base a pointerMichael Niedermayer2007-08-09
* variables needed for muxerMichael Niedermayer2007-08-09
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Add missing comment markers to #endif directive.Diego Biurrun2007-07-02
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* misc spelling fixesDiego Biurrun2007-06-12
* 10l forgot (skip non keyframes after seeking between syncpoint and the first ...Michael Niedermayer2006-11-16
* index less seeking in O(log n) timeMichael Niedermayer2006-11-14
* updating nut demuxer to latest specMichael Niedermayer2006-11-11