aboutsummaryrefslogtreecommitdiff
path: root/libavformat/mxfenc.c
AgeCommit message (Expand)Author
2008-08-31introduce MXFContainerEssencePair to associate essence element key andBaptiste Coudurier
2008-08-31cosmeticsBaptiste Coudurier
2008-08-31replace sizeof(type) by sizeof *ptrBaptiste Coudurier
2008-08-31merge declaration and initBaptiste Coudurier
2008-08-31reindentBaptiste Coudurier
2008-08-31simplify mxf_write_essence_container_refsBaptiste Coudurier
2008-08-31factorizeBaptiste Coudurier
2008-08-31change [0] to *Baptiste Coudurier
2008-08-31compute essence containers in mxf_write_header, this simplifies the codeBaptiste Coudurier
2008-08-30get essence container ul in header and set it per track, check for unsupporte...Baptiste Coudurier
2008-08-30move per track code in mxf_write_header to be able to check for unsupported c...Baptiste Coudurier
2008-08-30rename variableBaptiste Coudurier
2008-08-30fix typosBaptiste Coudurier
2008-08-30cosmetics: header -> genericBaptiste Coudurier
2008-08-30cosmetics, remove useless braces, move comments where appropriate, remove whi...Baptiste Coudurier
2008-08-30cosmeticsBaptiste Coudurier
2008-08-30simplify, and factorizeBaptiste Coudurier
2008-08-30only put version in tagBaptiste Coudurier
2008-08-30simplifyBaptiste Coudurier
2008-08-30always write required version string local tagBaptiste Coudurier
2008-08-30introduce mxf_write_local_tag_utf16 and factorizeBaptiste Coudurier
2008-08-30use strlen and do not write useless trailing 0 according to specsBaptiste Coudurier
2008-08-30write strings as utf16beBaptiste Coudurier
2008-08-29cosmetics, typos, caseBaptiste Coudurier
2008-08-29cosmeticsBaptiste Coudurier
2008-08-29fix version string ulBaptiste Coudurier
2008-08-26Remaining parts of GSoC MXF muxer by Zhentan Feng.Carl Eugen Hoyos
2008-08-25Import more MXF muxer code from the SoC treeVitor Sessak
2008-08-24Import more ok'ed chunks of the mxf muxer from the soc treeVitor Sessak
2008-08-23convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-08-22Apply parts of MXF muxer ok'ed by MichaelVitor Sessak
2008-08-19Ok-ed parts from patch by zhentan feng.Zhentan Feng
2008-08-19Ok-ed parts from patch by zhentan feng.Zhentan Feng
2008-08-18Ok-ed parts from patch by zhentan feng.Zhentan Feng
2008-08-14import ok'd hunks for mxf muxerBaptiste Coudurier