]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2007-09-05 conradRename ebml size functions to indicate that they can...
2007-09-05 conradWe shouldn't be passing in sizes larger than 2^56-2...
2007-09-05 conradIndentation
2007-09-05 conradDon't seek when streamed
2007-09-05 conradGet rid of useless braces
2007-09-05 conradIndent
2007-09-05 conradMatch the behaviour betwen the bmp and wav codec tag...
2007-09-05 conradWrite codecprivate to a dynamic buffer so that seeking...
2007-09-05 conradMove writing codec private element to its own function
2007-09-05 conradCosmetics
2007-09-05 conradUse num_entries directly rather than mixing it with...
2007-09-05 conradDoxygenify comments
2007-09-05 conradMake sure that the calculated duration doesn't decrease
2007-09-05 conradSplit some really long lines
2007-09-05 conradCorrect message
2007-09-05 conradAlways check the return of mkv_add_seekhead_entry
2007-09-05 conradPass the returned error code of functions up
2007-09-05 conradCheck that the seekheads were created
2007-09-05 conradReturn AVERROR(ENOMEM) when appropriate
2007-09-05 conradIndentation
2007-09-05 conradUse assert for conditions that must be true
2007-09-05 conradSimplify
2007-09-05 conradGrammar nits
2007-09-05 conradBreak long comments
2007-09-05 conradUse sample format for bit depth if av_get_bits_per_samp...
2007-09-05 conradCalculate and store DAR rather than SAR
2007-09-05 conradClarify comments
2007-09-05 conradUse PRIu64/PRId64
2007-09-05 conradCalculate the size of key EBML master elements beforeha...
2007-09-05 conradUse cluster_pos when checking cluster position
2007-09-05 conradModify put_ebml_size() so that the bytes parameter...
2007-09-05 conradSet default subtitle_codec to CODEC_ID_TEXT
2007-09-05 conradSimplify
2007-09-05 conradMove calculating the bytes needed to represent a size...
2007-09-05 conradMake a byte always mean a byte
2007-09-05 conradSimplify put_ebml_id()
2007-09-05 conradMove ebml_id_size()
2007-09-05 conradCorrect handling of smaller unknown sizes
2007-09-05 conradUse a MD5 hash of some frames to write the segment uid
2007-09-05 conradRevert using the time to generate the segment uid
2007-09-05 conradDoxygenize some comments
2007-09-05 conradSet the language to undefined if no language specified
2007-09-05 conradAdd mka muxer
2007-09-05 conradAdd some debug logging
2007-09-05 conradWrite the display size elements
2007-09-05 conradRevert writing the file creation date
2007-09-05 conradCodec Private should be correct for all but Real codecs now
2007-09-05 conradWrite FLAC codec private correctly
2007-09-05 conradMove writing Xiph-style sizes to its own function
2007-09-05 conradWrite segment UID
2007-09-05 conradWrite the creation time
2007-09-05 conradCosmetics
2007-09-05 conradUsing LIBAVFORMAT_IDENT for both muxing and writing...
2007-09-05 conradFloats aren't used enough to justify writing any with...
2007-09-05 conradSimplify
2007-09-05 conradIndentation
2007-09-05 conradWrite subtitle tracks
2007-09-05 conradMove writing a block to its own function
2007-09-05 conradOnly write extradata if it exists
2007-09-05 conradDetermine the output sample rate for SBR AAC and write it
2007-09-05 conradSimplify
2007-09-05 conradKeyframe is the first bit not last
2007-09-05 conradSimplify
2007-09-05 conradUse av_get_bits_per_sample
2007-09-05 conradWrite bit depth for PCM audio
2007-09-05 conradWrite wav header if there is no native audio codec ID
2007-09-05 conradWrite the cues element
2007-09-05 conradDoxygenize comments
2007-09-05 conradCalculate the size of a SimpleBlock before writing...
2007-09-05 conradIndentation
2007-09-05 conradWrite the Seek Head element
2007-09-05 conradMake sure to return a value in functions that return...
2007-09-05 conradMove writing the tracks element to its own function
2007-09-05 conradMove Xiph's CodecPrivate writing code to its own function
2007-09-05 conradWrite the duration of the file
2007-09-05 conradput_ebml_void()
2007-09-05 conradRemove unused prototype
2007-09-05 conradWrite unknown size if the size given is too large for...
2007-09-05 conradTrack number and UID only have to be nonzero
2007-09-05 conradSimpleBlocks are Matroska v2
2007-09-05 conradStart a new cluster every 5 MB or 5 seconds
2007-09-05 conradFix writing Xiph header sizes
2007-09-05 conradCorrectly write CodecPrivate element for Vorbis and...
2007-09-05 conradCompile fix; missed a variable declaration in the last...
2007-09-05 conradWrite one cluster and SimpleBlocks for the frames....
2007-09-05 conradFirst stab at writing the tracks element, still needs...
2007-09-05 conradRemove useless debug write
2007-09-05 conradput_ebml_float()
2007-09-05 conradConst correctness
2007-09-05 conradGet rid of put_ebml_utf8(); the error checking that...
2007-09-05 conradCosmetics: align nicely for better readibility
2007-09-05 conradSimplify
2007-09-05 conradBeginning of mkv muxer, only EBML head is written correctly
2007-09-05 michaelcode to do halfpel interpolation per frame (unfinished...
2007-09-04 ramiroTreat dc1394 as a library
2007-09-04 melansonsimplify PTS handling
2007-09-04 melansonFix issue 123 (Support Magic-carpet fli version,
2007-09-04 diegoSilence warnings about NAL_SVC_NON_IDR in H.264.
2007-09-04 benoitadd a close function to bitstream filter
2007-09-03 lucabeFill the buffer with 0 before writing an SDP in it
next