summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAgeFilesLines
...
* colour --> color in variable namesDiego Biurrun2007-12-031-1/+1
* cosmetics: comment spelling fixesDiego Biurrun2007-12-031-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-18/+18
* cosmetics: reindentAurelien Jacobs2007-10-211-62/+62
* Make Matroska demuxer output full frames instead of slices for RealVideoAurelien Jacobs2007-10-211-29/+4
* SimpleBlock keyframe flag is the most significant bitDavid Conrad2007-08-311-1/+1
* cosmetic: indentationAurelien Jacobs2007-08-161-1/+1
* Don't pre-scale default_duration to avoid precision loss in fps calculation.Aurelien Jacobs2007-08-161-5/+5
* no need for special case default_duration for AACAurelien Jacobs2007-08-161-1/+0
* calculate default_duration according to framerate only when not already setAurelien Jacobs2007-08-161-0/+1
* ensure that negative block_time are properly checkedAurelien Jacobs2007-08-101-1/+2
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-191-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-21/+21
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-7/+7
* add support for S_ASS and S_SSA codec stringAurelien Jacobs2007-07-161-1/+3
* Remove broken assert. ebml_read_element_id can handle level_up set to NULL.Alex Beregszaszi2007-07-131-2/+0
* add support for ASS like subtitles in MatroskaAurelien Jacobs2007-07-111-2/+20
* add support for Matroska subtitle tracksAurelien Jacobs2007-07-111-4/+2
* duration must not be scaledAurelien Jacobs2007-07-091-1/+0
* properly set AVStream.language according to Matroska track headerAurelien Jacobs2007-07-091-4/+10
* cosmetics: indentation after last commitAurelien Jacobs2007-06-241-3/+3
* drop blocks which are part of unsupported tracksAurelien Jacobs2007-06-241-1/+5
* simplifyAurelien Jacobs2007-06-231-4/+2
* use intreadwrite functions in matroskadecAurelien Jacobs2007-06-231-11/+6
* Fix @file in matroskadec.c, it was still matroska.cReimar Döffinger2007-06-201-1/+1
* cosmetics: use one type per field in every structsAurelien Jacobs2007-06-041-22/+24
* cosmetics: indentationAurelien Jacobs2007-06-041-15/+15
* add support for real audio in matroskaAurelien Jacobs2007-06-041-0/+85
* fix an infinite loop in case one cluster is not enough to demux a packetAurelien Jacobs2007-06-041-1/+2
* split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad2007-06-041-0/+2642
OpenPOWER on IntegriCloud