aboutsummaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
AgeCommit message (Expand)Author
2011-02-06matroskadec: add generic element length validation.Reimar Döffinger
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-11-03matroskadec: skip invalid tags with no TagNameAnton Khirnov
2010-10-16add ff_ prefix to metadata_conv()Anton Khirnov
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-09-06Add a special function to mkv demxuer to parse length values that includesReimar Döffinger
2010-09-05matroskadec: allow uint and float elements with length = 0Aurelien Jacobs
2010-09-02Optimize/simplify ebml_read_num.Reimar Döffinger
2010-08-17matroskadec: minor simplificationAurelien Jacobs
2010-08-17matroskadec: fix integer overflowAurelien Jacobs
2010-08-01Add WebM to the Matroska demuxer name.Alex Converse
2010-07-02matroskadec: merge only SSA packets togetherDavid Conrad
2010-07-02add AV_DISPOSITION_FORCED flag and use it in matroska demuxerAurelien Jacobs
2010-06-15matroskadec : propagate AVERROR to the callerAurelien Jacobs
2010-06-11matroskadec: fix type of the length field in ebml_read_master()Aurelien Jacobs
2010-06-11matroskadec: cosmetic: indentationAurelien Jacobs
2010-06-11matroskadec: add support for live broadcast containing unknown size clustersAurelien Jacobs
2010-06-11matroskadec: simplify parsing of the first clusterAurelien Jacobs
2010-06-11matroskadec: store the ID of the currently parsed ebml elementAurelien Jacobs
2010-06-11matroskadec: cosmetic: split a line to make it more readableAurelien Jacobs
2010-06-08Do not attempt to seek to index for streamed files and if the user explicitlyReimar Döffinger
2010-06-08Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead ofReimar Döffinger
2010-05-25matroskadec: avoid potential crash after r23169Aurelien Jacobs
2010-05-23matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhereDavid Conrad
2010-05-22matroskadec: Allow unknown EBML doctypeDavid Conrad
2010-05-22matroskadec: Support webm doctypeJames Zern
2010-05-18matroskadec: Free ebml binary buffer on errorDavid Conrad
2010-05-18matroskadec: Fix buffer overread in matroska_ebmlnum_uintDavid Conrad
2010-05-18matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the fileDavid Conrad
2010-05-18matroskadec: Use av_freep in ebml_read_asciiDavid Conrad
2010-05-17set avg frame rate in mkv demuxerBaptiste Coudurier
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-20seems aac gets screwed up by the parser so disable itBaptiste Coudurier
2010-04-20parse stream headers for audio streams in mkv, needed for frame sizeBaptiste Coudurier
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-11Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-15matroskadec: use more appropriate error codeAurelien Jacobs
2010-03-12matroskadec: add support for SIPR audio tracksAurelien Jacobs
2010-03-07matroskadec: Fix a buffer overreadDavid Conrad
2010-03-03matroskadec: cosmetic indentationAurelien Jacobs
2010-03-03matroskadec: timestamps are dts and not pts in ms vfw compatibility modeJoakim Plate
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov
2010-01-11mkvdec: Avoid divide-by-zero crash on invalid real audio tracksDavid Conrad
2009-10-01matroskadec: cosmetics: indentationAurelien Jacobs
2009-10-01matroskadec: don't overwrite extradata already read by ff_get_wav_header()Aurelien Jacobs
2009-10-01matroskadec: fix handling of A_MS/ACM track with no extradataAurelien Jacobs
2009-08-24matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracksAurelien Jacobs
2009-08-24matroskadec: factorize some codeAurelien Jacobs