Re: [FFmpeg-devel] [RFC 2/3] daala_parser: add a Daala parser

2015-12-29 Thread James Almer
On 12/28/2015 1:58 PM, Rostislav Pehlivanov wrote: > Not much to say about this other than "it works". > If this parser is needed to get the muxing code from patch 3/3 working then it may be a good idea to commit the relevant functions from the decoder with this first, assuming what it needs from

[FFmpeg-devel] [RFC 2/3] daala_parser: add a Daala parser

2015-12-28 Thread Rostislav Pehlivanov
Not much to say about this other than "it works". Signed-off-by: Rostislav Pehlivanov --- configure | 1 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c| 1 + libavcodec/daala_parser.c | 50 +++ 4 files changed, 53 inse