]> git.sesse.net Git - ffmpeg/history - libavformat/matroskadec.c
Rework link property configuration system.
[ffmpeg] / libavformat / matroskadec.c
2008-02-04 Michael NiedermayerRemove incorrect cast found by -Wwrite-strings.
2008-01-27 Evgeniy StepanovAdd support for Matroska attachments.
2008-01-07 Aurelien JacobsMake ff_mkv_codec_tags lie entirely in .rodata section.
2008-01-02 Aurelien Jacobsmove num_packets=0 where it belongs
2007-12-29 Evgeniy Stepanovexport raw SSA tracks with their own codec ID (patch...
2007-12-29 Aurelien Jacobsclear internal queue when seeking
2007-12-29 Aurelien Jacobsmove internal queue freeing code in its own function
2007-12-29 Gabriel Fortéfix memory leak (patch by Gabriel Forté gforte _at_...
2007-12-03 Diego Biurruncolour --> color in variable names
2007-12-03 Diego Biurruncosmetics: comment spelling fixes
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-10-21 Aurelien Jacobscosmetics: reindent
2007-10-21 Aurelien JacobsMake Matroska demuxer output full frames instead of...
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...