On Sun, 12 Feb 2012 16:49:26 +0100, Kostya Shishkov <[email protected]> wrote: > --- > Changelog | 1 + > doc/general.texi | 2 +- > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 2 +- > libavcodec/proresdsp.c | 17 + > libavcodec/proresdsp.h | 3 + > libavcodec/proresenc.c | 820 > ++++++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/version.h | 2 +- > 8 files changed, 845 insertions(+), 3 deletions(-) > create mode 100644 libavcodec/proresenc.c > > + > +AVCodec ff_prores_encoder = { > + .name = "prores", > + .type = AVMEDIA_TYPE_VIDEO, > + .id = CODEC_ID_PRORES, > + .priv_data_size = sizeof(ProresContext), > + .init = encode_init, > + .close = encode_close, > + .encode = encode_frame,
I shouldn't have told you about my evil plan apparrently =p Still, could I ask you for encode2? Also, did you do any comparisons with that other encoder? -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
