summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* matroskadec: don't try to seek to negative timestampAurelien Jacobs2008-08-241-0/+3
* matroskadec: move setting of matroska->done inside matroska_parse_cluster()Aurelien Jacobs2008-08-241-2/+2
* Mark "matroska" probe data string constant.Reimar Döffinger2008-08-241-1/+1
* matroskadec: make aac_profiles array constAurelien Jacobs2008-08-241-1/+1
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-231-2/+2
* matroskadec: fail cleanly when the required compression lib is not compiled inAurelien Jacobs2008-08-201-0/+2
* matroskadec: stop parsing when skipping en element crossing over the end of fileAurelien Jacobs2008-08-201-1/+1
* matroska: add support for most variants of PCMAurelien Jacobs2008-08-201-0/+14
* matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic wayAurelien Jacobs2008-08-201-40/+1
* matroskadec: list some more ebml IDs found in the wild and that we ignoreAurelien Jacobs2008-08-131-0/+33
* matroskadec: parse available blocks even when cluster parsing failedAurelien Jacobs2008-08-131-1/+1
* matroskadec: add basic tags support (metadata)Aurelien Jacobs2008-08-081-0/+66
* matroskadec: use av_freep(&x) instead of av_free(x);x=NULLAurelien Jacobs2008-08-061-2/+1
* matroskadec: replace matroska_queue_packet with a single call to dynarray_addAnton Khirnov2008-08-061-15/+2
OpenPOWER on IntegriCloud