aboutsummaryrefslogtreecommitdiff
path: root/libavformat/mxfenc.c
AgeCommit message (Expand)Author
2009-02-12check body partitions count before writingBaptiste Coudurier
2009-02-11parse mpeg2 gop header time code and use itBaptiste Coudurier
2009-02-11write timecode trackBaptiste Coudurier
2009-02-11fix last keyframe index accross body partitionsBaptiste Coudurier
2009-02-11fix body offsetBaptiste Coudurier
2009-02-10fix partition offset when only one stream presentBaptiste Coudurier
2009-02-10fix timecode valueBaptiste Coudurier
2009-02-10write body partitionsBaptiste Coudurier
2009-02-10compute index byte count in mxf_write_partitionBaptiste Coudurier
2009-02-10remove check, mxf muxer does not have track number limitation anymoreBaptiste Coudurier
2009-02-10retrieve flags from mxf_parse_mpeg2_frame using a paramBaptiste Coudurier
2009-02-1010l, edit unit offset is after klv fillBaptiste Coudurier
2009-02-10cosmetics, associate mxf_write_klv_fill to aligned elementsBaptiste Coudurier
2009-02-10write component depth and horizontal subsampling best effort local tagsBaptiste Coudurier
2009-02-10fix header byte countBaptiste Coudurier
2009-02-10move up mxf_write_klv_fill and align index, rip and primer packBaptiste Coudurier
2009-02-10fix primer pack local tags ulsBaptiste Coudurier
2009-02-10correctly set multi track operational patternBaptiste Coudurier
2009-02-09rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier
2009-02-08remove useless returnBaptiste Coudurier
2009-02-08fix doxygenBaptiste Coudurier
2009-02-08reuse MXFCodecUL for data def and simplifyBaptiste Coudurier
2009-02-08remove implicit header inclusions from mxf.hBaptiste Coudurier
2009-02-08free index entriesBaptiste Coudurier
2009-02-08extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier
2009-02-08only use 2 slices for index, one video(vbr) and one audio(cbr)Baptiste Coudurier
2009-02-08force first track to be video and simplifyBaptiste Coudurier
2009-02-08write system itemBaptiste Coudurier
2009-02-07use 512 kag size needed for d10Baptiste Coudurier
2009-02-05format timestamp correctly according to specs and set itBaptiste Coudurier
2009-02-05use timestamp as modification dateBaptiste Coudurier
2009-02-05use timestamp as creation dateBaptiste Coudurier
2009-02-05fix key frame offset with open gopBaptiste Coudurier
2009-02-04always write mxf time base in descriptorsBaptiste Coudurier
2009-02-04use sample rate as audio input time baseBaptiste Coudurier
2009-02-03exactly compute index byte countBaptiste Coudurier
2009-02-02be more flexible with frame rate checkBaptiste Coudurier
2009-02-02cosmetics: whitespaces, empty linesBaptiste Coudurier
2009-02-02mxf does not have timestampsBaptiste Coudurier
2009-02-0224bit pcm supportBaptiste Coudurier
2009-02-02more flexible mapping selectionBaptiste Coudurier
2009-02-02fix temporal offet of ipbb sequences, simplification welcomeBaptiste Coudurier
2009-02-02fix video line map tag sizeBaptiste Coudurier
2009-02-02fix flush and interleaving by edit unitsBaptiste Coudurier
2009-02-02write index table and rip, muxer works pretty well nowBaptiste Coudurier
2009-02-02factorize common wav local tagsBaptiste Coudurier
2009-02-02write req local tags for wavBaptiste Coudurier
2009-02-02adjust size when not writing f2Baptiste Coudurier
2009-02-02do not write f2 if not interlacedBaptiste Coudurier
2009-02-02write bitrate tagBaptiste Coudurier