summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Collapse)AuthorAge
* 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