Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-14mkv: support vp9 tagTom Finegan
2013-01-06Drop Snow codecDiego Biurrun
Snow is a toy codec with no real-world use and horrible code.
2012-09-19matroska: implement support for ProResLuca Barbato
Support Matroska native formatting. On demuxing prepend a Frame container atom (32bit big endian encoded frame size and 'icpf' string). On muxing remove it.
2012-09-19matroska: implement support for ALACMoritz Bunkus
Support Matroska native formatting. On demuxing reconstruct the 36-bytes QuickTime atom that the ALAC decoder expects by prepending the "atom size", "tag" and "tag version" fields missing from the Matroska's CodecPrivate element. On muxing remove the initial 12 bytes Sample files are available: http://www.bunkus.org/videotools/mkvtoolnix/samples/alac/alac-in-matroska.mka and the CoreAudio file it was created from with today's mkvmerge: http://www.bunkus.org/videotools/mkvtoolnix/samples/alac/alac-in-matroska-source.caf Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-07-26matroskaenc: add support for muxing SRT tracksAurelien Jacobs
Originally committed as revision 24503 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-19matroska: Add V_VP8Google
Patch by Google Originally committed as revision 23192 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-13matroskadec: add support for SIPR audio tracksAurelien Jacobs
Originally committed as revision 22492 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov
Patch by Anton Khirnov, wyskas at gmail dot com Originally committed as revision 21587 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-28Support demuxing Blu-ray subtitles in matroska files.Carl Eugen Hoyos
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
2009-03-31matroska: add support for MLP and TRUEHD codec tagsAurelien Jacobs
Originally committed as revision 18254 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-01Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs
Add missing const qualifiers for metadata_conv in AV{In|Out}putFormat. Originally committed as revision 17671 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-12matroska: sort codec tags listAurelien Jacobs
Originally committed as revision 16081 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-12matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)Kurtnoise
Originally committed as revision 16080 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-01matroska: add E-AC-3 supportAurelien Jacobs
Thanks again Justin ! Originally committed as revision 15146 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-20matroska: add support for most variants of PCMAurelien Jacobs
Originally committed as revision 14862 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-05matroskadec: remove useless comments in ff_mkv_codec_tagsAurelien Jacobs
Originally committed as revision 14606 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-27matroska: add support for A_QUICKTIME/QDM2 codecAurelien Jacobs
Originally committed as revision 14430 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-27Add support for Matroska attachments.Evgeniy Stepanov
patch by eugeni _dot_ stepanov _at_ gmail.com and myself Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-07Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs
From: Diego 'Flameeyes' Pettenò < flameeyes _at_ gmail _dot_ com > Originally committed as revision 11440 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-29export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov
Originally committed as revision 11352 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-03Make ff_mkv_codec_tags array const, it is never written.Reimar Döffinger
Originally committed as revision 11137 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-06Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkvDavid Conrad
Originally committed as revision 10421 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-24Add V_SNOWDavid Conrad
Originally committed as revision 10200 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-25use the most appropriate codec id for A_MPEG/L1 and L2Aurelien Jacobs
Originally committed as revision 9794 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-25reorder matroska codec tags so that the encoder picks up the appropriate tagAurelien Jacobs
Originally committed as revision 9793 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-16add support for S_ASS and S_SSA codec stringAurelien Jacobs
Originally committed as revision 9704 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-11add support for ASS like subtitles in MatroskaAurelien Jacobs
Originally committed as revision 9593 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-11add support for Matroska subtitle tracksAurelien Jacobs
Originally committed as revision 9591 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-05add support for real audio in matroskaAurelien Jacobs
Originally committed as revision 9217 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-05split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad
patch by David Conrad umovimus _at_ gmail.com Originally committed as revision 9215 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-15add an enum for need_parsingAurelien Jacobs
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-10cosmetics: indentationAurelien Jacobs
Originally committed as revision 8707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-09add support for seeking to a keyframe instead of a random frameAurelien Jacobs
Originally committed as revision 8698 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-09add an intermediate variable (prepare for next patch)Aurelien Jacobs
Originally committed as revision 8697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-09add support for seeking in matroska filesAurelien Jacobs
Originally committed as revision 8696 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-09move matroska_find_track_by_num() upper in the fileAurelien Jacobs
so that it can be used by other part of the code Originally committed as revision 8695 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-09cluster position is relative to segment_startAurelien Jacobs
Originally committed as revision 8694 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-09properly set streams start_timeAurelien Jacobs
Originally committed as revision 8693 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-09remove unused context fieldAurelien Jacobs
Originally committed as revision 8692 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-09remove wrong and no more used packet reordering codeAurelien Jacobs
Originally committed as revision 8691 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer
buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-25add support for V_THEORA into MatroskaAurelien Jacobs
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
2007-03-16disable pts reordering code and initialize a parser insteadAurelien Jacobs
Originally committed as revision 8418 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-13remove outdated commentAurelien Jacobs
Originally committed as revision 8370 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-13remove no more needed parametersAurelien Jacobs
Originally committed as revision 8369 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-13set pkt->duration for laced packets tooAurelien Jacobs
Originally committed as revision 8366 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-13calculate pts for laced packetsAurelien Jacobs
Originally committed as revision 8365 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-13calculate default_duration for AAC tracksAurelien Jacobs
Originally committed as revision 8364 to svn://svn.ffmpeg.org/ffmpeg/trunk