log mxfenc.c @ 4548:2c9ebc4029ae libavformat

age author description
2009-02-18 bcoudurier fix partition index byte count libavformat
2009-02-18 bcoudurier always use multi track since timecode track is present libavformat
2009-02-18 bcoudurier fix preface version libavformat
2009-02-18 bcoudurier start counting track number from 0 libavformat
2009-02-18 bcoudurier remove redundant comment libavformat
2009-02-18 bcoudurier do not write slice count when muxing cbr libavformat
2009-02-18 bcoudurier flush pending write in mxf_write_footer libavformat
2009-02-18 bcoudurier use index 0 for timecode track and write it in source package also libavformat
2009-02-18 bcoudurier fix rip body sid when muxing cbr libavformat
2009-02-18 bcoudurier simplify descriptor size computation logic libavformat
2009-02-16 bcoudurier fetch display aspect ratio from mpeg-2 essence libavformat
2009-02-16 bcoudurier merge mxf_write_d10_packet into mxf_write_packet libavformat
2009-02-16 bcoudurier fix mxf interleaving packet purge libavformat
2009-02-13 bcoudurier compute body offset and index entry offset correctly libavformat
2009-02-13 bcoudurier fix slice offset computation libavformat
2009-02-13 bcoudurier set mime type for mxf libavformat
2009-02-13 bcoudurier simplify libavformat
2009-02-13 bcoudurier cosmetics, reindent, add/remove some empty lines, redundant comment libavformat
2009-02-13 bcoudurier MXF D-10 muxer libavformat
2009-02-13 bcoudurier store display height without vbi libavformat
2009-02-13 bcoudurier split mpegvideo descriptor into cdci descriptor and wav common in sound common libavformat
2009-02-13 bcoudurier write essence elements klv packets with ber4 length, more interoperable libavformat
2009-02-13 bcoudurier encode klv fill item length in fixed ber 4 bytes libavformat
2009-02-12 bcoudurier set last packet next pointer to null libavformat
2009-02-12 bcoudurier check body partitions count before writing libavformat
2009-02-11 bcoudurier parse mpeg2 gop header time code and use it libavformat
2009-02-11 bcoudurier write timecode track libavformat
2009-02-11 bcoudurier fix last keyframe index accross body partitions libavformat
2009-02-11 bcoudurier fix body offset libavformat
2009-02-10 bcoudurier fix partition offset when only one stream present libavformat
2009-02-10 bcoudurier fix timecode value libavformat
2009-02-10 bcoudurier write body partitions libavformat
2009-02-10 bcoudurier compute index byte count in mxf_write_partition libavformat
2009-02-10 bcoudurier remove check, mxf muxer does not have track number limitation anymore libavformat
2009-02-10 bcoudurier retrieve flags from mxf_parse_mpeg2_frame using a param libavformat
2009-02-10 bcoudurier 10l, edit unit offset is after klv fill libavformat
2009-02-10 bcoudurier cosmetics, associate mxf_write_klv_fill to aligned elements libavformat
2009-02-10 bcoudurier write component depth and horizontal subsampling best effort local tags libavformat
2009-02-10 bcoudurier fix header byte count libavformat
2009-02-10 bcoudurier move up mxf_write_klv_fill and align index, rip and primer pack libavformat
2009-02-10 bcoudurier fix primer pack local tags uls libavformat
2009-02-10 bcoudurier correctly set multi track operational pattern libavformat
2009-02-09 bcoudurier rename ff_audio_interleave to ff_audio_rechunk_interleave libavformat
2009-02-08 bcoudurier remove useless return libavformat
2009-02-08 bcoudurier fix doxygen libavformat
2009-02-08 bcoudurier reuse MXFCodecUL for data def and simplify libavformat
2009-02-08 bcoudurier remove implicit header inclusions from mxf.h libavformat
2009-02-08 bcoudurier free index entries libavformat
2009-02-08 bcoudurier extract audio interleaving code from mxf muxer, will be used by gxf and dv libavformat
2009-02-08 bcoudurier only use 2 slices for index, one video(vbr) and one audio(cbr) libavformat
2009-02-08 bcoudurier force first track to be video and simplify libavformat
2009-02-08 bcoudurier write system item libavformat
2009-02-07 bcoudurier use 512 kag size needed for d10 libavformat
2009-02-05 bcoudurier format timestamp correctly according to specs and set it libavformat
2009-02-05 bcoudurier use timestamp as modification date libavformat
2009-02-05 bcoudurier use timestamp as creation date libavformat
2009-02-05 bcoudurier fix key frame offset with open gop libavformat
2009-02-04 bcoudurier always write mxf time base in descriptors libavformat
2009-02-04 bcoudurier use sample rate as audio input time base libavformat
2009-02-03 bcoudurier exactly compute index byte count libavformat