]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/matroskadec.c
Use dynamically allocated ByteIOContext in AVFormatContext
[frescor/ffmpeg.git] / libavformat / matroskadec.c
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-10-21 aurelcosmetics: reindent
2007-10-21 kostyaMake Matroska demuxer output full frames instead of...
2007-08-31 conradSimpleBlock keyframe flag is the most significant bit
2007-08-16 aurelcosmetic: indentation
2007-08-16 aurelDon't pre-scale default_duration to avoid precision...
2007-08-16 aurelno need for special case default_duration for AAC
2007-08-16 aurelcalculate default_duration according to framerate only...
2007-08-10 aurelensure that negative block_time are properly checked
2007-07-19 takisReplace all occurrances of AVERROR_NOTSUPP with AVERROR...
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-19 takisReplace all occurrances of AVERROR_NOMEM with AVERROR...
2007-07-16 aureladd support for S_ASS and S_SSA codec string
2007-07-13 alexRemove broken assert. ebml_read_element_id can handle...
2007-07-11 aureladd support for ASS like subtitles in Matroska
2007-07-11 aureladd support for Matroska subtitle tracks
2007-07-09 aurelduration must not be scaled
2007-07-09 aurelproperly set AVStream.language according to Matroska...
2007-06-24 aurelcosmetics: indetation after last commit
2007-06-24 aureldrop blocks which are part of unsupported tracks
2007-06-23 aurelsimplify
2007-06-23 aureluse intreadwrite functions in matroskadec
2007-06-20 reimarFix @file in matroskadec.c, it was still matroska.c
2007-06-04 aurelcosmetics: use one type per field in every structs
2007-06-04 aurelcosmetics: indentation
2007-06-04 aureladd support for real audio in matroska
2007-06-04 aurelfix an infinite loop in case one cluster is not enough...
2007-06-04 aurelsplit some common code from the mkv demuxer that will...