summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAge
...
* Use num_entries directly rather than mixing it with a local copyDavid Conrad2007-09-05
* Doxygenify commentsDavid Conrad2007-09-05
* Make sure that the calculated duration doesn't decreaseDavid Conrad2007-09-05
* Split some really long linesDavid Conrad2007-09-05
* Correct messageDavid Conrad2007-09-05
* Always check the return of mkv_add_seekhead_entryDavid Conrad2007-09-05
* Pass the returned error code of functions upDavid Conrad2007-09-05
* Check that the seekheads were createdDavid Conrad2007-09-05
* Return AVERROR(ENOMEM) when appropriateDavid Conrad2007-09-05
* IndentationDavid Conrad2007-09-05
* Use assert for conditions that must be trueDavid Conrad2007-09-05
* SimplifyDavid Conrad2007-09-05
* Grammar nitsDavid Conrad2007-09-05
* Break long commentsDavid Conrad2007-09-05
* Use sample format for bit depth if av_get_bits_per_sample() doesn't give oneDavid Conrad2007-09-05
* Calculate and store DAR rather than SARDavid Conrad2007-09-05
* Clarify commentsDavid Conrad2007-09-05
* Use PRIu64/PRId64David Conrad2007-09-05
* Calculate the size of key EBML master elements beforehand so only just enough...David Conrad2007-09-05
* Use cluster_pos when checking cluster positionDavid Conrad2007-09-05
* Modify put_ebml_size() so that the bytes parameter is exact rather than minimumDavid Conrad2007-09-05
* Set default subtitle_codec to CODEC_ID_TEXTDavid Conrad2007-09-05
* SimplifyDavid Conrad2007-09-05
* Move calculating the bytes needed to represent a size in EBML to its own func...David Conrad2007-09-05
* Make a byte always mean a byteDavid Conrad2007-09-05
* Simplify put_ebml_id()David Conrad2007-09-05
* Move ebml_id_size()David Conrad2007-09-05
* Correct handling of smaller unknown sizesDavid Conrad2007-09-05
* Use a MD5 hash of some frames to write the segment uidDavid Conrad2007-09-05
* Revert using the time to generate the segment uidDavid Conrad2007-09-05
* Doxygenize some commentsDavid Conrad2007-09-05
* Set the language to undefined if no language specifiedDavid Conrad2007-09-05
* Add mka muxerDavid Conrad2007-09-05
* Add some debug loggingDavid Conrad2007-09-05
* Write the display size elementsDavid Conrad2007-09-05
* Revert writing the file creation dateDavid Conrad2007-09-05
* Codec Private should be correct for all but Real codecs nowDavid Conrad2007-09-05
* Write FLAC codec private correctlyDavid Conrad2007-09-05
* Move writing Xiph-style sizes to its own functionDavid Conrad2007-09-05
* Write segment UIDDavid Conrad2007-09-05
* Write the creation timeDavid Conrad2007-09-05
* CosmeticsDavid Conrad2007-09-05
* Using LIBAVFORMAT_IDENT for both muxing and writing app is good enoughDavid Conrad2007-09-05
* Floats aren't used enough to justify writing any with single precisionDavid Conrad2007-09-05
* SimplifyDavid Conrad2007-09-05
* IndentationDavid Conrad2007-09-05
* Write subtitle tracksDavid Conrad2007-09-05
* Move writing a block to its own functionDavid Conrad2007-09-05
* Only write extradata if it existsDavid Conrad2007-09-05
* Determine the output sample rate for SBR AAC and write itDavid Conrad2007-09-05