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-06spelling/wording nits in some Doxygen commentsDiego Biurrun
2007-09-05Grammar nitsDavid Conrad
2007-09-05Always use AVFormatContext for av_log messagesDavid Conrad
2007-09-05Rename ebml size functions to indicate that they can be used for more kinds o...David Conrad
2007-09-05We shouldn't be passing in sizes larger than 2^56-2, so use an assertDavid Conrad
2007-09-05IndentationDavid Conrad
2007-09-05Don't seek when streamedDavid Conrad
2007-09-05Get rid of useless bracesDavid Conrad
2007-09-05IndentDavid Conrad
2007-09-05Match the behaviour betwen the bmp and wav codec tag lookupsDavid Conrad
2007-09-05Write codecprivate to a dynamic buffer so that seeking isn't requiredDavid Conrad
2007-09-05Move writing codec private element to its own functionDavid Conrad
2007-09-05CosmeticsDavid Conrad
2007-09-05Use num_entries directly rather than mixing it with a local copyDavid Conrad
2007-09-05Doxygenify commentsDavid Conrad
2007-09-05Make sure that the calculated duration doesn't decreaseDavid Conrad
2007-09-05Split some really long linesDavid Conrad
2007-09-05Correct messageDavid Conrad
2007-09-05Always check the return of mkv_add_seekhead_entryDavid Conrad
2007-09-05Pass the returned error code of functions upDavid Conrad
2007-09-05Check that the seekheads were createdDavid Conrad
2007-09-05Return AVERROR(ENOMEM) when appropriateDavid Conrad
2007-09-05IndentationDavid Conrad
2007-09-05Use assert for conditions that must be trueDavid Conrad
2007-09-05SimplifyDavid Conrad
2007-09-05Grammar nitsDavid Conrad
2007-09-05Break long commentsDavid Conrad
2007-09-05Use sample format for bit depth if av_get_bits_per_sample() doesn't give oneDavid Conrad
2007-09-05Calculate and store DAR rather than SARDavid Conrad
2007-09-05Clarify commentsDavid Conrad
2007-09-05Use PRIu64/PRId64David Conrad
2007-09-05Calculate the size of key EBML master elements beforehand so only just enough...David Conrad
2007-09-05Use cluster_pos when checking cluster positionDavid Conrad
2007-09-05Modify put_ebml_size() so that the bytes parameter is exact rather than minimumDavid Conrad
2007-09-05Set default subtitle_codec to CODEC_ID_TEXTDavid Conrad
2007-09-05SimplifyDavid Conrad
2007-09-05Move calculating the bytes needed to represent a size in EBML to its own func...David Conrad
2007-09-05Make a byte always mean a byteDavid Conrad
2007-09-05Simplify put_ebml_id()David Conrad
2007-09-05Move ebml_id_size()David Conrad
2007-09-05Correct handling of smaller unknown sizesDavid Conrad
2007-09-05Use a MD5 hash of some frames to write the segment uidDavid Conrad
2007-09-05Revert using the time to generate the segment uidDavid Conrad
2007-09-05Doxygenize some commentsDavid Conrad
2007-09-05Set the language to undefined if no language specifiedDavid Conrad
2007-09-05Add mka muxerDavid Conrad
2007-09-05Add some debug loggingDavid Conrad
2007-09-05Write the display size elementsDavid Conrad
2007-09-05Revert writing the file creation dateDavid Conrad
2007-09-05Codec Private should be correct for all but Real codecs nowDavid Conrad