Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-18fix rip body sid when muxing cbrBaptiste Coudurier
2009-02-18simplify descriptor size computation logicBaptiste Coudurier
2009-02-16fetch display aspect ratio from mpeg-2 essenceBaptiste Coudurier
2009-02-16merge mxf_write_d10_packet into mxf_write_packetBaptiste Coudurier
2009-02-16fix mxf interleaving packet purgeBaptiste Coudurier
2009-02-14compute body offset and index entry offset correctlyBaptiste Coudurier
2009-02-13fix slice offset computationBaptiste Coudurier
2009-02-13set mime type for mxfBaptiste Coudurier
2009-02-13simplifyBaptiste Coudurier
2009-02-13cosmetics, reindent, add/remove some empty lines, redundant commentBaptiste Coudurier
2009-02-13MXF D-10 muxerBaptiste Coudurier
2009-02-13store display height without vbiBaptiste Coudurier
2009-02-13split mpegvideo descriptor into cdci descriptor and wav common in sound commonBaptiste Coudurier
2009-02-13write essence elements klv packets with ber4 length, more interoperableBaptiste Coudurier
2009-02-13encode klv fill item length in fixed ber 4 bytesBaptiste Coudurier
2009-02-12set last packet next pointer to nullBaptiste Coudurier
2009-02-12check body partitions count before writingBaptiste Coudurier
2009-02-11parse mpeg2 gop header time code and use itBaptiste Coudurier
2009-02-11write timecode trackBaptiste Coudurier
2009-02-11fix last keyframe index accross body partitionsBaptiste Coudurier
2009-02-11fix body offsetBaptiste Coudurier
2009-02-11fix partition offset when only one stream presentBaptiste Coudurier
2009-02-11fix timecode valueBaptiste Coudurier
2009-02-10write body partitionsBaptiste Coudurier
2009-02-10compute index byte count in mxf_write_partitionBaptiste Coudurier
2009-02-10remove check, mxf muxer does not have track number limitation anymoreBaptiste Coudurier
2009-02-10retrieve flags from mxf_parse_mpeg2_frame using a paramBaptiste Coudurier
2009-02-1010l, edit unit offset is after klv fillBaptiste Coudurier
2009-02-10cosmetics, associate mxf_write_klv_fill to aligned elementsBaptiste Coudurier
2009-02-10write component depth and horizontal subsampling best effort local tagsBaptiste Coudurier
2009-02-10fix header byte countBaptiste Coudurier
2009-02-10move up mxf_write_klv_fill and align index, rip and primer packBaptiste Coudurier
2009-02-10fix primer pack local tags ulsBaptiste Coudurier
2009-02-10correctly set multi track operational patternBaptiste Coudurier
2009-02-10rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier
2009-02-08remove useless returnBaptiste Coudurier
2009-02-08fix doxygenBaptiste Coudurier
2009-02-08reuse MXFCodecUL for data def and simplifyBaptiste Coudurier
2009-02-08remove implicit header inclusions from mxf.hBaptiste Coudurier
2009-02-08free index entriesBaptiste Coudurier
2009-02-08extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier
2009-02-08only use 2 slices for index, one video(vbr) and one audio(cbr)Baptiste Coudurier
2009-02-08force first track to be video and simplifyBaptiste Coudurier
2009-02-08write system itemBaptiste Coudurier
2009-02-07use 512 kag size needed for d10Baptiste Coudurier
2009-02-05format timestamp correctly according to specs and set itBaptiste Coudurier
2009-02-05use timestamp as modification dateBaptiste Coudurier
2009-02-05use timestamp as creation dateBaptiste Coudurier
2009-02-05fix key frame offset with open gopBaptiste Coudurier
2009-02-04always write mxf time base in descriptorsBaptiste Coudurier