index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
matroska.h
Age
Commit message (
Expand
)
Author
2011-05-29
Merge remote-tracking branch 'qatar/master' into master
Michael Niedermayer
2011-05-28
webm: support stereo videos in matroska/webm muxer
Alok Ahuja
2011-05-24
matroska: improve declaration of video_stereo_* constant tables
Aurelien Jacobs
2011-05-24
matroska: cleanup handling of video stereo mode
Aurelien Jacobs
2011-05-21
matroska: switch stereo mode from int to string and add support in the demuxe...
Kirill Gavrilov
2011-05-21
matroska: cosmetics
Kirill Gavrilov
2011-05-21
Create a stereo_mode metadata tag to specify the stereo 3d video layout using...
Alok Ahuja
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-06-08
Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead of
Reimar Döffinger
2009-03-01
Add some basic metadata conversion tables for matroska and asf.
Aurelien Jacobs
2009-02-15
matroskadec: add needed definitions forgotten in r17331
Aurelien Jacobs
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-13
matroskadec: list some more ebml IDs found in the wild and that we ignore
Aurelien Jacobs
2008-08-08
matroskadec: add basic tags support (metadata)
Aurelien Jacobs
2008-08-05
Fix small typo.
Diego Biurrun
2008-08-05
misc spelling/grammar fixes
Diego Biurrun
2008-08-05
matroska: expand useless define for MS compat codec id strings
Aurelien Jacobs
2008-08-05
matroskadec: simplify flag default
Aurelien Jacobs
2008-08-05
matroskadec: remove storage of various unused flags
Aurelien Jacobs
2008-07-27
matroska: add support for A_QUICKTIME/QDM2 codec
Aurelien Jacobs
2008-06-16
matroskadec: remove some useless code
Aurelien Jacobs
2008-06-01
matroskadec: read TrackTimecodeScale and set timebase accordingly
Anton Khirnov
2008-06-01
matroskadec: silently discard some element ID that we don't care about
Anton Khirnov
2008-05-22
demux chapters out of matroska
Anton Khirnov
2008-05-13
Add MATROSKA_TRACK_TYPE_NONE.
Carl Eugen Hoyos
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-05-08
matroskadec: add support for track content encoding
Aurelien Jacobs
2008-01-27
Add support for Matroska attachments.
Evgeniy Stepanov
2008-01-07
Make ff_mkv_codec_tags lie entirely in .rodata section.
Aurelien Jacobs
2007-12-03
colour --> color in variable names
Diego Biurrun
2007-12-02
Make ff_mkv_codec_tags array const, it is never written.
Reimar Döffinger
2007-10-21
Make Matroska demuxer output full frames instead of slices for RealVideo
Aurelien Jacobs
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-07-28
Add EBML ID for Segment UID
David Conrad
2007-06-04
split some common code from the mkv demuxer that will be useful to the muxer
David Conrad