]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/matroska.h
Revert "Prepare for O_DIRECT"
[frescor/ffmpeg.git] / libavformat / matroska.h
2009-03-01 aureladd missing const qualifiers for metadata_conv in AV...
2009-02-15 aurelmatroskadec: add needed definitions forgotten in r17331
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-13 aurelmatroskadec: list some more ebml IDs found in the wild...
2008-08-08 aurelmatroskadec: add basic tags support (metadata)
2008-08-05 diegoFix small typo.
2008-08-05 diegomisc spelling/grammar fixes
2008-08-05 aurelmatroska: expand useless define for MS compat codec...
2008-08-05 aurelmatroskadec: simplify flag default
2008-08-05 aurelmatroskadec: remove storage of various unused flags
2008-07-27 aurelmatroska: add support for A_QUICKTIME/QDM2 codec
2008-06-16 aurelmatroskadec: remove some useless code
2008-06-01 aurelmatroskadec: read TrackTimecodeScale and set timebase...
2008-06-01 aurelmatroskadec: silently discard some element ID that...
2008-05-22 aureldemux chapters out of matroska
2008-05-13 cehoyosAdd MATROSKA_TRACK_TYPE_NONE.
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-08 aurelmatroskadec: add support for track content encoding
2008-01-27 aurelAdd support for Matroska attachments.
2008-01-07 aurelMake ff_mkv_codec_tags lie entirely in .rodata section.
2007-12-03 diegocolour --> color in variable names
2007-12-02 reimarMake ff_mkv_codec_tags array const, it is never written.
2007-10-21 kostyaMake Matroska demuxer output full frames instead of...
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-28 conradAdd EBML ID for Segment UID
2007-06-04 aurelsplit some common code from the mkv demuxer that will...