History | View | Annotate | Download (7.95 KB)
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead oflibmatroska etc. typo) but continue to support the "old" value.
Originally committed as revision 23539 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add some basic metadata conversion tables for matroska and asf.Add missing const qualifiers for metadata_conv in AV{In|Out}putFormat.
Originally committed as revision 17671 to svn://svn.ffmpeg.org/ffmpeg/trunk
matroskadec: add needed definitions forgotten in r17331
Originally committed as revision 17332 to svn://svn.ffmpeg.org/ffmpeg/trunk
Globally rename the header inclusion guard names.
Consistently apply this rule: the guard name is obtained from thefilename by stripping the leading "lib", converting '/' and '.' to'_' and uppercasing the resulting name. Guard names in the rootdirectory have to be prefixed by "FFMPEG_"....
matroskadec: list some more ebml IDs found in the wild and that we ignoreThis avoid printing some warnings about unknow IDs while we in fact knowthe IDs but just want to knowingly ignore them.
Originally committed as revision 14738 to svn://svn.ffmpeg.org/ffmpeg/trunk
matroskadec: add basic tags support (metadata)
Originally committed as revision 14672 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fix small typo.
Originally committed as revision 14628 to svn://svn.ffmpeg.org/ffmpeg/trunk
misc spelling/grammar fixes
Originally committed as revision 14616 to svn://svn.ffmpeg.org/ffmpeg/trunk
matroska: expand useless define for MS compat codec id strings
Originally committed as revision 14607 to svn://svn.ffmpeg.org/ffmpeg/trunk
matroskadec: simplify flag default
Originally committed as revision 14550 to svn://svn.ffmpeg.org/ffmpeg/trunk
matroskadec: remove storage of various unused flags
Originally committed as revision 14549 to svn://svn.ffmpeg.org/ffmpeg/trunk
matroska: add support for A_QUICKTIME/QDM2 codec
Originally committed as revision 14430 to svn://svn.ffmpeg.org/ffmpeg/trunk
matroskadec: remove some useless code
Originally committed as revision 13783 to svn://svn.ffmpeg.org/ffmpeg/trunk
matroskadec: read TrackTimecodeScale and set timebase accordinglypatch by Anton Khirnov wyskas at gmail dot com
Originally committed as revision 13601 to svn://svn.ffmpeg.org/ffmpeg/trunk
matroskadec: silently discard some element ID that we don't care aboutpatch by Anton Khirnov wyskas at gmail dot com
Originally committed as revision 13600 to svn://svn.ffmpeg.org/ffmpeg/trunk
demux chapters out of matroskapatch by Anton Khirnov wyskas at gmail dot com
Originally committed as revision 13241 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add MATROSKA_TRACK_TYPE_NONE.Fixes icc warning #188: enumerated type mixed with another type
Originally committed as revision 13143 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use full path for #includes from another directory.
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
matroskadec: add support for track content encodingOnly the header strip method is supported for now.
Originally committed as revision 13082 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add support for Matroska attachments.patch by eugeni dot stepanov at gmail.com and myself
Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make ff_mkv_codec_tags lie entirely in .rodata section.From: Diego 'Flameeyes' Pettenò < flameeyes at gmail dot com >
Originally committed as revision 11440 to svn://svn.ffmpeg.org/ffmpeg/trunk
colour --> color in variable names
Originally committed as revision 11159 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make ff_mkv_codec_tags array const, it is never written.
Originally committed as revision 11137 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make Matroska demuxer output full frames instead of slices for RealVideoPatch by Aurelien Jacobs (aurel at "... is not unix"age.org)Thread [RFC] Feed whole frames to RV* decoders
Originally committed as revision 10824 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add FFMPEG_ prefix to all multiple inclusion guards.
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add EBML ID for Segment UID
Originally committed as revision 9814 to svn://svn.ffmpeg.org/ffmpeg/trunk
split some common code from the mkv demuxer that will be useful to the muxerpatch by David Conrad umovimus at gmail.com
Originally committed as revision 9215 to svn://svn.ffmpeg.org/ffmpeg/trunk