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-10-22cosmetics: reindentAurelien Jacobs
2007-10-21Make Matroska demuxer output full frames instead of slices for RealVideoAurelien Jacobs
2007-08-31SimpleBlock keyframe flag is the most significant bitDavid Conrad
2007-08-17cosmetic: indentationAurelien Jacobs
2007-08-17Don't pre-scale default_duration to avoid precision loss in fps calculation.Aurelien Jacobs
2007-08-17no need for special case default_duration for AACAurelien Jacobs
2007-08-17calculate default_duration according to framerate only when not already setAurelien Jacobs
2007-08-10ensure that negative block_time are properly checkedAurelien Jacobs
2007-07-19Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-07-16add support for S_ASS and S_SSA codec stringAurelien Jacobs
2007-07-13Remove broken assert. ebml_read_element_id can handle level_up set to NULL.Alex Beregszaszi
2007-07-11add support for ASS like subtitles in MatroskaAurelien Jacobs
2007-07-11add support for Matroska subtitle tracksAurelien Jacobs
2007-07-09duration must not be scaledAurelien Jacobs
2007-07-09properly set AVStream.language according to Matroska track headerAurelien Jacobs
2007-06-25cosmetics: indentation after last commitAurelien Jacobs
2007-06-25drop blocks which are part of unsupported tracksAurelien Jacobs
2007-06-23simplifyAurelien Jacobs
2007-06-23use intreadwrite functions in matroskadecAurelien Jacobs
2007-06-20Fix @file in matroskadec.c, it was still matroska.cReimar Döffinger
2007-06-05cosmetics: use one type per field in every structsAurelien Jacobs
2007-06-05cosmetics: indentationAurelien Jacobs
2007-06-05add support for real audio in matroskaAurelien Jacobs
2007-06-05fix an infinite loop in case one cluster is not enough to demux a packetAurelien Jacobs
2007-06-05split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad