summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Collapse)AuthorAge
...
* matroskadec: fix integer overflowAurelien Jacobs2010-08-17
| | | | | | patch from reimar Originally committed as revision 24803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add WebM to the Matroska demuxer name.Alex Converse2010-08-01
| | | | Originally committed as revision 24639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: merge only SSA packets togetherDavid Conrad2010-07-02
| | | | | | | fixes issue 2052 patch by David Conrad Originally committed as revision 24004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AV_DISPOSITION_FORCED flag and use it in matroska demuxerAurelien Jacobs2010-07-02
| | | | Originally committed as revision 24003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec : propagate AVERROR to the callerAurelien Jacobs2010-06-15
| | | | | | based on a patch by Jai Menon Originally committed as revision 23619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fix type of the length field in ebml_read_master()Aurelien Jacobs2010-06-11
| | | | | | | Also use the correct value for unknown size (instead of a truncated and sign extended value). Originally committed as revision 23591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: cosmetic: indentationAurelien Jacobs2010-06-11
| | | | Originally committed as revision 23590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add support for live broadcast containing unknown size clustersAurelien Jacobs2010-06-11
| | | | | | | | | This interrupt parsing and goes one ebml level up when encountering a cluster start inside an unknown sized element which is not supposed to contain a cluster. fix issue1991 Originally committed as revision 23589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: simplify parsing of the first clusterAurelien Jacobs2010-06-11
| | | | | | | Now that we save the currently parsed ebml element ID after an interruption, we don't need to special case the parsing of the first cluster. Originally committed as revision 23588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: store the ID of the currently parsed ebml elementAurelien Jacobs2010-06-11
| | | | | | | This allows to interrupt parsing after reading an ID, and then properly recover parsing. Originally committed as revision 23587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: cosmetic: split a line to make it more readableAurelien Jacobs2010-06-11
| | | | | | This also simplifies further modifications. Originally committed as revision 23586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not attempt to seek to index for streamed files and if the user explicitlyReimar Döffinger2010-06-08
| | | | | | requested us not to read the index. Originally committed as revision 23540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead ofReimar Döffinger2010-06-08
| | | | | | libmatroska etc. typo) but continue to support the "old" value. Originally committed as revision 23539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: avoid potential crash after r23169Aurelien Jacobs2010-05-25
| | | | Originally committed as revision 23330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhereDavid Conrad2010-05-23
| | | | Originally committed as revision 23275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: Allow unknown EBML doctypeDavid Conrad2010-05-22
| | | | Originally committed as revision 23246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: Support webm doctypeJames Zern2010-05-22
| | | | | | Patch by James Zern <jzern at google> Originally committed as revision 23245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: Free ebml binary buffer on errorDavid Conrad2010-05-18
| | | | | | Based on a Chromium patch Originally committed as revision 23169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: Fix buffer overread in matroska_ebmlnum_uintDavid Conrad2010-05-18
| | | | | | Based on a Chromium patch Originally committed as revision 23168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the fileDavid Conrad2010-05-18
| | | | | | | | has 0 written Based on a Chromium patch Originally committed as revision 23167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: Use av_freep in ebml_read_asciiDavid Conrad2010-05-18
| | | | | | Based on a Chromium patch Originally committed as revision 23166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set avg frame rate in mkv demuxerBaptiste Coudurier2010-05-17
| | | | Originally committed as revision 23152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
| | | | | | | | in its place. av_metadata_set() is going to be dropped at the next major bump. Originally committed as revision 22961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems aac gets screwed up by the parser so disable itBaptiste Coudurier2010-04-20
| | | | Originally committed as revision 22926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse stream headers for audio streams in mkv, needed for frame sizeBaptiste Coudurier2010-04-20
| | | | Originally committed as revision 22925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-11
| | | | Originally committed as revision 22843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
| | | | | | Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 22744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: use more appropriate error codeAurelien Jacobs2010-03-15
| | | | Originally committed as revision 22535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add support for SIPR audio tracksAurelien Jacobs2010-03-12
| | | | Originally committed as revision 22492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: Fix a buffer overreadDavid Conrad2010-03-07
| | | | Originally committed as revision 22271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: cosmetic indentationAurelien Jacobs2010-03-03
| | | | Originally committed as revision 22185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: timestamps are dts and not pts in ms vfw compatibility modeJoakim Plate2010-03-03
| | | | | | original patch by elupus _at_ ecce _dot_ se Originally committed as revision 22184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-01
| | | | | | Patch by Anton Khirnov, wyskas at gmail dot com Originally committed as revision 21587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mkvdec: Avoid divide-by-zero crash on invalid real audio tracksDavid Conrad2010-01-11
| | | | Originally committed as revision 21129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: cosmetics: indentationAurelien Jacobs2009-10-01
| | | | Originally committed as revision 20133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: don't overwrite extradata already read by ff_get_wav_header()Aurelien Jacobs2009-10-01
| | | | Originally committed as revision 20132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fix handling of A_MS/ACM track with no extradataAurelien Jacobs2009-10-01
| | | | Originally committed as revision 20131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracksAurelien Jacobs2009-08-24
| | | | Originally committed as revision 19694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: factorize some codeAurelien Jacobs2009-08-24
| | | | Originally committed as revision 19693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: disable h264 parser as long as it totally mess up frame typeAurelien Jacobs2009-08-10
| | | | Originally committed as revision 19622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: correctly parse flags for simpleblock framesAurelien Jacobs2009-08-10
| | | | Originally committed as revision 19621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
| | | | | | patch by Daniel Verkamp, aniel drv nu Originally committed as revision 19254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: prepend TargetType to metadata key nameAurelien Jacobs2009-06-13
| | | | Originally committed as revision 19184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused code found by CSABenjamin Larsson2009-05-10
| | | | Originally committed as revision 18783 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-01
| | | | | | Add missing const qualifiers for metadata_conv in AV{In|Out}putFormat. Originally committed as revision 17671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: return AVERROR_EOF upon detection of end of fileAurelien Jacobs2009-02-19
| | | | Originally committed as revision 17460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: export language of metadata tags when availableAurelien Jacobs2009-02-15
| | | | Originally committed as revision 17334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add generic metadata supportAurelien Jacobs2009-02-15
| | | | Originally committed as revision 17331 to svn://svn.ffmpeg.org/ffmpeg/trunk