summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
* 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
* matroskadec: set duration only for CODEC_ID_TEXT subtitlesAurelien Jacobs2008-09-28
* matroskadec: pass duration as parameter of matroska_fix_ass_packet()Aurelien Jacobs2008-09-28
* matroskadec: simplify, first_timecode is already in the indexAurelien Jacobs2008-09-12
* matroskadec: prevent seeking before the first keyframe of the reference streamAurelien Jacobs2008-09-11
* matroskadec: demux relevant subtitle packets after a seekAurelien Jacobs2008-09-09
* matroskadec: ensure that overlapping subtitles are not added to the indexAurelien Jacobs2008-09-09
* matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs2008-09-09
* matroskadec: move timecode calculation a little earlierAurelien Jacobs2008-09-09
* matroskadec: sanitize track time_scale before using itAurelien Jacobs2008-09-09
* matroskadec: remove now useless vstream and is_video_key_frameAurelien Jacobs2008-09-06
* matroskadec: remove useless bracesAurelien Jacobs2008-09-06
* matroskadec: ensure that the timecode added to the index are is the oneAurelien Jacobs2008-09-06
* matroskadec: fix ASS subtitle track packets before emitting themAurelien Jacobs2008-09-04
* matroska: subtitle display duration must be stored in pkt->convergence_durationAurelien Jacobs2008-09-04
* matroskadec: cosmetics: indentationAurelien Jacobs2008-08-27
* matroskadec: seek to the last position known in the index before resorting toAurelien Jacobs2008-08-27
* matroskadec: index timestamps are supposed to be in the timebase of the streamAurelien Jacobs2008-08-26
* matroskadec: unset matroska->done when seekingAurelien Jacobs2008-08-25
* matroskadec: full seeking support in index-less filesAurelien Jacobs2008-08-25
* matroskadec: on the fly index construction for index-less filesAurelien Jacobs2008-08-25
* matroskadec: don't try to seek to negative timestampAurelien Jacobs2008-08-24
* matroskadec: move setting of matroska->done inside matroska_parse_cluster()Aurelien Jacobs2008-08-24
* Mark "matroska" probe data string constant.Reimar Döffinger2008-08-24
* matroskadec: make aac_profiles array constAurelien Jacobs2008-08-24
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* matroskadec: fail cleanly when the required compression lib is not compiled inAurelien Jacobs2008-08-20
* matroskadec: stop parsing when skipping en element crossing over the end of fileAurelien Jacobs2008-08-20