summaryrefslogtreecommitdiff
path: root/libavformat/mxfenc.c
Commit message (Collapse)AuthorAge
* In mxf muxer, fix last b frame temporal offsetBaptiste Coudurier2010-07-02
| | | | Originally committed as revision 23967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-23
| | | | | | | Keep an old ff_ named function for binary compatibility until the next major bump. Originally committed as revision 23254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier2010-01-29
| | | | Originally committed as revision 21526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos2009-11-08
| | | | Originally committed as revision 20481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer2009-09-16
| | | | | | from O(packets_in_the_file) to O(num_of_streams). Originally committed as revision 19887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix and simplify long gop mpeg codec ul computationBaptiste Coudurier2009-07-04
| | | | Originally committed as revision 19339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier2009-07-04
| | | | Originally committed as revision 19338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ber4 length for descriptors preferred by specsBaptiste Coudurier2009-07-04
| | | | Originally committed as revision 19337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write profile and level local tag in mpeg descriptorBaptiste Coudurier2009-07-04
| | | | Originally committed as revision 19336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, change case and comments alignmentBaptiste Coudurier2009-06-30
| | | | Originally committed as revision 19305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly compute frame flags with closed gopBaptiste Coudurier2009-06-30
| | | | Originally committed as revision 19304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless includeBaptiste Coudurier2009-05-23
| | | | Originally committed as revision 18906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2009-05-15
| | | | Originally committed as revision 18835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded length checksBaptiste Coudurier2009-05-15
| | | | Originally committed as revision 18834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use utc time for timestamp and do not set it if not specifiedBaptiste Coudurier2009-03-14
| | | | Originally committed as revision 17971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not parse timestamp if bitexact is set, should fix regression testsBaptiste Coudurier2009-03-14
| | | | Originally committed as revision 17967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* again 10l, typo, put_byte instead of put_bufferBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attempt to try to generate an random umidBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix index edit rate, inverse num and denBaptiste Coudurier2009-02-25
| | | | Originally committed as revision 17583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use codec->block_alignBaptiste Coudurier2009-02-25
| | | | Originally committed as revision 17582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set channel number even for inactive channelsBaptiste Coudurier2009-02-25
| | | | Originally committed as revision 17581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not set frame start bit since marked as not used and factorizeBaptiste Coudurier2009-02-25
| | | | Originally committed as revision 17580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* start track id at 2, track id 1 for timecodeBaptiste Coudurier2009-02-23
| | | | Originally committed as revision 17545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix partition index byte countBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always use multi track since timecode track is presentBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix preface versionBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* start counting track number from 0Baptiste Coudurier2009-02-18
| | | | Originally committed as revision 17419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant commentBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write slice count when muxing cbrBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush pending write in mxf_write_footerBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use index 0 for timecode track and write it in source package alsoBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix rip body sid when muxing cbrBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify descriptor size computation logicBaptiste Coudurier2009-02-18
| | | | Originally committed as revision 17410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fetch display aspect ratio from mpeg-2 essenceBaptiste Coudurier2009-02-16
| | | | Originally committed as revision 17371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge mxf_write_d10_packet into mxf_write_packetBaptiste Coudurier2009-02-16
| | | | Originally committed as revision 17367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mxf interleaving packet purgeBaptiste Coudurier2009-02-16
| | | | Originally committed as revision 17359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute body offset and index entry offset correctlyBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix slice offset computationBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set mime type for mxfBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindent, add/remove some empty lines, redundant commentBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MXF D-10 muxerBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store display height without vbiBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mpegvideo descriptor into cdci descriptor and wav common in sound commonBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write essence elements klv packets with ber4 length, more interoperableBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* encode klv fill item length in fixed ber 4 bytesBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set last packet next pointer to nullBaptiste Coudurier2009-02-12
| | | | Originally committed as revision 17176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check body partitions count before writingBaptiste Coudurier2009-02-12
| | | | Originally committed as revision 17175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse mpeg2 gop header time code and use itBaptiste Coudurier2009-02-11
| | | | Originally committed as revision 17149 to svn://svn.ffmpeg.org/ffmpeg/trunk