Re: [FFmpeg-devel] [PATCH 3/4] VP4 data tables

2019-01-06 Thread Peter Ross
On Sun, Jan 06, 2019 at 02:40:44PM -0300, James Almer wrote: > On 1/6/2019 4:43 AM, Peter Ross wrote: > > --- > > libavcodec/vp4data.h | 3784 ++ > > 1 file changed, 3784 insertions(+) > > create mode 100644 libavcodec/vp4data.h > > This should be squashed

Re: [FFmpeg-devel] [PATCH 3/4] VP4 data tables

2019-01-06 Thread James Almer
On 1/6/2019 4:43 AM, Peter Ross wrote: > --- > libavcodec/vp4data.h | 3784 ++ > 1 file changed, 3784 insertions(+) > create mode 100644 libavcodec/vp4data.h This should be squashed with the patch adding the decoder before pushing.

Re: [FFmpeg-devel] [PATCH 3/4] VP4 data tables

2019-01-06 Thread Carl Eugen Hoyos
2019-01-06 8:43 GMT+01:00, Peter Ross : > +static const uint32_t vp4_generic_dequant[64] = { > +16, 17, 18, 20, 22, 24, 26, 28, > +17, 18, 20, 22, 24, 26, 28, 32, > +18, 20, 22, 24, 26, 28, 32, 36, > +20, 22, 24, 26, 28, 32, 36, 40, > +22, 24, 26, 28, 32, 36, 40, 44, > +24,

[FFmpeg-devel] [PATCH 3/4] VP4 data tables

2019-01-05 Thread Peter Ross
--- libavcodec/vp4data.h | 3784 ++ 1 file changed, 3784 insertions(+) create mode 100644 libavcodec/vp4data.h diff --git a/libavcodec/vp4data.h b/libavcodec/vp4data.h new file mode 100644 index 00..bd33f50d7d --- /dev/null +++ b/libavcodec/vp4data