summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
* matroskadec: Allow unknown EBML doctypeReinhard Tartler2010-05-25
* matroskadec: Support webm doctypeJames Zern2010-05-25
* set avg frame rate in mkv demuxerReinhard Tartler2010-05-21
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-25
* seems aac gets screwed up by the parser so disable itBaptiste Coudurier2010-04-20
* parse stream headers for audio streams in mkv, needed for frame sizeBaptiste Coudurier2010-04-20
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-11
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* matroskadec: use more appropriate error codeAurelien Jacobs2010-03-15
* matroskadec: add support for SIPR audio tracksAurelien Jacobs2010-03-12
* matroskadec: Fix a buffer overreadDavid Conrad2010-03-07
* matroskadec: cosmetic indentationAurelien Jacobs2010-03-03
* matroskadec: timestamps are dts and not pts in ms vfw compatibility modeJoakim Plate2010-03-03
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-01
* mkvdec: Avoid divide-by-zero crash on invalid real audio tracksDavid Conrad2010-01-11
* matroskadec: cosmetics: indentationAurelien Jacobs2009-10-01
* matroskadec: don't overwrite extradata already read by ff_get_wav_header()Aurelien Jacobs2009-10-01
* matroskadec: fix handling of A_MS/ACM track with no extradataAurelien Jacobs2009-10-01
* matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracksAurelien Jacobs2009-08-24
* matroskadec: factorize some codeAurelien Jacobs2009-08-24
* matroskadec: disable h264 parser as long as it totally mess up frame typeAurelien Jacobs2009-08-10
* matroskadec: correctly parse flags for simpleblock framesAurelien Jacobs2009-08-10
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* matroskadec: prepend TargetType to metadata key nameAurelien Jacobs2009-06-13
* Remove unused code found by CSABenjamin Larsson2009-05-10
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-01
* matroskadec: return AVERROR_EOF upon detection of end of fileAurelien Jacobs2009-02-19
* matroskadec: export language of metadata tags when availableAurelien Jacobs2009-02-15
* matroskadec: add generic metadata supportAurelien Jacobs2009-02-15
* matroskadec: read track and attachment uidAurelien Jacobs2009-02-15
* matroskadec: export track name through the metadata APIAurelien Jacobs2009-02-15
* matroskadec: use new metadata API to export some simple informationAurelien Jacobs2009-02-15
* cosmetics: whitespaceAurelien Jacobs2009-02-02
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* matroskadec: merge ByteIOContext declarations at upper levelAurelien Jacobs2009-01-18
* matroskadec: parse the WAVEFORMATEX header and discard it from extradataAurelien Jacobs2009-01-18
* matroskadec: ensure we only consider chapters which are properly orderedAurelien Jacobs2009-01-15
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkvAlexander Strange2008-12-19
* matroskadec: fix index timestamps for some broken filesAurelien Jacobs2008-11-15
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* matroskadec: cosmetics: indentationAurelien Jacobs2008-10-02
* matroskadec: don't merge packets which have no timestampAurelien Jacobs2008-10-02
* matroskadec: merge ASS events which share the same pts in the same AVPavketAurelien Jacobs2008-09-28
* matroskadec: ass events lines must end with a DOS style EOLAurelien Jacobs2008-09-28