]> git.sesse.net Git - ffmpeg/history - libavformat/mxfenc.c
use timestamp as creation date
[ffmpeg] / libavformat / mxfenc.c
2009-02-05 Baptiste Coudurieruse timestamp as creation date
2009-02-05 Baptiste Coudurierfix key frame offset with open gop
2009-02-04 Baptiste Coudurieralways write mxf time base in descriptors
2009-02-04 Baptiste Coudurieruse sample rate as audio input time base
2009-02-03 Baptiste Coudurierexactly compute index byte count
2009-02-02 Baptiste Coudurierbe more flexible with frame rate check
2009-02-02 Baptiste Couduriercosmetics: whitespaces, empty lines
2009-02-02 Baptiste Couduriermxf does not have timestamps
2009-02-02 Baptiste Coudurier24bit pcm support
2009-02-02 Baptiste Couduriermore flexible mapping selection
2009-02-02 Baptiste Coudurierfix temporal offet of ipbb sequences, simplification...
2009-02-02 Baptiste Coudurierfix video line map tag size
2009-02-02 Baptiste Coudurierfix flush and interleaving by edit units
2009-02-02 Baptiste Coudurierwrite index table and rip, muxer works pretty well now
2009-02-02 Baptiste Coudurierfactorize common wav local tags
2009-02-02 Baptiste Coudurierwrite req local tags for wav
2009-02-02 Baptiste Coudurieradjust size when not writing f2
2009-02-02 Baptiste Coudurierdo not write f2 if not interlaced
2009-02-02 Baptiste Coudurierwrite bitrate tag
2009-02-02 Baptiste Coudurierwrite display height/width tags
2009-01-31 Baptiste Coudurierfree audio fifo
2009-01-31 Baptiste Coudurierchange prototype of mxf_interleave_get_packet to make...
2009-01-31 Baptiste Coudurierdo not use PAL_samples_per_frame in init, to make init...
2009-01-31 Baptiste Couduriercosmetics, remove empty lines
2009-01-31 Baptiste Coudurieradd my copyright as well
2009-01-31 Baptiste Coudurierfix doxygen tag
2009-01-31 Baptiste Couduriercosmetics, align vertically
2009-01-31 Baptiste Coudurierwrite best effort video line map
2009-01-31 Baptiste Coudurieradd frame layout local tag, best effort
2009-01-31 Baptiste Coudurieradd aes3 pcm wrapping and use it by default
2009-01-31 Baptiste Couduriersplit wav_desc in generic_sound_desc
2009-01-31 Baptiste Coudurierthanks to interleaving, audio is now locked
2009-01-31 Baptiste Coudurierlocal tag 3201 is picture essence coding, so do not...
2009-01-31 Baptiste Coudurierstored height is stupidly /2 if interlaced
2009-01-31 Baptiste Coudurieradd size param to write_generic_desc
2009-01-31 Baptiste Coudurierparse mpeg2 progressive frame flag
2009-01-31 Baptiste Coudurierdelay header writing and parse mpeg2 frame
2009-01-31 Baptiste Couduriercorrectly pack and interleave pcm samples in mxf
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
next