| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: move CodecMime from matroska.h to internal.h | Anton Khirnov | 2012-02-29 | 1 | -5/+1 |
* | webm: support stereo videos in matroska/webm muxer | Alok Ahuja | 2011-05-28 | 1 | -1/+19 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead of | Reimar Döffinger | 2010-06-08 | 1 | -1/+2 |
* | Add some basic metadata conversion tables for matroska and asf. | Aurelien Jacobs | 2009-03-01 | 1 | -0/+2 |
* | matroskadec: add needed definitions forgotten in r17331 | Aurelien Jacobs | 2009-02-15 | 1 | -0/+5 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | matroskadec: list some more ebml IDs found in the wild and that we ignore | Aurelien Jacobs | 2008-08-13 | 1 | -0/+16 |
* | matroskadec: add basic tags support (metadata) | Aurelien Jacobs | 2008-08-08 | 1 | -1/+7 |
* | Fix small typo. | Diego Biurrun | 2008-08-05 | 1 | -1/+1 |
* | misc spelling/grammar fixes | Diego Biurrun | 2008-08-05 | 1 | -3/+3 |
* | matroska: expand useless define for MS compat codec id strings | Aurelien Jacobs | 2008-08-05 | 1 | -3/+0 |
* | matroskadec: simplify flag default | Aurelien Jacobs | 2008-08-05 | 1 | -9/+0 |
* | matroskadec: remove storage of various unused flags | Aurelien Jacobs | 2008-08-05 | 1 | -7/+0 |
* | matroska: add support for A_QUICKTIME/QDM2 codec | Aurelien Jacobs | 2008-07-27 | 1 | -1/+1 |
* | matroskadec: remove some useless code | Aurelien Jacobs | 2008-06-16 | 1 | -13/+0 |
* | matroskadec: read TrackTimecodeScale and set timebase accordingly | Anton Khirnov | 2008-06-01 | 1 | -0/+1 |
* | matroskadec: silently discard some element ID that we don't care about | Anton Khirnov | 2008-06-01 | 1 | -0/+3 |
* | demux chapters out of matroska | Anton Khirnov | 2008-05-22 | 1 | -0/+13 |
* | Add MATROSKA_TRACK_TYPE_NONE. | Carl Eugen Hoyos | 2008-05-13 | 1 | -0/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | matroskadec: add support for track content encoding | Aurelien Jacobs | 2008-05-08 | 1 | -0/+16 |
* | Add support for Matroska attachments. | Evgeniy Stepanov | 2008-01-27 | 1 | -0/+14 |
* | Make ff_mkv_codec_tags lie entirely in .rodata section. | Aurelien Jacobs | 2008-01-07 | 1 | -1/+1 |
* | colour --> color in variable names | Diego Biurrun | 2007-12-03 | 1 | -1/+1 |
* | Make ff_mkv_codec_tags array const, it is never written. | Reimar Döffinger | 2007-12-02 | 1 | -1/+1 |
* | Make Matroska demuxer output full frames instead of slices for RealVideo | Aurelien Jacobs | 2007-10-21 | 1 | -1/+0 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Add EBML ID for Segment UID | David Conrad | 2007-07-28 | 1 | -0/+1 |
* | split some common code from the mkv demuxer that will be useful to the muxer | David Conrad | 2007-06-04 | 1 | -0/+196 |