Mercurial > libavformat.hg
graph
-
Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough libavformat2007-09-05, by conrad
-
Floats aren't used enough to justify writing any with single precision libavformat2007-09-05, by conrad
-
Calculate the size of a SimpleBlock before writing it so that bytes aren't wasted in writing the size libavformat2007-09-05, by conrad
-
Write unknown size if the size given is too large for EBML (greater than 2^56-1) libavformat2007-09-05, by conrad
-
Write one cluster and SimpleBlocks for the frames. Should now create playable mkv files for some video codecs (H.264 and VP3 checked) libavformat2007-09-05, by conrad
-
First stab at writing the tracks element, still needs some additional cases for certain codecs libavformat2007-09-05, by conrad
-
Get rid of put_ebml_utf8(); the error checking that would have distinguished it from put_ebml_string() belongs elsewhere in lavf. libavformat2007-09-05, by conrad