summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAgeFilesLines
* add out of bound stream index checksAurelien Jacobs2008-03-101-2/+2
* add a temporary variable to simplify the codeAurelien Jacobs2008-03-101-4/+6
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-071-0/+3
* Remove incorrect cast found by -Wwrite-strings.Michael Niedermayer2008-02-041-1/+1
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-271-0/+120
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-071-1/+1
* move num_packets=0 where it belongsAurelien Jacobs2008-01-021-1/+1
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-291-19/+0
* clear internal queue when seekingAurelien Jacobs2007-12-291-0/+2
* move internal queue freeing code in its own functionAurelien Jacobs2007-12-291-7/+18
* fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com)Gabriel Forté2007-12-291-2/+6
* 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