]> git.sesse.net Git - ffmpeg/history - libavformat/asfenc.c
parse stream headers for audio streams in mkv, needed for frame size
[ffmpeg] / libavformat / asfenc.c
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-24 Zhentan FengMove put_le16_nolen() to asf.c and give it a ff_ prefix...
2010-02-25 Anton Khirnovasfenc: write tags in proper UTF-16.
2010-02-25 Anton Khirnovasfenc: simplify writing of comment header.
2010-02-24 Anton KhirnovDon't add WM prefixes to all written ASF tags.
2010-02-24 Anton KhirnovEliminate put_str16().
2010-02-15 Anton KhirnovStrings in extended content header are UTF16,
2009-06-24 Ronald S. BultjeRemove any reference to ASFContext.packet_size and...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-03-18 Reimar DöffingerRename GUID typedef to ff_asf_guid to fix MinGW compila...
2009-03-01 Aurelien JacobsAdd some basic metadata conversion tables for matroska...
2009-02-26 Aurelien Jacobsmove static tables from asf.h to non-static tables...
2009-02-26 Aurelien Jacobsrename asf-enc.c to asfenc.c and asf.c to asfdec.c...