OSDN Git Service

Use deinterleavers for demangling audio packets in RealMedia.
[coroid/ffmpeg_saccubus.git] / libavformat / matroska.h
2011-05-28 Alok Ahujawebm: support stereo videos in matroska/webm muxer
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-06-08 Reimar DöffingerFix the MATROSKA_ID_TAGDEFAULT to match the specificati...
2009-03-01 Aurelien JacobsAdd some basic metadata conversion tables for matroska...
2009-02-15 Aurelien Jacobsmatroskadec: add needed definitions forgotten in r17331
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-13 Aurelien Jacobsmatroskadec: list some more ebml IDs found in the wild...
2008-08-08 Aurelien Jacobsmatroskadec: add basic tags support (metadata)
2008-08-05 Diego BiurrunFix small typo.
2008-08-05 Diego Biurrunmisc spelling/grammar fixes
2008-08-05 Aurelien Jacobsmatroska: expand useless define for MS compat codec...
2008-08-05 Aurelien Jacobsmatroskadec: simplify flag default
2008-08-05 Aurelien Jacobsmatroskadec: remove storage of various unused flags
2008-07-27 Aurelien Jacobsmatroska: add support for A_QUICKTIME/QDM2 codec
2008-06-16 Aurelien Jacobsmatroskadec: remove some useless code
2008-06-01 Anton Khirnovmatroskadec: read TrackTimecodeScale and set timebase...
2008-06-01 Anton Khirnovmatroskadec: silently discard some element ID that...
2008-05-22 Anton Khirnovdemux chapters out of matroska
2008-05-13 Carl Eugen HoyosAdd MATROSKA_TRACK_TYPE_NONE.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-08 Aurelien Jacobsmatroskadec: add support for track content encoding
2008-01-27 Evgeniy StepanovAdd support for Matroska attachments.
2008-01-07 Aurelien JacobsMake ff_mkv_codec_tags lie entirely in .rodata section.
2007-12-03 Diego Biurruncolour --> color in variable names
2007-12-02 Reimar DöffingerMake ff_mkv_codec_tags array const, it is never written.
2007-10-21 Aurelien JacobsMake Matroska demuxer output full frames instead of...
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-28 David ConradAdd EBML ID for Segment UID
2007-06-04 David Conradsplit some common code from the mkv demuxer that will...