summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAge
...
* Track number and UID only have to be nonzeroDavid Conrad2007-09-05
* SimpleBlocks are Matroska v2David Conrad2007-09-05
* Start a new cluster every 5 MB or 5 secondsDavid Conrad2007-09-05
* Fix writing Xiph header sizesDavid Conrad2007-09-05
* Correctly write CodecPrivate element for Vorbis and TheoraDavid Conrad2007-09-05
* Compile fix; missed a variable declaration in the last commitDavid Conrad2007-09-05
* Write one cluster and SimpleBlocks for the frames. Should now create playable...David Conrad2007-09-05
* First stab at writing the tracks element, still needs some additional cases f...David Conrad2007-09-05
* Remove useless debug writeDavid Conrad2007-09-05
* put_ebml_float()David Conrad2007-09-05
* Const correctnessDavid Conrad2007-09-05
* Get rid of put_ebml_utf8(); the error checking that would have distinguished ...David Conrad2007-09-05
* Cosmetics: align nicely for better readibilityDavid Conrad2007-09-05
* SimplifyDavid Conrad2007-09-05
* Beginning of mkv muxer, only EBML head is written correctlyDavid Conrad2007-09-05