| Commit message (Expand) | Author | Age | Files | Lines |
* | parse mpeg2 gop header time code and use it | Baptiste Coudurier | 2009-02-11 | 1 | -4/+22 |
* | write timecode track | Baptiste Coudurier | 2009-02-11 | 1 | -23/+90 |
* | fix last keyframe index accross body partitions | Baptiste Coudurier | 2009-02-11 | 1 | -1/+2 |
* | fix body offset | Baptiste Coudurier | 2009-02-11 | 1 | -5/+7 |
* | fix partition offset when only one stream present | Baptiste Coudurier | 2009-02-10 | 1 | -2/+3 |
* | fix timecode value | Baptiste Coudurier | 2009-02-10 | 1 | -1/+1 |
* | write body partitions | Baptiste Coudurier | 2009-02-10 | 1 | -16/+65 |
* | compute index byte count in mxf_write_partition | Baptiste Coudurier | 2009-02-10 | 1 | -12/+14 |
* | remove check, mxf muxer does not have track number limitation anymore | Baptiste Coudurier | 2009-02-10 | 1 | -5/+0 |
* | retrieve flags from mxf_parse_mpeg2_frame using a param | Baptiste Coudurier | 2009-02-10 | 1 | -8/+9 |
* | 10l, edit unit offset is after klv fill | Baptiste Coudurier | 2009-02-10 | 1 | -2/+1 |
* | cosmetics, associate mxf_write_klv_fill to aligned elements | Baptiste Coudurier | 2009-02-10 | 1 | -7/+2 |
* | write component depth and horizontal subsampling best effort local tags | Baptiste Coudurier | 2009-02-10 | 1 | -1/+12 |
* | fix header byte count | Baptiste Coudurier | 2009-02-10 | 1 | -1/+2 |
* | move up mxf_write_klv_fill and align index, rip and primer pack | Baptiste Coudurier | 2009-02-10 | 1 | -16/+23 |
* | fix primer pack local tags uls | Baptiste Coudurier | 2009-02-10 | 1 | -4/+4 |
* | correctly set multi track operational pattern | Baptiste Coudurier | 2009-02-10 | 1 | -2/+15 |
* | rename ff_audio_interleave to ff_audio_rechunk_interleave | Baptiste Coudurier | 2009-02-09 | 1 | -1/+1 |
* | remove useless return | Baptiste Coudurier | 2009-02-08 | 1 | -6/+4 |
* | fix doxygen | Baptiste Coudurier | 2009-02-08 | 1 | -2/+2 |
* | reuse MXFCodecUL for data def and simplify | Baptiste Coudurier | 2009-02-08 | 1 | -5/+5 |
* | remove implicit header inclusions from mxf.h | Baptiste Coudurier | 2009-02-08 | 1 | -0/+2 |
* | free index entries | Baptiste Coudurier | 2009-02-08 | 1 | -0/+2 |
* | extract audio interleaving code from mxf muxer, will be used by gxf and dv | Baptiste Coudurier | 2009-02-08 | 1 | -104/+3 |
* | only use 2 slices for index, one video(vbr) and one audio(cbr) | Baptiste Coudurier | 2009-02-08 | 1 | -23/+27 |
* | force first track to be video and simplify | Baptiste Coudurier | 2009-02-08 | 1 | -6/+7 |
* | write system item | Baptiste Coudurier | 2009-02-08 | 1 | -5/+80 |
* | use 512 kag size needed for d10 | Baptiste Coudurier | 2009-02-07 | 1 | -4/+46 |
* | format timestamp correctly according to specs and set it | Baptiste Coudurier | 2009-02-05 | 1 | -7/+24 |
* | use timestamp as modification date | Baptiste Coudurier | 2009-02-05 | 1 | -2/+2 |
* | use timestamp as creation date | Baptiste Coudurier | 2009-02-05 | 1 | -2/+2 |
* | fix key frame offset with open gop | Baptiste Coudurier | 2009-02-05 | 1 | -5/+14 |
* | always write mxf time base in descriptors | Baptiste Coudurier | 2009-02-04 | 1 | -7/+10 |
* | use sample rate as audio input time base | Baptiste Coudurier | 2009-02-04 | 1 | -17/+16 |
* | exactly compute index byte count | Baptiste Coudurier | 2009-02-03 | 1 | -6/+13 |
* | be more flexible with frame rate check | Baptiste Coudurier | 2009-02-02 | 1 | -2/+4 |
* | cosmetics: whitespaces, empty lines | Baptiste Coudurier | 2009-02-02 | 1 | -11/+7 |
* | mxf does not have timestamps | Baptiste Coudurier | 2009-02-02 | 1 | -1/+2 |
* | 24bit pcm support | Baptiste Coudurier | 2009-02-02 | 1 | -1/+2 |
* | more flexible mapping selection | Baptiste Coudurier | 2009-02-02 | 1 | -8/+16 |
* | fix temporal offet of ipbb sequences, simplification welcome | Baptiste Coudurier | 2009-02-02 | 1 | -3/+7 |
* | fix video line map tag size | Baptiste Coudurier | 2009-02-02 | 1 | -1/+1 |
* | fix flush and interleaving by edit units | Baptiste Coudurier | 2009-02-02 | 1 | -8/+20 |
* | write index table and rip, muxer works pretty well now | Baptiste Coudurier | 2009-02-02 | 1 | -14/+205 |
* | factorize common wav local tags | Baptiste Coudurier | 2009-02-02 | 1 | -12/+8 |
* | write req local tags for wav | Baptiste Coudurier | 2009-02-02 | 1 | -2/+23 |
* | adjust size when not writing f2 | Baptiste Coudurier | 2009-02-02 | 1 | -1/+1 |
* | do not write f2 if not interlaced | Baptiste Coudurier | 2009-02-02 | 1 | -4/+5 |
* | write bitrate tag | Baptiste Coudurier | 2009-02-02 | 1 | -1/+7 |
* | write display height/width tags | Baptiste Coudurier | 2009-02-02 | 1 | -1/+9 |