summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* add support for S_ASS and S_SSA codec stringAurelien Jacobs2007-07-16
* Remove broken assert. ebml_read_element_id can handle level_up set to NULL.Alex Beregszaszi2007-07-13
* add support for ASS like subtitles in MatroskaAurelien Jacobs2007-07-11
* add support for Matroska subtitle tracksAurelien Jacobs2007-07-11
* duration must not be scaledAurelien Jacobs2007-07-09
* properly set AVStream.language according to Matroska track headerAurelien Jacobs2007-07-09
* cosmetics: indentation after last commitAurelien Jacobs2007-06-24
* drop blocks which are part of unsupported tracksAurelien Jacobs2007-06-24
* simplifyAurelien Jacobs2007-06-23
* use intreadwrite functions in matroskadecAurelien Jacobs2007-06-23
* Fix @file in matroskadec.c, it was still matroska.cReimar Döffinger2007-06-20
* cosmetics: use one type per field in every structsAurelien Jacobs2007-06-04
* cosmetics: indentationAurelien Jacobs2007-06-04
* add support for real audio in matroskaAurelien Jacobs2007-06-04
* fix an infinite loop in case one cluster is not enough to demux a packetAurelien Jacobs2007-06-04
* split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad2007-06-04