summaryrefslogtreecommitdiff
path: root/libavformat/mxfenc.c
Commit message (Collapse)AuthorAge
* do no write multi descriptor when only one track is presentBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove mxf_build_structural_metadata, simplifyBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15113 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mxf_write_package to permit function mergeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, Pair -> EntryBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store index in table in MXFStreamContext, simplifyBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge descriptor write table with essence container uls table and simplifyBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix type in prototypeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove header_byte_count_offset from contextBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and correctly rewrite metadata in header partition, mark it closed ↵Baptiste Coudurier2008-08-31
| | | | | | complete Originally committed as revision 15106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify current partition offsetBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* header partition is open incomplete for nowBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always write footer partition according to specsBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l fix mxf_get_essence_container_ulBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, mux_write -> mxf_writeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly set track durationBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set duration to distinguished valueBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly write codec ul, mpeg-2 needs profile and level to be setBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, pass AVStream directly instead of indexBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, whitespaceBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless track_number_signBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless mxf_essence_element_key arrayBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix track number ul in primer packBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* introduce MXFContainerEssencePair to associate essence element key andBaptiste Coudurier2008-08-31
| | | | | | essence container easily and compute essence element key in write_header Originally committed as revision 15080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace sizeof(type) by sizeof *ptrBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge declaration and initBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify mxf_write_essence_container_refsBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change [0] to *Baptiste Coudurier2008-08-31
| | | | Originally committed as revision 15073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute essence containers in mxf_write_header, this simplifies the codeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get essence container ul in header and set it per track, check for ↵Baptiste Coudurier2008-08-30
| | | | | | unsupported codec Originally committed as revision 15071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move per track code in mxf_write_header to be able to check for unsupported ↵Baptiste Coudurier2008-08-30
| | | | | | configuration Originally committed as revision 15070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename variableBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typosBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: header -> genericBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove useless braces, move comments where appropriate, remove ↵Baptiste Coudurier2008-08-30
| | | | | | whitespaces Originally committed as revision 15064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, and factorizeBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only put version in tagBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always write required version string local tagBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* introduce mxf_write_local_tag_utf16 and factorizeBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use strlen and do not write useless trailing 0 according to specsBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write strings as utf16beBaptiste Coudurier2008-08-30
| | | | Originally committed as revision 15056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, typos, caseBaptiste Coudurier2008-08-29
| | | | Originally committed as revision 15027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-08-29
| | | | Originally committed as revision 15026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix version string ulBaptiste Coudurier2008-08-29
| | | | Originally committed as revision 15025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos2008-08-26
| | | | Originally committed as revision 14975 to svn://svn.ffmpeg.org/ffmpeg/trunk