summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Collapse)AuthorAge
...
* CosmeticsDavid Conrad2007-09-05
| | | | Originally committed as revision 10377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use num_entries directly rather than mixing it with a local copyDavid Conrad2007-09-05
| | | | Originally committed as revision 10376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenify commentsDavid Conrad2007-09-05
| | | | Originally committed as revision 10375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that the calculated duration doesn't decreaseDavid Conrad2007-09-05
| | | | Originally committed as revision 10374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split some really long linesDavid Conrad2007-09-05
| | | | Originally committed as revision 10373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct messageDavid Conrad2007-09-05
| | | | Originally committed as revision 10372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always check the return of mkv_add_seekhead_entryDavid Conrad2007-09-05
| | | | Originally committed as revision 10371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass the returned error code of functions upDavid Conrad2007-09-05
| | | | Originally committed as revision 10370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check that the seekheads were createdDavid Conrad2007-09-05
| | | | Originally committed as revision 10369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return AVERROR(ENOMEM) when appropriateDavid Conrad2007-09-05
| | | | Originally committed as revision 10368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationDavid Conrad2007-09-05
| | | | Originally committed as revision 10367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use assert for conditions that must be trueDavid Conrad2007-09-05
| | | | Originally committed as revision 10366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyDavid Conrad2007-09-05
| | | | Originally committed as revision 10365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Grammar nitsDavid Conrad2007-09-05
| | | | Originally committed as revision 10364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Break long commentsDavid Conrad2007-09-05
| | | | Originally committed as revision 10363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use sample format for bit depth if av_get_bits_per_sample() doesn't give oneDavid Conrad2007-09-05
| | | | Originally committed as revision 10362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculate and store DAR rather than SARDavid Conrad2007-09-05
| | | | Originally committed as revision 10361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify commentsDavid Conrad2007-09-05
| | | | Originally committed as revision 10360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use PRIu64/PRId64David Conrad2007-09-05
| | | | Originally committed as revision 10359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculate the size of key EBML master elements beforehand so only just ↵David Conrad2007-09-05
| | | | | | enough size is reserved for the size Originally committed as revision 10358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use cluster_pos when checking cluster positionDavid Conrad2007-09-05
| | | | Originally committed as revision 10357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Modify put_ebml_size() so that the bytes parameter is exact rather than minimumDavid Conrad2007-09-05
| | | | Originally committed as revision 10356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set default subtitle_codec to CODEC_ID_TEXTDavid Conrad2007-09-05
| | | | Originally committed as revision 10355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyDavid Conrad2007-09-05
| | | | Originally committed as revision 10354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move calculating the bytes needed to represent a size in EBML to its own ↵David Conrad2007-09-05
| | | | | | function Originally committed as revision 10353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make a byte always mean a byteDavid Conrad2007-09-05
| | | | Originally committed as revision 10352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify put_ebml_id()David Conrad2007-09-05
| | | | Originally committed as revision 10351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ebml_id_size()David Conrad2007-09-05
| | | | Originally committed as revision 10350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct handling of smaller unknown sizesDavid Conrad2007-09-05
| | | | Originally committed as revision 10349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a MD5 hash of some frames to write the segment uidDavid Conrad2007-09-05
| | | | Originally committed as revision 10348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert using the time to generate the segment uidDavid Conrad2007-09-05
| | | | Originally committed as revision 10347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize some commentsDavid Conrad2007-09-05
| | | | Originally committed as revision 10346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the language to undefined if no language specifiedDavid Conrad2007-09-05
| | | | Originally committed as revision 10345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mka muxerDavid Conrad2007-09-05
| | | | Originally committed as revision 10344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some debug loggingDavid Conrad2007-09-05
| | | | Originally committed as revision 10343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write the display size elementsDavid Conrad2007-09-05
| | | | Originally committed as revision 10342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert writing the file creation dateDavid Conrad2007-09-05
| | | | Originally committed as revision 10341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Codec Private should be correct for all but Real codecs nowDavid Conrad2007-09-05
| | | | Originally committed as revision 10340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write FLAC codec private correctlyDavid Conrad2007-09-05
| | | | Originally committed as revision 10339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move writing Xiph-style sizes to its own functionDavid Conrad2007-09-05
| | | | Originally committed as revision 10338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write segment UIDDavid Conrad2007-09-05
| | | | Originally committed as revision 10337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write the creation timeDavid Conrad2007-09-05
| | | | Originally committed as revision 10336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsDavid Conrad2007-09-05
| | | | Originally committed as revision 10335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Using LIBAVFORMAT_IDENT for both muxing and writing app is good enoughDavid Conrad2007-09-05
| | | | Originally committed as revision 10334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Floats aren't used enough to justify writing any with single precisionDavid Conrad2007-09-05
| | | | Originally committed as revision 10333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyDavid Conrad2007-09-05
| | | | Originally committed as revision 10332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationDavid Conrad2007-09-05
| | | | Originally committed as revision 10331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write subtitle tracksDavid Conrad2007-09-05
| | | | Originally committed as revision 10330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move writing a block to its own functionDavid Conrad2007-09-05
| | | | Originally committed as revision 10329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only write extradata if it existsDavid Conrad2007-09-05
| | | | Originally committed as revision 10328 to svn://svn.ffmpeg.org/ffmpeg/trunk