summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-19
* use common aac sample rate tablesAurelien Jacobs2008-04-02
* check return value of matroska_find_track_by_num (fix a segfault)Aurelien Jacobs2008-03-31
* add out of bound stream index checksAurelien Jacobs2008-03-10
* add a temporary variable to simplify the codeAurelien Jacobs2008-03-10
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-07
* Remove incorrect cast found by -Wwrite-strings.Michael Niedermayer2008-02-04
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-07
* move num_packets=0 where it belongsAurelien Jacobs2008-01-02
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-29
* clear internal queue when seekingAurelien Jacobs2007-12-29
* move internal queue freeing code in its own functionAurelien Jacobs2007-12-29
* fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com)Gabriel Forté2007-12-29
* colour --> color in variable namesDiego Biurrun2007-12-03
* cosmetics: comment spelling fixesDiego Biurrun2007-12-03
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* cosmetics: reindentAurelien Jacobs2007-10-21
* Make Matroska demuxer output full frames instead of slices for RealVideoAurelien Jacobs2007-10-21
* SimpleBlock keyframe flag is the most significant bitDavid Conrad2007-08-31
* cosmetic: indentationAurelien Jacobs2007-08-16
* Don't pre-scale default_duration to avoid precision loss in fps calculation.Aurelien Jacobs2007-08-16
* no need for special case default_duration for AACAurelien Jacobs2007-08-16
* calculate default_duration according to framerate only when not already setAurelien Jacobs2007-08-16
* ensure that negative block_time are properly checkedAurelien Jacobs2007-08-10
* 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