summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAge
...
* 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
* SimplifyDavid Conrad2007-09-05
* Keyframe is the first bit not lastDavid Conrad2007-09-05
* SimplifyDavid Conrad2007-09-05
* Use av_get_bits_per_sampleDavid Conrad2007-09-05
* Write bit depth for PCM audioDavid Conrad2007-09-05
* Write wav header if there is no native audio codec IDDavid Conrad2007-09-05
* Write the cues elementDavid Conrad2007-09-05
* Doxygenize commentsDavid Conrad2007-09-05
* Calculate the size of a SimpleBlock before writing it so that bytes aren't wa...David Conrad2007-09-05
* IndentationDavid Conrad2007-09-05
* Write the Seek Head elementDavid Conrad2007-09-05
* Make sure to return a value in functions that return a valueDavid Conrad2007-09-05
* Move writing the tracks element to its own functionDavid Conrad2007-09-05
* Move Xiph's CodecPrivate writing code to its own functionDavid Conrad2007-09-05
* Write the duration of the fileDavid Conrad2007-09-05
* put_ebml_void()David Conrad2007-09-05
* Remove unused prototypeDavid Conrad2007-09-05
* Write unknown size if the size given is too large for EBML (greater than 2^56-1)David Conrad2007-09-05
* 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