summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Collapse)AuthorAge
* Remove incorrect cast found by -Wwrite-strings.Michael Niedermayer2008-02-04
| | | | Originally committed as revision 11848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
| | | | | | patch by eugeni _dot_ stepanov _at_ gmail.com and myself Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-07
| | | | | | From: Diego 'Flameeyes' Pettenò < flameeyes _at_ gmail _dot_ com > Originally committed as revision 11440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move num_packets=0 where it belongsAurelien Jacobs2008-01-02
| | | | Originally committed as revision 11373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-29
| | | | Originally committed as revision 11352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clear internal queue when seekingAurelien Jacobs2007-12-29
| | | | Originally committed as revision 11351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move internal queue freeing code in its own functionAurelien Jacobs2007-12-29
| | | | Originally committed as revision 11350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com)Gabriel Forté2007-12-29
| | | | Originally committed as revision 11349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* colour --> color in variable namesDiego Biurrun2007-12-03
| | | | Originally committed as revision 11159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: comment spelling fixesDiego Biurrun2007-12-03
| | | | Originally committed as revision 11157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindentAurelien Jacobs2007-10-21
| | | | Originally committed as revision 10830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Matroska demuxer output full frames instead of slices for RealVideoAurelien Jacobs2007-10-21
| | | | | | | Patch by Aurelien Jacobs (aurel at "... is not unix"age.org) Thread [RFC] Feed whole frames to RV* decoders Originally committed as revision 10824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimpleBlock keyframe flag is the most significant bitDavid Conrad2007-08-31
| | | | Originally committed as revision 10274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indentationAurelien Jacobs2007-08-16
| | | | Originally committed as revision 10128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't pre-scale default_duration to avoid precision loss in fps calculation.Aurelien Jacobs2007-08-16
| | | | | | closes Issue95 Originally committed as revision 10127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need for special case default_duration for AACAurelien Jacobs2007-08-16
| | | | Originally committed as revision 10126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate default_duration according to framerate only when not already setAurelien Jacobs2007-08-16
| | | | Originally committed as revision 10125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that negative block_time are properly checkedAurelien Jacobs2007-08-10
| | | | | | (workaround unsigned comparison) Originally committed as revision 10058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for S_ASS and S_SSA codec stringAurelien Jacobs2007-07-16
| | | | Originally committed as revision 9704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove broken assert. ebml_read_element_id can handle level_up set to NULL.Alex Beregszaszi2007-07-13
| | | | Originally committed as revision 9621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for ASS like subtitles in MatroskaAurelien Jacobs2007-07-11
| | | | Originally committed as revision 9593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for Matroska subtitle tracksAurelien Jacobs2007-07-11
| | | | Originally committed as revision 9591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* duration must not be scaledAurelien Jacobs2007-07-09
| | | | Originally committed as revision 9558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly set AVStream.language according to Matroska track headerAurelien Jacobs2007-07-09
| | | | Originally committed as revision 9557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation after last commitAurelien Jacobs2007-06-24
| | | | Originally committed as revision 9417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop blocks which are part of unsupported tracksAurelien Jacobs2007-06-24
| | | | Originally committed as revision 9416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyAurelien Jacobs2007-06-23
| | | | Originally committed as revision 9399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use intreadwrite functions in matroskadecAurelien Jacobs2007-06-23
| | | | | | based on a patch by Ronald S. Bultje rsbultje gmail com Originally committed as revision 9396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix @file in matroskadec.c, it was still matroska.cReimar Döffinger2007-06-20
| | | | Originally committed as revision 9376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: use one type per field in every structsAurelien Jacobs2007-06-04
| | | | Originally committed as revision 9220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-06-04
| | | | Originally committed as revision 9218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for real audio in matroskaAurelien Jacobs2007-06-04
| | | | Originally committed as revision 9217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix an infinite loop in case one cluster is not enough to demux a packetAurelien Jacobs2007-06-04
| | | | Originally committed as revision 9216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad2007-06-04
patch by David Conrad umovimus _at_ gmail.com Originally committed as revision 9215 to svn://svn.ffmpeg.org/ffmpeg/trunk