]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/matroskaenc.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat / matroskaenc.c
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