summaryrefslogtreecommitdiffstats
path: root/libavformat/matroska.c
Commit message (Expand)AuthorAgeFilesLines
* matroska: add support for A_QUICKTIME/QDM2 codecAurelien Jacobs2008-07-271-0/+1
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-271-0/+12
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-071-1/+1
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-291-4/+4
* Make ff_mkv_codec_tags array const, it is never written.Reimar Döffinger2007-12-021-1/+1
* Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkvDavid Conrad2007-09-061-1/+1
* Add V_SNOWDavid Conrad2007-08-241-0/+1
* use the most appropriate codec id for A_MPEG/L1 and L2Aurelien Jacobs2007-07-251-2/+2
* reorder matroska codec tags so that the encoder picks up the appropriate tagAurelien Jacobs2007-07-251-3/+3
* add support for S_ASS and S_SSA codec stringAurelien Jacobs2007-07-161-0/+2
* add support for ASS like subtitles in MatroskaAurelien Jacobs2007-07-111-0/+2
* add support for Matroska subtitle tracksAurelien Jacobs2007-07-111-0/+5
* add support for real audio in matroskaAurelien Jacobs2007-06-041-0/+5
* split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad2007-06-041-2789/+3
* add an enum for need_parsingAurelien Jacobs2007-04-151-1/+1
* cosmetics: indentationAurelien Jacobs2007-04-101-1/+1
* add support for seeking to a keyframe instead of a random frameAurelien Jacobs2007-04-091-0/+13
* add an intermediate variable (prepare for next patch)Aurelien Jacobs2007-04-091-1/+3
* add support for seeking in matroska filesAurelien Jacobs2007-04-091-0/+33
* move matroska_find_track_by_num() upper in the fileAurelien Jacobs2007-04-091-13/+15
* cluster position is relative to segment_startAurelien Jacobs2007-04-091-1/+1
* properly set streams start_timeAurelien Jacobs2007-04-091-0/+1
* remove unused context fieldAurelien Jacobs2007-04-091-3/+0
* remove wrong and no more used packet reordering codeAurelien Jacobs2007-04-091-51/+0
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-3/+0
* add support for V_THEORA into MatroskaAurelien Jacobs2007-03-251-0/+1
* disable pts reordering code and initialize a parser insteadAurelien Jacobs2007-03-151-8/+1
* remove outdated commentAurelien Jacobs2007-03-131-1/+0
* remove no more needed parametersAurelien Jacobs2007-03-131-9/+3
* set pkt->duration for laced packets tooAurelien Jacobs2007-03-131-8/+1
* calculate pts for laced packetsAurelien Jacobs2007-03-131-4/+9
* calculate default_duration for AAC tracksAurelien Jacobs2007-03-131-0/+1
* scale duration and default_durationAurelien Jacobs2007-03-131-6/+7
* move timecode calculation out of laces loopAurelien Jacobs2007-03-121-5/+7
* cosmetic: indent after last commitAurelien Jacobs2007-03-111-1/+1
* reorder pts of packets from tracks using V_MPEG* codecsAurelien Jacobs2007-03-111-0/+60
* revert r7181Aurelien Jacobs2007-03-111-1/+1
* check if current block contains a B frame and gives this info to parse_block()Aurelien Jacobs2007-03-111-5/+12
* extract ebml_read_binary() out of matroska_parse_block()Aurelien Jacobs2007-03-111-13/+24
* reindent after last commitAurelien Jacobs2007-03-111-27/+27
* parse clusters until some packets are queuedAurelien Jacobs2007-03-111-6/+5
* fix a stupid bug in ebml_read_sint()Aurelien Jacobs2007-03-111-1/+0
* use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()Aurelien Jacobs2007-03-111-3/+3
* don't rely on a specific appearance order for ebml elements at the same levelAurelien Jacobs2007-03-021-15/+14
* add support for simple blocks (ie. matroska v2)Aurelien Jacobs2007-03-021-2/+9
* cosmetics: fix indentation of the new matroska_parse_block() functionAurelien Jacobs2007-03-011-162/+159
* split a matroska_parse_block() function from matroska_parse_blockgroup()Aurelien Jacobs2007-03-011-29/+44
* fix an off-by-one error in probing functionAurelien Jacobs2007-03-011-1/+1
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-1/+1
* matroska: scale timecode according to time_scaleAurelien Jacobs2006-11-281-1/+1
OpenPOWER on IntegriCloud