]> git.sesse.net Git - ffmpeg/history - libavformat/mxfenc.c
Support decoding Avid 1:1x codec, (partially) fixes issue1684.
[ffmpeg] / libavformat / mxfenc.c
2009-11-08 Carl Eugen HoyosUse CODEC_ID_NONE instead of 0 for enum CodecID.
2009-09-16 Michael NiedermayerImprove amortized worst case speed of the muxers packet...
2009-07-04 Baptiste Coudurierfix and simplify long gop mpeg codec ul computation
2009-07-04 Baptiste Coudurierset index duration to 0 for cbr, specifying whole conta...
2009-07-04 Baptiste Coudurieruse ber4 length for descriptors preferred by specs
2009-07-04 Baptiste Coudurierwrite profile and level local tag in mpeg descriptor
2009-06-30 Baptiste Couduriercosmetics, change case and comments alignment
2009-06-30 Baptiste Couduriercorrectly compute frame flags with closed gop
2009-05-23 Baptiste Coudurierremove useless include
2009-05-15 Baptiste Coudurierreindent
2009-05-15 Baptiste Coudurierremove unneeded length checks
2009-03-14 Baptiste Coudurieruse utc time for timestamp and do not set it if not...
2009-03-14 Baptiste Coudurierdo not parse timestamp if bitexact is set, should fix...
2009-03-11 Baptiste Coudurieragain 10l, typo, put_byte instead of put_buffer
2009-03-11 Baptiste Coudurierattempt to try to generate an random umid
2009-02-25 Baptiste Coudurierfix index edit rate, inverse num and den
2009-02-25 Baptiste Couduriersimplify, use codec->block_align
2009-02-25 Baptiste Coudurierset channel number even for inactive channels
2009-02-25 Baptiste Coudurierdo not set frame start bit since marked as not used...
2009-02-23 Baptiste Coudurierstart track id at 2, track id 1 for timecode
2009-02-18 Baptiste Coudurierfix partition index byte count
2009-02-18 Baptiste Coudurieralways use multi track since timecode track is present
2009-02-18 Baptiste Coudurierfix preface version
2009-02-18 Baptiste Coudurierstart counting track number from 0
2009-02-18 Baptiste Coudurierremove redundant comment
2009-02-18 Baptiste Coudurierdo not write slice count when muxing cbr
2009-02-18 Baptiste Coudurierflush pending write in mxf_write_footer
2009-02-18 Baptiste Coudurieruse index 0 for timecode track and write it in source...
2009-02-18 Baptiste Coudurierfix rip body sid when muxing cbr
2009-02-18 Baptiste Couduriersimplify descriptor size computation logic
2009-02-16 Baptiste Coudurierfetch display aspect ratio from mpeg-2 essence
2009-02-16 Baptiste Couduriermerge mxf_write_d10_packet into mxf_write_packet
2009-02-16 Baptiste Coudurierfix mxf interleaving packet purge
2009-02-13 Baptiste Couduriercompute body offset and index entry offset correctly
2009-02-13 Baptiste Coudurierfix slice offset computation
2009-02-13 Baptiste Coudurierset mime type for mxf
2009-02-13 Baptiste Couduriersimplify
2009-02-13 Baptiste Couduriercosmetics, reindent, add/remove some empty lines, redun...
2009-02-13 Baptiste CoudurierMXF D-10 muxer
2009-02-13 Baptiste Coudurierstore display height without vbi
2009-02-13 Baptiste Couduriersplit mpegvideo descriptor into cdci descriptor and...
2009-02-13 Baptiste Coudurierwrite essence elements klv packets with ber4 length...
2009-02-13 Baptiste Coudurierencode klv fill item length in fixed ber 4 bytes
2009-02-12 Baptiste Coudurierset last packet next pointer to null
2009-02-12 Baptiste Couduriercheck body partitions count before writing
2009-02-11 Baptiste Coudurierparse mpeg2 gop header time code and use it
2009-02-11 Baptiste Coudurierwrite timecode track
2009-02-11 Baptiste Coudurierfix last keyframe index accross body partitions
2009-02-11 Baptiste Coudurierfix body offset
2009-02-10 Baptiste Coudurierfix partition offset when only one stream present
2009-02-10 Baptiste Coudurierfix timecode value
2009-02-10 Baptiste Coudurierwrite body partitions
2009-02-10 Baptiste Couduriercompute index byte count in mxf_write_partition
2009-02-10 Baptiste Coudurierremove check, mxf muxer does not have track number...
2009-02-10 Baptiste Coudurierretrieve flags from mxf_parse_mpeg2_frame using a param
2009-02-10 Baptiste Coudurier10l, edit unit offset is after klv fill
2009-02-10 Baptiste Couduriercosmetics, associate mxf_write_klv_fill to aligned...
2009-02-10 Baptiste Coudurierwrite component depth and horizontal subsampling best...
2009-02-10 Baptiste Coudurierfix header byte count
2009-02-10 Baptiste Couduriermove up mxf_write_klv_fill and align index, rip and...
2009-02-10 Baptiste Coudurierfix primer pack local tags uls
2009-02-10 Baptiste Couduriercorrectly set multi track operational pattern
2009-02-09 Baptiste Coudurierrename ff_audio_interleave to ff_audio_rechunk_interleave
2009-02-08 Baptiste Coudurierremove useless return
2009-02-08 Baptiste Coudurierfix doxygen
2009-02-08 Baptiste Coudurierreuse MXFCodecUL for data def and simplify
2009-02-08 Baptiste Coudurierremove implicit header inclusions from mxf.h
2009-02-08 Baptiste Coudurierfree index entries
2009-02-08 Baptiste Coudurierextract audio interleaving code from mxf muxer, will...
2009-02-08 Baptiste Coudurieronly use 2 slices for index, one video(vbr) and one...
2009-02-08 Baptiste Coudurierforce first track to be video and simplify
2009-02-08 Baptiste Coudurierwrite system item
2009-02-07 Baptiste Coudurieruse 512 kag size needed for d10
2009-02-05 Baptiste Coudurierformat timestamp correctly according to specs and set it
2009-02-05 Baptiste Coudurieruse timestamp as modification date
2009-02-05 Baptiste Coudurieruse timestamp as creation date
2009-02-05 Baptiste Coudurierfix key frame offset with open gop
2009-02-04 Baptiste Coudurieralways write mxf time base in descriptors
2009-02-04 Baptiste Coudurieruse sample rate as audio input time base
2009-02-03 Baptiste Coudurierexactly compute index byte count
2009-02-02 Baptiste Coudurierbe more flexible with frame rate check
2009-02-02 Baptiste Couduriercosmetics: whitespaces, empty lines
2009-02-02 Baptiste Couduriermxf does not have timestamps
2009-02-02 Baptiste Coudurier24bit pcm support
2009-02-02 Baptiste Couduriermore flexible mapping selection
2009-02-02 Baptiste Coudurierfix temporal offet of ipbb sequences, simplification...
2009-02-02 Baptiste Coudurierfix video line map tag size
2009-02-02 Baptiste Coudurierfix flush and interleaving by edit units
2009-02-02 Baptiste Coudurierwrite index table and rip, muxer works pretty well now
2009-02-02 Baptiste Coudurierfactorize common wav local tags
2009-02-02 Baptiste Coudurierwrite req local tags for wav
2009-02-02 Baptiste Coudurieradjust size when not writing f2
2009-02-02 Baptiste Coudurierdo not write f2 if not interlaced
2009-02-02 Baptiste Coudurierwrite bitrate tag
2009-02-02 Baptiste Coudurierwrite display height/width tags
2009-01-31 Baptiste Coudurierfree audio fifo
2009-01-31 Baptiste Coudurierchange prototype of mxf_interleave_get_packet to make...
2009-01-31 Baptiste Coudurierdo not use PAL_samples_per_frame in init, to make init...
2009-01-31 Baptiste Couduriercosmetics, remove empty lines
2009-01-31 Baptiste Coudurieradd my copyright as well
next