summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Collapse)AuthorAge
...
* 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
* Determine the output sample rate for SBR AAC and write itDavid Conrad2007-09-05
| | | | Originally committed as revision 10327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyDavid Conrad2007-09-05
| | | | Originally committed as revision 10326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Keyframe is the first bit not lastDavid Conrad2007-09-05
| | | | Originally committed as revision 10325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyDavid Conrad2007-09-05
| | | | Originally committed as revision 10324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_get_bits_per_sampleDavid Conrad2007-09-05
| | | | Originally committed as revision 10323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write bit depth for PCM audioDavid Conrad2007-09-05
| | | | Originally committed as revision 10322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write wav header if there is no native audio codec IDDavid Conrad2007-09-05
| | | | Originally committed as revision 10321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write the cues elementDavid Conrad2007-09-05
| | | | Originally committed as revision 10320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize commentsDavid Conrad2007-09-05
| | | | Originally committed as revision 10319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculate the size of a SimpleBlock before writing it so that bytes aren't ↵David Conrad2007-09-05
| | | | | | wasted in writing the size Originally committed as revision 10318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationDavid Conrad2007-09-05
| | | | Originally committed as revision 10317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write the Seek Head elementDavid Conrad2007-09-05
| | | | Originally committed as revision 10316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure to return a value in functions that return a valueDavid Conrad2007-09-05
| | | | Originally committed as revision 10315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move writing the tracks element to its own functionDavid Conrad2007-09-05
| | | | Originally committed as revision 10314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Xiph's CodecPrivate writing code to its own functionDavid Conrad2007-09-05
| | | | Originally committed as revision 10313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write the duration of the fileDavid Conrad2007-09-05
| | | | Originally committed as revision 10312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put_ebml_void()David Conrad2007-09-05
| | | | Originally committed as revision 10311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused prototypeDavid Conrad2007-09-05
| | | | Originally committed as revision 10310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write unknown size if the size given is too large for EBML (greater than 2^56-1)David Conrad2007-09-05
| | | | Originally committed as revision 10309 to svn://svn.ffmpeg.org/ffmpeg/trunk