]> git.sesse.net Git - ffmpeg/history - libavformat/matroskadec.c
Make url_split() strip url options (?opt=var) from the returned hostname or
[ffmpeg] / libavformat / matroskadec.c
2007-08-31 David ConradSimpleBlock keyframe flag is the most significant bit
2007-08-16 Aurelien Jacobscosmetic: indentation
2007-08-16 Aurelien JacobsDon't pre-scale default_duration to avoid precision...
2007-08-16 Aurelien Jacobsno need for special case default_duration for AAC
2007-08-16 Aurelien Jacobscalculate default_duration according to framerate only...
2007-08-10 Aurelien Jacobsensure that negative block_time are properly checked
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOTSUPP with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-16 Aurelien Jacobsadd support for S_ASS and S_SSA codec string
2007-07-13 Alex BeregszasziRemove broken assert. ebml_read_element_id can handle...
2007-07-11 Aurelien Jacobsadd support for ASS like subtitles in Matroska
2007-07-11 Aurelien Jacobsadd support for Matroska subtitle tracks
2007-07-09 Aurelien Jacobsduration must not be scaled
2007-07-09 Aurelien Jacobsproperly set AVStream.language according to Matroska...
2007-06-24 Aurelien Jacobscosmetics: indentation after last commit
2007-06-24 Aurelien Jacobsdrop blocks which are part of unsupported tracks
2007-06-23 Aurelien Jacobssimplify
2007-06-23 Aurelien Jacobsuse intreadwrite functions in matroskadec
2007-06-20 Reimar DöffingerFix @file in matroskadec.c, it was still matroska.c
2007-06-04 Aurelien Jacobscosmetics: use one type per field in every structs
2007-06-04 Aurelien Jacobscosmetics: indentation
2007-06-04 Aurelien Jacobsadd support for real audio in matroska
2007-06-04 Aurelien Jacobsfix an infinite loop in case one cluster is not enough...
2007-06-04 David Conradsplit some common code from the mkv demuxer that will...