summaryrefslogtreecommitdiffstats
path: root/libavformat/matroska.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* matroskaenc: add support for muxing SRT tracksAurelien Jacobs2010-07-251-0/+1
| | | | Originally committed as revision 24503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: Add V_VP8Google2010-05-191-0/+1
| | | | | | Patch by Google Originally committed as revision 23192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: add support for SIPR audio tracksAurelien Jacobs2010-03-121-1/+1
| | | | Originally committed as revision 22492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-011-2/+1
| | | | | | Patch by Anton Khirnov, wyskas at gmail dot com Originally committed as revision 21587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support demuxing Blu-ray subtitles in matroska files.Carl Eugen Hoyos2010-01-271-0/+1
| | | | | | Patch sent to mailing list by Taylor Ralph, taylor D ralph A gmail Originally committed as revision 21491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: add support for MLP and TRUEHD codec tagsAurelien Jacobs2009-03-301-0/+2
| | | | Originally committed as revision 18254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs2009-03-011-0/+7
| | | | | | Add missing const qualifiers for metadata_conv in AV{In|Out}putFormat. Originally committed as revision 17671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: sort codec tags listAurelien Jacobs2008-12-121-29/+29
| | | | Originally committed as revision 16081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)Kurtnoise2008-12-121-0/+1
| | | | Originally committed as revision 16080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: add E-AC-3 supportAurelien Jacobs2008-09-011-1/+1
| | | | | | Thanks again Justin ! Originally committed as revision 15146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: add support for most variants of PCMAurelien Jacobs2008-08-201-3/+9
| | | | Originally committed as revision 14862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: remove useless comments in ff_mkv_codec_tagsAurelien Jacobs2008-08-051-4/+1
| | | | Originally committed as revision 14606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: add support for A_QUICKTIME/QDM2 codecAurelien Jacobs2008-07-271-0/+1
| | | | Originally committed as revision 14430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-271-0/+12
| | | | | | patch by eugeni _dot_ stepanov _at_ gmail.com and myself Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-071-1/+1
| | | | | | From: Diego 'Flameeyes' Pettenò < flameeyes _at_ gmail _dot_ com > Originally committed as revision 11440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-291-4/+4
| | | | Originally committed as revision 11352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_mkv_codec_tags array const, it is never written.Reimar Döffinger2007-12-021-1/+1
| | | | Originally committed as revision 11137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkvDavid Conrad2007-09-061-1/+1
| | | | Originally committed as revision 10421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add V_SNOWDavid Conrad2007-08-241-0/+1
| | | | Originally committed as revision 10200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the most appropriate codec id for A_MPEG/L1 and L2Aurelien Jacobs2007-07-251-2/+2
| | | | Originally committed as revision 9794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder matroska codec tags so that the encoder picks up the appropriate tagAurelien Jacobs2007-07-251-3/+3
| | | | Originally committed as revision 9793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for S_ASS and S_SSA codec stringAurelien Jacobs2007-07-161-0/+2
| | | | Originally committed as revision 9704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for ASS like subtitles in MatroskaAurelien Jacobs2007-07-111-0/+2
| | | | Originally committed as revision 9593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for Matroska subtitle tracksAurelien Jacobs2007-07-111-0/+5
| | | | Originally committed as revision 9591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for real audio in matroskaAurelien Jacobs2007-06-041-0/+5
| | | | Originally committed as revision 9217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad2007-06-041-2789/+3
| | | | | | patch by David Conrad umovimus _at_ gmail.com Originally committed as revision 9215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an enum for need_parsingAurelien Jacobs2007-04-151-1/+1
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-04-101-1/+1
| | | | Originally committed as revision 8707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for seeking to a keyframe instead of a random frameAurelien Jacobs2007-04-091-0/+13
| | | | Originally committed as revision 8698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an intermediate variable (prepare for next patch)Aurelien Jacobs2007-04-091-1/+3
| | | | Originally committed as revision 8697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for seeking in matroska filesAurelien Jacobs2007-04-091-0/+33
| | | | Originally committed as revision 8696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move matroska_find_track_by_num() upper in the fileAurelien Jacobs2007-04-091-13/+15
| | | | | | so that it can be used by other part of the code Originally committed as revision 8695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cluster position is relative to segment_startAurelien Jacobs2007-04-091-1/+1
| | | | Originally committed as revision 8694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly set streams start_timeAurelien Jacobs2007-04-091-0/+1
| | | | Originally committed as revision 8693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused context fieldAurelien Jacobs2007-04-091-3/+0
| | | | Originally committed as revision 8692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove wrong and no more used packet reordering codeAurelien Jacobs2007-04-091-51/+0
| | | | Originally committed as revision 8691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-081-3/+0
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for V_THEORA into MatroskaAurelien Jacobs2007-03-251-0/+1
| | | | | | | | Original thread: Date: Thu, 22 Mar 2007 20:23:08 -0400 Subject: [Ffmpeg-devel] [PATCH] Theora in MKV (GSoC '07 Qualification) Originally committed as revision 8507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable pts reordering code and initialize a parser insteadAurelien Jacobs2007-03-151-8/+1
| | | | Originally committed as revision 8418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove outdated commentAurelien Jacobs2007-03-131-1/+0
| | | | Originally committed as revision 8370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove no more needed parametersAurelien Jacobs2007-03-131-9/+3
| | | | Originally committed as revision 8369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pkt->duration for laced packets tooAurelien Jacobs2007-03-131-8/+1
| | | | Originally committed as revision 8366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate pts for laced packetsAurelien Jacobs2007-03-131-4/+9
| | | | Originally committed as revision 8365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate default_duration for AAC tracksAurelien Jacobs2007-03-131-0/+1
| | | | Originally committed as revision 8364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* scale duration and default_durationAurelien Jacobs2007-03-131-6/+7
| | | | Originally committed as revision 8363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move timecode calculation out of laces loopAurelien Jacobs2007-03-121-5/+7
| | | | Originally committed as revision 8359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: indent after last commitAurelien Jacobs2007-03-111-1/+1
| | | | Originally committed as revision 8335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder pts of packets from tracks using V_MPEG* codecsAurelien Jacobs2007-03-111-0/+60
| | | | Originally committed as revision 8334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r7181Aurelien Jacobs2007-03-111-1/+1
| | | | | | | This was a stupid mistake. We already take care of time_scale in av_set_pts_info(). Originally committed as revision 8333 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud