]> git.sesse.net Git - ffmpeg/history - libavformat/matroskaenc.c
matroskaenc: use new metadata API
[ffmpeg] / libavformat / matroskaenc.c
2007-09-05 David ConradWrite bit depth for PCM audio
2007-09-05 David ConradWrite wav header if there is no native audio codec ID
2007-09-05 David ConradWrite the cues element
2007-09-05 David ConradDoxygenize comments
2007-09-05 David ConradCalculate the size of a SimpleBlock before writing...
2007-09-05 David ConradIndentation
2007-09-05 David ConradWrite the Seek Head element
2007-09-05 David ConradMake sure to return a value in functions that return...
2007-09-05 David ConradMove writing the tracks element to its own function
2007-09-05 David ConradMove Xiph's CodecPrivate writing code to its own function
2007-09-05 David ConradWrite the duration of the file
2007-09-05 David Conradput_ebml_void()
2007-09-05 David ConradRemove unused prototype
2007-09-05 David ConradWrite unknown size if the size given is too large for...
2007-09-05 David ConradTrack number and UID only have to be nonzero
2007-09-05 David ConradSimpleBlocks are Matroska v2
2007-09-05 David ConradStart a new cluster every 5 MB or 5 seconds
2007-09-05 David ConradFix writing Xiph header sizes
2007-09-05 David ConradCorrectly write CodecPrivate element for Vorbis and...
2007-09-05 David ConradCompile fix; missed a variable declaration in the last...
2007-09-05 David ConradWrite one cluster and SimpleBlocks for the frames....
2007-09-05 David ConradFirst stab at writing the tracks element, still needs...
2007-09-05 David ConradRemove useless debug write
2007-09-05 David Conradput_ebml_float()
2007-09-05 David ConradConst correctness
2007-09-05 David ConradGet rid of put_ebml_utf8(); the error checking that...
2007-09-05 David ConradCosmetics: align nicely for better readibility
2007-09-05 David ConradSimplify
2007-09-05 David ConradBeginning of mkv muxer, only EBML head is written correctly