Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-05Write FLAC codec private correctlyDavid Conrad
2007-09-05Move writing Xiph-style sizes to its own functionDavid Conrad
2007-09-05Write segment UIDDavid Conrad
2007-09-05Write the creation timeDavid Conrad
2007-09-05CosmeticsDavid Conrad
2007-09-05Using LIBAVFORMAT_IDENT for both muxing and writing app is good enoughDavid Conrad
2007-09-05Floats aren't used enough to justify writing any with single precisionDavid Conrad
2007-09-05SimplifyDavid Conrad
2007-09-05IndentationDavid Conrad
2007-09-05Write subtitle tracksDavid Conrad
2007-09-05Move writing a block to its own functionDavid Conrad
2007-09-05Only write extradata if it existsDavid Conrad
2007-09-05Determine the output sample rate for SBR AAC and write itDavid Conrad
2007-09-05SimplifyDavid Conrad
2007-09-05Keyframe is the first bit not lastDavid Conrad
2007-09-05SimplifyDavid Conrad
2007-09-05Use av_get_bits_per_sampleDavid Conrad
2007-09-05Write bit depth for PCM audioDavid Conrad
2007-09-05Write wav header if there is no native audio codec IDDavid Conrad
2007-09-05Write the cues elementDavid Conrad
2007-09-05Doxygenize commentsDavid Conrad
2007-09-05Calculate the size of a SimpleBlock before writing it so that bytes aren't wa...David Conrad
2007-09-05IndentationDavid Conrad
2007-09-05Write the Seek Head elementDavid Conrad
2007-09-05Make sure to return a value in functions that return a valueDavid Conrad
2007-09-05Move writing the tracks element to its own functionDavid Conrad
2007-09-05Move Xiph's CodecPrivate writing code to its own functionDavid Conrad
2007-09-05Write the duration of the fileDavid Conrad
2007-09-05put_ebml_void()David Conrad
2007-09-05Remove unused prototypeDavid Conrad
2007-09-05Write unknown size if the size given is too large for EBML (greater than 2^56-1)David Conrad
2007-09-05Track number and UID only have to be nonzeroDavid Conrad
2007-09-05SimpleBlocks are Matroska v2David Conrad
2007-09-05Start a new cluster every 5 MB or 5 secondsDavid Conrad
2007-09-05Fix writing Xiph header sizesDavid Conrad
2007-09-05Correctly write CodecPrivate element for Vorbis and TheoraDavid Conrad
2007-09-05Compile fix; missed a variable declaration in the last commitDavid Conrad
2007-09-05Write one cluster and SimpleBlocks for the frames. Should now create playable...David Conrad
2007-09-05First stab at writing the tracks element, still needs some additional cases f...David Conrad
2007-09-05Remove useless debug writeDavid Conrad
2007-09-05put_ebml_float()David Conrad
2007-09-05Const correctnessDavid Conrad
2007-09-05Get rid of put_ebml_utf8(); the error checking that would have distinguished ...David Conrad
2007-09-05Cosmetics: align nicely for better readibilityDavid Conrad
2007-09-05SimplifyDavid Conrad
2007-09-05Beginning of mkv muxer, only EBML head is written correctlyDavid Conrad