summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAgeFilesLines
* matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracksAurelien Jacobs2009-08-241-0/+1
* matroskadec: factorize some codeAurelien Jacobs2009-08-241-3/+1
* matroskadec: disable h264 parser as long as it totally mess up frame typeAurelien Jacobs2009-08-101-0/+1
* matroskadec: correctly parse flags for simpleblock framesAurelien Jacobs2009-08-101-2/+6
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-4/+4
* matroskadec: prepend TargetType to metadata key nameAurelien Jacobs2009-06-131-1/+2
* Remove unused code found by CSABenjamin Larsson2009-05-101-1/+0
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-011-0/+1
* matroskadec: return AVERROR_EOF upon detection of end of fileAurelien Jacobs2009-02-191-1/+1
* matroskadec: export language of metadata tags when availableAurelien Jacobs2009-02-151-2/+14
* matroskadec: add generic metadata supportAurelien Jacobs2009-02-151-36/+69
* matroskadec: read track and attachment uidAurelien Jacobs2009-02-151-2/+4
* matroskadec: export track name through the metadata APIAurelien Jacobs2009-02-151-1/+3
* matroskadec: use new metadata API to export some simple informationAurelien Jacobs2009-02-151-5/+8
* cosmetics: whitespaceAurelien Jacobs2009-02-021-2/+1
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-021-3/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* matroskadec: merge ByteIOContext declarations at upper levelAurelien Jacobs2009-01-181-4/+1
* matroskadec: parse the WAVEFORMATEX header and discard it from extradataAurelien Jacobs2009-01-181-2/+7
* matroskadec: ensure we only consider chapters which are properly orderedAurelien Jacobs2009-01-151-1/+5
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-6/+6
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkvAlexander Strange2008-12-191-1/+2
* matroskadec: fix index timestamps for some broken filesAurelien Jacobs2008-11-151-1/+8
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-5/+3
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-7/+7
* matroskadec: cosmetics: indentationAurelien Jacobs2008-10-021-1/+1
* matroskadec: don't merge packets which have no timestampAurelien Jacobs2008-10-021-0/+1
* matroskadec: merge ASS events which share the same pts in the same AVPavketAurelien Jacobs2008-09-281-0/+18
* matroskadec: ass events lines must end with a DOS style EOLAurelien Jacobs2008-09-281-1/+1
* matroskadec: set duration only for CODEC_ID_TEXT subtitlesAurelien Jacobs2008-09-281-2/+2
* matroskadec: pass duration as parameter of matroska_fix_ass_packet()Aurelien Jacobs2008-09-281-3/+3
* matroskadec: simplify, first_timecode is already in the indexAurelien Jacobs2008-09-121-16/+5
* matroskadec: prevent seeking before the first keyframe of the reference streamAurelien Jacobs2008-09-111-3/+14
* matroskadec: demux relevant subtitle packets after a seekAurelien Jacobs2008-09-091-3/+17
* matroskadec: ensure that overlapping subtitles are not added to the indexAurelien Jacobs2008-09-091-0/+5
* matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs2008-09-091-3/+3
* matroskadec: move timecode calculation a little earlierAurelien Jacobs2008-09-091-10/+8
* matroskadec: sanitize track time_scale before using itAurelien Jacobs2008-09-091-0/+2
* matroskadec: remove now useless vstream and is_video_key_frameAurelien Jacobs2008-09-061-6/+2
* matroskadec: remove useless bracesAurelien Jacobs2008-09-061-2/+1
* matroskadec: ensure that the timecode added to the index are is the oneAurelien Jacobs2008-09-061-8/+10
* matroskadec: fix ASS subtitle track packets before emitting themAurelien Jacobs2008-09-041-0/+35
* matroska: subtitle display duration must be stored in pkt->convergence_durationAurelien Jacobs2008-09-041-1/+4
* matroskadec: cosmetics: indentationAurelien Jacobs2008-08-271-5/+5
* matroskadec: seek to the last position known in the index before resorting toAurelien Jacobs2008-08-271-0/+4
* matroskadec: index timestamps are supposed to be in the timebase of the streamAurelien Jacobs2008-08-261-4/+2
* matroskadec: unset matroska->done when seekingAurelien Jacobs2008-08-251-0/+1
* matroskadec: full seeking support in index-less filesAurelien Jacobs2008-08-251-3/+7
* matroskadec: on the fly index construction for index-less filesAurelien Jacobs2008-08-251-4/+16