lavf: add oggparsedaala and bump micro

Multimedia / FFmpeg - Rostislav Pehlivanov [gmail.com] - 21 October 2015 00:02 UTC

This commit introduces a parser for the current bitstream produced by Daala. It currently bears a large similarity with Theora, another codec produced by Xiph. While likely to change in the future, its basic format of packet parsing should remain fairly identical with its current structure. Once the bitstream freezes, there are a few probable simplifications that could be made. Also, the current version (major, minor and micro) is stuck at zero so it's unusable as a way to warn about possible incompatibilities. This will change once the bitstream freezes, however until then this file is strictly targeting the current git master of the reference encoder, libdaala.

This file was developed independently at the same time by both myself and Vittorio Giovara, who used libav as a starting point. For fairness, and to prevent confusion and allegations, his name has been added to the copyright in the license header as well, and vice versa.

0f87cbd lavf: add oggparsedaala and bump micro
libavformat/Makefile | 1 +
libavformat/oggdec.c | 1 +
libavformat/oggdec.h | 1 +
libavformat/oggparsedaala.c | 241 +++++++++++++++++++++++++++++++++++++++++++
libavformat/version.h | 2 +-
5 files changed, 245 insertions(+), 1 deletion(-)

  • Share