]> git.sesse.net Git - ffmpeg/history - libavformat/mxfenc.c
pvez avi fourcc is truemotion1
[ffmpeg] / libavformat / mxfenc.c
2009-01-23 Baptiste Coudurierwrite essence container data
2009-01-23 Baptiste Coudurierreduce display aspect ratio
2009-01-23 Baptiste Coudurierstored height is a multiple of 16 for mpeg2
2008-10-27 Baptiste Coudurierfix umid base value, use revision 5 and generic materia...
2008-10-26 Baptiste Coudurierfix sound essence compression UL
2008-10-26 Baptiste Coudurierfix start position UL
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-31 Baptiste Coudurierdo no write multi descriptor when only one track is...
2008-08-31 Baptiste Coudurierfactorize
2008-08-31 Baptiste Coudurierremove mxf_build_structural_metadata, simplify
2008-08-31 Baptiste Couduriermove mxf_write_package to permit function merge
2008-08-31 Baptiste Couduriercosmetics, Pair -> Entry
2008-08-31 Baptiste Coudurierstore index in table in MXFStreamContext, simplify
2008-08-31 Baptiste Couduriermerge descriptor write table with essence container...
2008-08-31 Baptiste Coudurierfix type in prototype
2008-08-31 Baptiste Coudurierremove header_byte_count_offset from context
2008-08-31 Baptiste Couduriersimplify and correctly rewrite metadata in header parti...
2008-08-31 Baptiste Couduriersimplify current partition offset
2008-08-31 Baptiste Coudurierheader partition is open incomplete for now
2008-08-31 Baptiste Coudurieralways write footer partition according to specs
2008-08-31 Baptiste Coudurier10l fix mxf_get_essence_container_ul
2008-08-31 Baptiste Couduriercosmetics, mux_write -> mxf_write
2008-08-31 Baptiste Couduriercorrectly set track duration
2008-08-31 Baptiste Coudurierset duration to distinguished value
2008-08-31 Baptiste Couduriercorrectly write codec ul, mpeg-2 needs profile and...
2008-08-31 Baptiste Couduriersimplify, pass AVStream directly instead of index
2008-08-31 Baptiste Couduriercosmetics, whitespace
2008-08-31 Baptiste Coudurierremove now useless track_number_sign
2008-08-31 Baptiste Coudurierremove now useless mxf_essence_element_key array
2008-08-31 Baptiste Coudurierfix track number ul in primer pack
2008-08-31 Baptiste Coudurierintroduce MXFContainerEssencePair to associate essence...
2008-08-31 Baptiste Couduriercosmetics
2008-08-31 Baptiste Coudurierreplace sizeof(type) by sizeof *ptr
2008-08-31 Baptiste Couduriermerge declaration and init
2008-08-31 Baptiste Coudurierreindent
2008-08-31 Baptiste Couduriersimplify mxf_write_essence_container_refs
2008-08-31 Baptiste Coudurierfactorize
2008-08-31 Baptiste Coudurierchange [0] to *
2008-08-31 Baptiste Couduriercompute essence containers in mxf_write_header, this...
2008-08-30 Baptiste Coudurierget essence container ul in header and set it per track...
2008-08-30 Baptiste Couduriermove per track code in mxf_write_header to be able...
2008-08-30 Baptiste Coudurierrename variable
2008-08-30 Baptiste Coudurierfix typos
2008-08-30 Baptiste Couduriercosmetics: header -> generic
2008-08-30 Baptiste Couduriercosmetics, remove useless braces, move comments where...
2008-08-30 Baptiste Couduriercosmetics
2008-08-30 Baptiste Couduriersimplify, and factorize
2008-08-30 Baptiste Coudurieronly put version in tag
2008-08-30 Baptiste Couduriersimplify
2008-08-30 Baptiste Coudurieralways write required version string local tag
2008-08-30 Baptiste Coudurierintroduce mxf_write_local_tag_utf16 and factorize
2008-08-30 Baptiste Coudurieruse strlen and do not write useless trailing 0 accordin...
2008-08-30 Baptiste Coudurierwrite strings as utf16be
2008-08-29 Baptiste Couduriercosmetics, typos, case
2008-08-29 Baptiste Couduriercosmetics
2008-08-29 Baptiste Coudurierfix version string ul
2008-08-26 Carl Eugen HoyosRemaining parts of GSoC MXF muxer by Zhentan Feng.
2008-08-25 Vitor SessakImport more MXF muxer code from the SoC tree
2008-08-24 Vitor SessakImport more ok'ed chunks of the mxf muxer from the...
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
2008-08-22 Vitor SessakApply parts of MXF muxer ok'ed by Michael
2008-08-19 Zhentan FengOk-ed parts from patch by zhentan feng.
2008-08-19 Zhentan FengOk-ed parts from patch by zhentan feng.
2008-08-18 Zhentan FengOk-ed parts from patch by zhentan feng.
2008-08-14 Baptiste Coudurierimport ok'd hunks for mxf muxer