| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some debug logging | David Conrad | 2007-09-05 | 1 | -0/+4 |
* | Write the display size elements | David Conrad | 2007-09-05 | 1 | -1/+4 |
* | Revert writing the file creation date | David Conrad | 2007-09-05 | 1 | -13/+0 |
* | Codec Private should be correct for all but Real codecs now | David Conrad | 2007-09-05 | 1 | -1/+0 |
* | Write FLAC codec private correctly | David Conrad | 2007-09-05 | 1 | -0/+25 |
* | Move writing Xiph-style sizes to its own function | David Conrad | 2007-09-05 | 1 | -4/+10 |
* | Write segment UID | David Conrad | 2007-09-05 | 1 | -1/+12 |
* | Write the creation time | David Conrad | 2007-09-05 | 1 | -0/+13 |
* | Cosmetics | David Conrad | 2007-09-05 | 1 | -1/+1 |
* | Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough | David Conrad | 2007-09-05 | 1 | -1/+0 |
* | Floats aren't used enough to justify writing any with single precision | David Conrad | 2007-09-05 | 1 | -1/+0 |
* | Simplify | David Conrad | 2007-09-05 | 1 | -2/+3 |
* | Indentation | David Conrad | 2007-09-05 | 1 | -1/+1 |
* | Write subtitle tracks | David Conrad | 2007-09-05 | 1 | -0/+10 |
* | Move writing a block to its own function | David Conrad | 2007-09-05 | 1 | -6/+14 |
* | Only write extradata if it exists | David Conrad | 2007-09-05 | 1 | -1/+1 |
* | Determine the output sample rate for SBR AAC and write it | David Conrad | 2007-09-05 | 1 | -3/+39 |
* | Simplify | David Conrad | 2007-09-05 | 1 | -7/+1 |
* | Keyframe is the first bit not last | David Conrad | 2007-09-05 | 1 | -1/+1 |
* | Simplify | David Conrad | 2007-09-05 | 1 | -2/+3 |
* | Use av_get_bits_per_sample | David Conrad | 2007-09-05 | 1 | -14/+1 |
* | Write bit depth for PCM audio | David Conrad | 2007-09-05 | 1 | -1/+17 |
* | Write wav header if there is no native audio codec ID | David Conrad | 2007-09-05 | 1 | -1/+14 |
* | Write the cues element | David Conrad | 2007-09-05 | 1 | -1/+91 |
* | Doxygenize comments | David Conrad | 2007-09-05 | 1 | -2/+2 |
* | Calculate the size of a SimpleBlock before writing it so that bytes aren't wa... | David Conrad | 2007-09-05 | 1 | -3/+2 |
* | Indentation | David Conrad | 2007-09-05 | 1 | -6/+6 |
* | Write the Seek Head element | David Conrad | 2007-09-05 | 1 | -1/+139 |
* | Make sure to return a value in functions that return a value | David Conrad | 2007-09-05 | 1 | -0/+3 |
* | Move writing the tracks element to its own function | David Conrad | 2007-09-05 | 1 | -31/+41 |
* | Move Xiph's CodecPrivate writing code to its own function | David Conrad | 2007-09-05 | 1 | -26/+31 |
* | Write the duration of the file | David Conrad | 2007-09-05 | 1 | -1/+18 |
* | put_ebml_void() | David Conrad | 2007-09-05 | 1 | -0/+18 |
* | Remove unused prototype | David Conrad | 2007-09-05 | 1 | -2/+0 |
* | Write unknown size if the size given is too large for EBML (greater than 2^56-1) | David Conrad | 2007-09-05 | 1 | -3/+4 |
* | Track number and UID only have to be nonzero | David Conrad | 2007-09-05 | 1 | -5/+3 |
* | SimpleBlocks are Matroska v2 | David Conrad | 2007-09-05 | 1 | -2/+2 |
* | Start a new cluster every 5 MB or 5 seconds | David Conrad | 2007-09-05 | 1 | -1/+12 |
* | Fix writing Xiph header sizes | David Conrad | 2007-09-05 | 1 | -1/+1 |
* | Correctly write CodecPrivate element for Vorbis and Theora | David Conrad | 2007-09-05 | 1 | -2/+33 |
* | Compile fix; missed a variable declaration in the last commit | David Conrad | 2007-09-05 | 1 | -0/+1 |
* | Write one cluster and SimpleBlocks for the frames. Should now create playable... | David Conrad | 2007-09-05 | 1 | -0/+11 |
* | First stab at writing the tracks element, still needs some additional cases f... | David Conrad | 2007-09-05 | 1 | -3/+71 |
* | Remove useless debug write | David Conrad | 2007-09-05 | 1 | -1/+0 |
* | put_ebml_float() | David Conrad | 2007-09-05 | 1 | -0/+8 |
* | Const correctness | David Conrad | 2007-09-05 | 1 | -2/+2 |
* | Get rid of put_ebml_utf8(); the error checking that would have distinguished ... | David Conrad | 2007-09-05 | 1 | -9/+3 |
* | Cosmetics: align nicely for better readibility | David Conrad | 2007-09-05 | 1 | -7/+7 |
* | Simplify | David Conrad | 2007-09-05 | 1 | -1/+1 |
* | Beginning of mkv muxer, only EBML head is written correctly | David Conrad | 2007-09-05 | 1 | -0/+179 |