summaryrefslogtreecommitdiff
path: root/libavformat/mxfenc.c
Commit message (Collapse)AuthorAge
* compute body offset and index entry offset correctlyBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix slice offset computationBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set mime type for mxfBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindent, add/remove some empty lines, redundant commentBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MXF D-10 muxerBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store display height without vbiBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mpegvideo descriptor into cdci descriptor and wav common in sound commonBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write essence elements klv packets with ber4 length, more interoperableBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* encode klv fill item length in fixed ber 4 bytesBaptiste Coudurier2009-02-13
| | | | Originally committed as revision 17199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set last packet next pointer to nullBaptiste Coudurier2009-02-12
| | | | Originally committed as revision 17176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check body partitions count before writingBaptiste Coudurier2009-02-12
| | | | Originally committed as revision 17175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse mpeg2 gop header time code and use itBaptiste Coudurier2009-02-11
| | | | Originally committed as revision 17149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write timecode trackBaptiste Coudurier2009-02-11
| | | | Originally committed as revision 17148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix last keyframe index accross body partitionsBaptiste Coudurier2009-02-11
| | | | Originally committed as revision 17145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix body offsetBaptiste Coudurier2009-02-11
| | | | Originally committed as revision 17144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix partition offset when only one stream presentBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix timecode valueBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write body partitionsBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute index byte count in mxf_write_partitionBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove check, mxf muxer does not have track number limitation anymoreBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* retrieve flags from mxf_parse_mpeg2_frame using a paramBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, edit unit offset is after klv fillBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, associate mxf_write_klv_fill to aligned elementsBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write component depth and horizontal subsampling best effort local tagsBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix header byte countBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move up mxf_write_klv_fill and align index, rip and primer packBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix primer pack local tags ulsBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly set multi track operational patternBaptiste Coudurier2009-02-10
| | | | Originally committed as revision 17116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier2009-02-09
| | | | Originally committed as revision 17103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless returnBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix doxygenBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free index entriesBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only use 2 slices for index, one video(vbr) and one audio(cbr)Baptiste Coudurier2009-02-08
| | | | Originally committed as revision 17035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* force first track to be video and simplifyBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write system itemBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use 512 kag size needed for d10Baptiste Coudurier2009-02-07
| | | | Originally committed as revision 17029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* format timestamp correctly according to specs and set itBaptiste Coudurier2009-02-05
| | | | Originally committed as revision 17011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use timestamp as modification dateBaptiste Coudurier2009-02-05
| | | | Originally committed as revision 17010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use timestamp as creation dateBaptiste Coudurier2009-02-05
| | | | Originally committed as revision 17007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix key frame offset with open gopBaptiste Coudurier2009-02-05
| | | | Originally committed as revision 16999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always write mxf time base in descriptorsBaptiste Coudurier2009-02-04
| | | | Originally committed as revision 16987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use sample rate as audio input time baseBaptiste Coudurier2009-02-04
| | | | Originally committed as revision 16985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exactly compute index byte countBaptiste Coudurier2009-02-03
| | | | Originally committed as revision 16981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* be more flexible with frame rate checkBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: whitespaces, empty linesBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mxf does not have timestampsBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16947 to svn://svn.ffmpeg.org/ffmpeg/trunk