summaryrefslogtreecommitdiff
path: root/libavformat/nutenc.c
Commit message (Expand)AuthorAge
* It appears last_pts was not set ...Michael Niedermayer2008-02-15
* Header elision muxing support.Michael Niedermayer2008-02-15
* back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon2008-02-04
* Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon2008-02-04
* nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon2008-02-04
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-04
* Consider initial EOR in the back_ptr calculation.Michael Niedermayer2008-01-17
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-30
* spelling/wording cosmeticsDiego Biurrun2007-08-17
* simplifyMichael Niedermayer2007-08-11
* do not remove FLAG_CODEDMichael Niedermayer2007-08-11
* remove useless code, found by odedMichael Niedermayer2007-08-11
* ensure that the aspect ratio is spec compliantMichael Niedermayer2007-08-10
* disable TRACEMichael Niedermayer2007-08-10
* muxer should now be spec compliant (though it likely still contains bugs!)Michael Niedermayer2007-08-10
* header repetitionMichael Niedermayer2007-08-10
* info packetMichael Niedermayer2007-08-10
* more FIXMEMichael Niedermayer2007-08-10
* muxer is not yet fully compliant so prevent people from mistakenly using itMichael Niedermayer2007-08-10
* set back ptr properlyMichael Niedermayer2007-08-09
* fix header_checksumMichael Niedermayer2007-08-09
* store headers twice (getting closer to spec compliance ...)Michael Niedermayer2007-08-09
* move header writing into its own functionMichael Niedermayer2007-08-09
* get rid of printfMichael Niedermayer2007-08-09
* write frames and syncpointsMichael Niedermayer2007-08-09
* put_t()Michael Niedermayer2007-08-09
* 100lMichael Niedermayer2007-08-09
* 2 FIXME commentsMichael Niedermayer2007-08-09
* add a universal fallback frame code for the case that no other appliesMichael Niedermayer2007-08-09
* forw_ptr CRCMichael Niedermayer2007-08-09
* use a dynamic ByteIOContext instead of using the lavf bufferMichael Niedermayer2007-08-09
* move stream header writing into its own functionMichael Niedermayer2007-08-09
* move main header writing into its own functionMichael Niedermayer2007-08-09
* write correct time_baseMichael Niedermayer2007-08-09
* make StreamContext.time_base a pointerMichael Niedermayer2007-08-09
* write stream headersMichael Niedermayer2007-08-09
* trying to finally get the nut muxer back uptodateMichael Niedermayer2007-08-09