summaryrefslogtreecommitdiffstats
path: root/libavformat/mxfenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* set last packet next pointer to nullBaptiste Coudurier2009-02-121-0/+4
* check body partitions count before writingBaptiste Coudurier2009-02-121-1/+1
* parse mpeg2 gop header time code and use itBaptiste Coudurier2009-02-111-4/+22
* write timecode trackBaptiste Coudurier2009-02-111-23/+90
* fix last keyframe index accross body partitionsBaptiste Coudurier2009-02-111-1/+2
* fix body offsetBaptiste Coudurier2009-02-111-5/+7
* fix partition offset when only one stream presentBaptiste Coudurier2009-02-101-2/+3
* fix timecode valueBaptiste Coudurier2009-02-101-1/+1
* write body partitionsBaptiste Coudurier2009-02-101-16/+65
* compute index byte count in mxf_write_partitionBaptiste Coudurier2009-02-101-12/+14
* remove check, mxf muxer does not have track number limitation anymoreBaptiste Coudurier2009-02-101-5/+0
* retrieve flags from mxf_parse_mpeg2_frame using a paramBaptiste Coudurier2009-02-101-8/+9
* 10l, edit unit offset is after klv fillBaptiste Coudurier2009-02-101-2/+1
* cosmetics, associate mxf_write_klv_fill to aligned elementsBaptiste Coudurier2009-02-101-7/+2
* write component depth and horizontal subsampling best effort local tagsBaptiste Coudurier2009-02-101-1/+12
* fix header byte countBaptiste Coudurier2009-02-101-1/+2
* move up mxf_write_klv_fill and align index, rip and primer packBaptiste Coudurier2009-02-101-16/+23
* fix primer pack local tags ulsBaptiste Coudurier2009-02-101-4/+4
* correctly set multi track operational patternBaptiste Coudurier2009-02-101-2/+15
* rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier2009-02-091-1/+1
* remove useless returnBaptiste Coudurier2009-02-081-6/+4
* fix doxygenBaptiste Coudurier2009-02-081-2/+2
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-081-5/+5
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-081-0/+2
* free index entriesBaptiste Coudurier2009-02-081-0/+2
* extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier2009-02-081-104/+3
* only use 2 slices for index, one video(vbr) and one audio(cbr)Baptiste Coudurier2009-02-081-23/+27
* force first track to be video and simplifyBaptiste Coudurier2009-02-081-6/+7
* write system itemBaptiste Coudurier2009-02-081-5/+80
* use 512 kag size needed for d10Baptiste Coudurier2009-02-071-4/+46
* format timestamp correctly according to specs and set itBaptiste Coudurier2009-02-051-7/+24
* use timestamp as modification dateBaptiste Coudurier2009-02-051-2/+2
* use timestamp as creation dateBaptiste Coudurier2009-02-051-2/+2
* fix key frame offset with open gopBaptiste Coudurier2009-02-051-5/+14
* always write mxf time base in descriptorsBaptiste Coudurier2009-02-041-7/+10
* use sample rate as audio input time baseBaptiste Coudurier2009-02-041-17/+16
* exactly compute index byte countBaptiste Coudurier2009-02-031-6/+13
* be more flexible with frame rate checkBaptiste Coudurier2009-02-021-2/+4
* cosmetics: whitespaces, empty linesBaptiste Coudurier2009-02-021-11/+7
* mxf does not have timestampsBaptiste Coudurier2009-02-021-1/+2
* 24bit pcm supportBaptiste Coudurier2009-02-021-1/+2
* more flexible mapping selectionBaptiste Coudurier2009-02-021-8/+16
* fix temporal offet of ipbb sequences, simplification welcomeBaptiste Coudurier2009-02-021-3/+7
* fix video line map tag sizeBaptiste Coudurier2009-02-021-1/+1
* fix flush and interleaving by edit unitsBaptiste Coudurier2009-02-021-8/+20
* write index table and rip, muxer works pretty well nowBaptiste Coudurier2009-02-021-14/+205
* factorize common wav local tagsBaptiste Coudurier2009-02-021-12/+8
* write req local tags for wavBaptiste Coudurier2009-02-021-2/+23
* adjust size when not writing f2Baptiste Coudurier2009-02-021-1/+1
* do not write f2 if not interlacedBaptiste Coudurier2009-02-021-4/+5
OpenPOWER on IntegriCloud