summaryrefslogtreecommitdiff
path: root/libavformat/mxfenc.c
Commit message (Collapse)AuthorAge
...
* 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
* 24bit pcm supportBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more flexible mapping selectionBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix temporal offet of ipbb sequences, simplification welcomeBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix video line map tag sizeBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix flush and interleaving by edit unitsBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write index table and rip, muxer works pretty well nowBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize common wav local tagsBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write req local tags for wavBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adjust size when not writing f2Baptiste Coudurier2009-02-02
| | | | Originally committed as revision 16930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write f2 if not interlacedBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write bitrate tagBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write display height/width tagsBaptiste Coudurier2009-02-02
| | | | Originally committed as revision 16927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free audio fifoBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change prototype of mxf_interleave_get_packet to make it compatibleBaptiste Coudurier2009-01-31
| | | | | | with av_interleave_packet_per_dts Originally committed as revision 16903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not use PAL_samples_per_frame in init, to make init independantBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove empty linesBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add my copyright as wellBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix doxygen tagBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, align verticallyBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write best effort video line mapBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add frame layout local tag, best effortBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add aes3 pcm wrapping and use it by defaultBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split wav_desc in generic_sound_descBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* thanks to interleaving, audio is now lockedBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* local tag 3201 is picture essence coding, so do not write it for wavBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stored height is stupidly /2 if interlacedBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add size param to write_generic_descBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse mpeg2 progressive frame flagBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* delay header writing and parse mpeg2 frameBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly pack and interleave pcm samples in mxfBaptiste Coudurier2009-01-31
| | | | Originally committed as revision 16887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write essence container dataBaptiste Coudurier2009-01-23
| | | | Originally committed as revision 16733 to svn://svn.ffmpeg.org/ffmpeg/trunk