summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
* 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
* matroska: add support for most variants of PCMAurelien Jacobs2008-08-20
* matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic wayAurelien Jacobs2008-08-20
* matroskadec: list some more ebml IDs found in the wild and that we ignoreAurelien Jacobs2008-08-13
* matroskadec: parse available blocks even when cluster parsing failedAurelien Jacobs2008-08-13
* matroskadec: add basic tags support (metadata)Aurelien Jacobs2008-08-08
* matroskadec: use av_freep(&x) instead of av_free(x);x=NULLAurelien Jacobs2008-08-06
* matroskadec: replace matroska_queue_packet with a single call to dynarray_addAnton Khirnov2008-08-06
* misc spelling/grammar fixesDiego Biurrun2008-08-05
* matroskadec: remove useless num_streamsAurelien Jacobs2008-08-05
* matroskadec: expand useless ebml_read_element_id() wrapperAurelien Jacobs2008-08-05
* matroskadec: simplify matroska_ebmlnum_sint()Aurelien Jacobs2008-08-05
* matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num()Aurelien Jacobs2008-08-05
* matroska: expand useless define for MS compat codec id stringsAurelien Jacobs2008-08-05
* matroskadec: update copyright year and related commentsAurelien Jacobs2008-08-05
* matroskadec: reorder some functions in a more logical orderAurelien Jacobs2008-08-05