summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Collapse)AuthorAge
* spelling/wording nits in some Doxygen commentsDiego Biurrun2007-09-05
| | | | Originally committed as revision 10417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Grammar nitsDavid Conrad2007-09-05
| | | | Originally committed as revision 10388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always use AVFormatContext for av_log messagesDavid Conrad2007-09-05
| | | | Originally committed as revision 10387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ebml size functions to indicate that they can be used for more kinds ↵David Conrad2007-09-05
| | | | | | of numbers Originally committed as revision 10386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* We shouldn't be passing in sizes larger than 2^56-2, so use an assertDavid Conrad2007-09-05
| | | | Originally committed as revision 10385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationDavid Conrad2007-09-05
| | | | Originally committed as revision 10384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't seek when streamedDavid Conrad2007-09-05
| | | | Originally committed as revision 10383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of useless bracesDavid Conrad2007-09-05
| | | | Originally committed as revision 10382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentDavid Conrad2007-09-05
| | | | Originally committed as revision 10381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Match the behaviour betwen the bmp and wav codec tag lookupsDavid Conrad2007-09-05
| | | | Originally committed as revision 10380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write codecprivate to a dynamic buffer so that seeking isn't requiredDavid Conrad2007-09-05
| | | | Originally committed as revision 10379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move writing codec private element to its own functionDavid Conrad2007-09-05
| | | | Originally committed as revision 10378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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