aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add some debug loggingDavid Conrad2007-09-051-0/+4
* Write the display size elementsDavid Conrad2007-09-051-1/+4
* Revert writing the file creation dateDavid Conrad2007-09-051-13/+0
* Codec Private should be correct for all but Real codecs nowDavid Conrad2007-09-051-1/+0
* Write FLAC codec private correctlyDavid Conrad2007-09-051-0/+25
* Move writing Xiph-style sizes to its own functionDavid Conrad2007-09-051-4/+10
* Write segment UIDDavid Conrad2007-09-051-1/+12
* Write the creation timeDavid Conrad2007-09-051-0/+13
* CosmeticsDavid Conrad2007-09-051-1/+1
* Using LIBAVFORMAT_IDENT for both muxing and writing app is good enoughDavid Conrad2007-09-051-1/+0
* Floats aren't used enough to justify writing any with single precisionDavid Conrad2007-09-051-1/+0
* SimplifyDavid Conrad2007-09-051-2/+3
* IndentationDavid Conrad2007-09-051-1/+1
* Write subtitle tracksDavid Conrad2007-09-051-0/+10
* Move writing a block to its own functionDavid Conrad2007-09-051-6/+14
* Only write extradata if it existsDavid Conrad2007-09-051-1/+1
* Determine the output sample rate for SBR AAC and write itDavid Conrad2007-09-051-3/+39
* SimplifyDavid Conrad2007-09-051-7/+1
* Keyframe is the first bit not lastDavid Conrad2007-09-051-1/+1
* SimplifyDavid Conrad2007-09-051-2/+3
* Use av_get_bits_per_sampleDavid Conrad2007-09-051-14/+1
* Write bit depth for PCM audioDavid Conrad2007-09-051-1/+17
* Write wav header if there is no native audio codec IDDavid Conrad2007-09-051-1/+14
* Write the cues elementDavid Conrad2007-09-051-1/+91
* Doxygenize commentsDavid Conrad2007-09-051-2/+2
* Calculate the size of a SimpleBlock before writing it so that bytes aren't wa...David Conrad2007-09-051-3/+2
* IndentationDavid Conrad2007-09-051-6/+6
* Write the Seek Head elementDavid Conrad2007-09-051-1/+139
* Make sure to return a value in functions that return a valueDavid Conrad2007-09-051-0/+3
* Move writing the tracks element to its own functionDavid Conrad2007-09-051-31/+41
* Move Xiph's CodecPrivate writing code to its own functionDavid Conrad2007-09-051-26/+31
* Write the duration of the fileDavid Conrad2007-09-051-1/+18
* put_ebml_void()David Conrad2007-09-051-0/+18
* Remove unused prototypeDavid Conrad2007-09-051-2/+0
* Write unknown size if the size given is too large for EBML (greater than 2^56-1)David Conrad2007-09-051-3/+4
* Track number and UID only have to be nonzeroDavid Conrad2007-09-051-5/+3
* SimpleBlocks are Matroska v2David Conrad2007-09-051-2/+2
* Start a new cluster every 5 MB or 5 secondsDavid Conrad2007-09-051-1/+12
* Fix writing Xiph header sizesDavid Conrad2007-09-051-1/+1
* Correctly write CodecPrivate element for Vorbis and TheoraDavid Conrad2007-09-051-2/+33
* Compile fix; missed a variable declaration in the last commitDavid Conrad2007-09-051-0/+1
* Write one cluster and SimpleBlocks for the frames. Should now create playable...David Conrad2007-09-051-0/+11
* First stab at writing the tracks element, still needs some additional cases f...David Conrad2007-09-051-3/+71
* Remove useless debug writeDavid Conrad2007-09-051-1/+0
* put_ebml_float()David Conrad2007-09-051-0/+8
* Const correctnessDavid Conrad2007-09-051-2/+2
* Get rid of put_ebml_utf8(); the error checking that would have distinguished ...David Conrad2007-09-051-9/+3
* Cosmetics: align nicely for better readibilityDavid Conrad2007-09-051-7/+7
* SimplifyDavid Conrad2007-09-051-1/+1
* Beginning of mkv muxer, only EBML head is written correctlyDavid Conrad2007-09-051-0/+179