]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/mxfenc.c
O_DIRECT works!!!
[frescor/ffmpeg.git] / libavformat / mxfenc.c
2009-03-14 bcoudurieruse utc time for timestamp and do not set it if not...
2009-03-14 bcoudurierdo not parse timestamp if bitexact is set, should fix...
2009-03-11 bcoudurieragain 10l, typo, put_byte instead of put_buffer
2009-03-11 bcoudurierattempt to try to generate an random umid
2009-02-25 bcoudurierfix index edit rate, inverse num and den
2009-02-25 bcouduriersimplify, use codec->block_align
2009-02-25 bcoudurierset channel number even for inactive channels
2009-02-25 bcoudurierdo not set frame start bit since marked as not used...
2009-02-23 bcoudurierstart track id at 2, track id 1 for timecode
2009-02-18 bcoudurierfix partition index byte count
2009-02-18 bcoudurieralways use multi track since timecode track is present
2009-02-18 bcoudurierfix preface version
2009-02-18 bcoudurierstart counting track number from 0
2009-02-18 bcoudurierremove redundant comment
2009-02-18 bcoudurierdo not write slice count when muxing cbr
2009-02-18 bcoudurierflush pending write in mxf_write_footer
2009-02-18 bcoudurieruse index 0 for timecode track and write it in source...
2009-02-18 bcoudurierfix rip body sid when muxing cbr
2009-02-18 bcouduriersimplify descriptor size computation logic
2009-02-16 bcoudurierfetch display aspect ratio from mpeg-2 essence
2009-02-16 bcouduriermerge mxf_write_d10_packet into mxf_write_packet
2009-02-16 bcoudurierfix mxf interleaving packet purge
2009-02-13 bcouduriercompute body offset and index entry offset correctly
2009-02-13 bcoudurierfix slice offset computation
2009-02-13 bcoudurierset mime type for mxf
2009-02-13 bcouduriersimplify
2009-02-13 bcouduriercosmetics, reindent, add/remove some empty lines, redun...
2009-02-13 bcoudurierMXF D-10 muxer
2009-02-13 bcoudurierstore display height without vbi
2009-02-13 bcouduriersplit mpegvideo descriptor into cdci descriptor and...
2009-02-13 bcoudurierwrite essence elements klv packets with ber4 length...
2009-02-13 bcoudurierencode klv fill item length in fixed ber 4 bytes
2009-02-12 bcoudurierset last packet next pointer to null
2009-02-12 bcouduriercheck body partitions count before writing
2009-02-11 bcoudurierparse mpeg2 gop header time code and use it
2009-02-11 bcoudurierwrite timecode track
2009-02-11 bcoudurierfix last keyframe index accross body partitions
2009-02-11 bcoudurierfix body offset
2009-02-10 bcoudurierfix partition offset when only one stream present
2009-02-10 bcoudurierfix timecode value
2009-02-10 bcoudurierwrite body partitions
2009-02-10 bcouduriercompute index byte count in mxf_write_partition
2009-02-10 bcoudurierremove check, mxf muxer does not have track number...
2009-02-10 bcoudurierretrieve flags from mxf_parse_mpeg2_frame using a param
2009-02-10 bcoudurier10l, edit unit offset is after klv fill
2009-02-10 bcouduriercosmetics, associate mxf_write_klv_fill to aligned...
2009-02-10 bcoudurierwrite component depth and horizontal subsampling best...
2009-02-10 bcoudurierfix header byte count
2009-02-10 bcouduriermove up mxf_write_klv_fill and align index, rip and...
2009-02-10 bcoudurierfix primer pack local tags uls
2009-02-10 bcouduriercorrectly set multi track operational pattern
2009-02-09 bcoudurierrename ff_audio_interleave to ff_audio_rechunk_interleave
2009-02-08 bcoudurierremove useless return
2009-02-08 bcoudurierfix doxygen
2009-02-08 bcoudurierreuse MXFCodecUL for data def and simplify
2009-02-08 bcoudurierremove implicit header inclusions from mxf.h
2009-02-08 bcoudurierfree index entries
2009-02-08 bcoudurierextract audio interleaving code from mxf muxer, will...
2009-02-08 bcoudurieronly use 2 slices for index, one video(vbr) and one...
2009-02-08 bcoudurierforce first track to be video and simplify
2009-02-08 bcoudurierwrite system item
2009-02-07 bcoudurieruse 512 kag size needed for d10
2009-02-05 bcoudurierformat timestamp correctly according to specs and set it
2009-02-05 bcoudurieruse timestamp as modification date
2009-02-05 bcoudurieruse timestamp as creation date
2009-02-05 bcoudurierfix key frame offset with open gop
2009-02-04 bcoudurieralways write mxf time base in descriptors
2009-02-04 bcoudurieruse sample rate as audio input time base
2009-02-03 bcoudurierexactly compute index byte count
2009-02-02 bcoudurierbe more flexible with frame rate check
2009-02-02 bcouduriercosmetics: whitespaces, empty lines
2009-02-02 bcouduriermxf does not have timestamps
2009-02-02 bcoudurier24bit pcm support
2009-02-02 bcouduriermore flexible mapping selection
2009-02-02 bcoudurierfix temporal offet of ipbb sequences, simplification...
2009-02-02 bcoudurierfix video line map tag size
2009-02-02 bcoudurierfix flush and interleaving by edit units
2009-02-02 bcoudurierwrite index table and rip, muxer works pretty well now
2009-02-02 bcoudurierfactorize common wav local tags
2009-02-02 bcoudurierwrite req local tags for wav
2009-02-02 bcoudurieradjust size when not writing f2
2009-02-02 bcoudurierdo not write f2 if not interlaced
2009-02-02 bcoudurierwrite bitrate tag
2009-02-02 bcoudurierwrite display height/width tags
2009-01-31 bcoudurierfree audio fifo
2009-01-31 bcoudurierchange prototype of mxf_interleave_get_packet to make...
2009-01-31 bcoudurierdo not use PAL_samples_per_frame in init, to make init...
2009-01-31 bcouduriercosmetics, remove empty lines
2009-01-31 bcoudurieradd my copyright as well
2009-01-31 bcoudurierfix doxygen tag
2009-01-31 bcouduriercosmetics, align vertically
2009-01-31 bcoudurierwrite best effort video line map
2009-01-31 bcoudurieradd frame layout local tag, best effort
2009-01-31 bcoudurieradd aes3 pcm wrapping and use it by default
2009-01-31 bcouduriersplit wav_desc in generic_sound_desc
2009-01-31 bcoudurierthanks to interleaving, audio is now locked
2009-01-31 bcoudurierlocal tag 3201 is picture essence coding, so do not...
2009-01-31 bcoudurierstored height is stupidly /2 if interlaced
2009-01-31 bcoudurieradd size param to write_generic_desc
2009-01-31 bcoudurierparse mpeg2 progressive frame flag
next