summaryrefslogtreecommitdiffstats
path: root/libavformat/nutenc.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent invalid timestamps from being stored.Michael Niedermayer2008-06-251-0/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* misc spelling fixesDiego Biurrun2008-03-101-3/+3
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-071-0/+47
* Subtitle support. (untested)Michael Niedermayer2008-03-051-1/+1
* subtitles (codec tag tables still missing ...)Michael Niedermayer2008-03-021-1/+1
* It appears last_pts was not set ...Michael Niedermayer2008-02-151-0/+1
* Header elision muxing support.Michael Niedermayer2008-02-151-3/+162
* back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon2008-02-041-1/+5
* Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon2008-02-041-1/+1
* nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon2008-02-041-1/+2
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-041-1/+1
* Consider initial EOR in the back_ptr calculation.Michael Niedermayer2008-01-171-2/+3
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-28/+40
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-301-3/+3
* spelling/wording cosmeticsDiego Biurrun2007-08-171-2/+2
* simplifyMichael Niedermayer2007-08-111-1/+1
* do not remove FLAG_CODEDMichael Niedermayer2007-08-111-1/+1
* remove useless code, found by odedMichael Niedermayer2007-08-111-1/+0
* ensure that the aspect ratio is spec compliantMichael Niedermayer2007-08-101-2/+8
* disable TRACEMichael Niedermayer2007-08-101-2/+0
* muxer should now be spec compliant (though it likely still contains bugs!)Michael Niedermayer2007-08-101-5/+1
* header repetitionMichael Niedermayer2007-08-101-2/+9
* info packetMichael Niedermayer2007-08-101-1/+38
* more FIXMEMichael Niedermayer2007-08-101-1/+1
* muxer is not yet fully compliant so prevent people from mistakenly using itMichael Niedermayer2007-08-101-0/+4
* set back ptr properlyMichael Niedermayer2007-08-091-1/+24
* fix header_checksumMichael Niedermayer2007-08-091-8/+6
* store headers twice (getting closer to spec compliance ...)Michael Niedermayer2007-08-091-1/+11
* move header writing into its own functionMichael Niedermayer2007-08-091-16/+21
* get rid of printfMichael Niedermayer2007-08-091-2/+2
* write frames and syncpointsMichael Niedermayer2007-08-091-1/+113
* put_t()Michael Niedermayer2007-08-091-0/+6
* 100lMichael Niedermayer2007-08-091-1/+1
* 2 FIXME commentsMichael Niedermayer2007-08-091-1/+2
* add a universal fallback frame code for the case that no other appliesMichael Niedermayer2007-08-091-0/+7
* forw_ptr CRCMichael Niedermayer2007-08-091-2/+8
* use a dynamic ByteIOContext instead of using the lavf bufferMichael Niedermayer2007-08-091-46/+14
* move stream header writing into its own functionMichael Niedermayer2007-08-091-38/+43
* move main header writing into its own functionMichael Niedermayer2007-08-091-45/+49
* write correct time_baseMichael Niedermayer2007-08-091-1/+1
* make StreamContext.time_base a pointerMichael Niedermayer2007-08-091-10/+9
* write stream headersMichael Niedermayer2007-08-091-1/+54
* trying to finally get the nut muxer back uptodateMichael Niedermayer2007-08-091-0/+353
OpenPOWER on IntegriCloud