[FFmpeg-devel] [PATCH 4/4] VP4 video decoder

Peter Ross pross at xvid.org
Sun Jan 6 13:50:57 EET 2019


On Sun, Jan 06, 2019 at 10:11:14AM +0100, Paul B Mahol wrote:
> On 1/6/19, Peter Ross <pross at xvid.org> wrote:
> > ---
> >  Changelog               |   1 +
> >  doc/general.texi        |   2 +
> >  libavcodec/codec_desc.c |   2 +-
> >  libavcodec/vp3.c        | 701 ++++++++++++++++++++++++++++++++++++++--
> >  libavformat/riff.c      |   1 +
> >  5 files changed, 671 insertions(+), 36 deletions(-)
> 
> Why is it not using own codec id? It is better that way IMHO.

seperate ids would enable users to independently disable the decoder.
but other than that, i don't know what value this brings.

the codecs are very similar. even the reference implementation only uses the
version field to distinguish them. if i change a true VP3 file to use the
'VP40' fourcc, it decodes correctly. if i change a true VP4 file to use
the 'VP31' fourcc, it also decodes correctly.

-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190106/65b60dfd/attachment.sig>


More information about the ffmpeg-devel mailing list