Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add options for spatial layers.

2019-11-28 Thread James Almer
On 11/27/2019 9:25 PM, Thierry Foucu wrote: > Disable by default to output all the layers, to match libaomdec wrapper. > Add option to select the operating point for the spatial layers. > Update the documentation with the new options. > --- > doc/decoders.texi | 6 ++ > libavcodec/libdav1d

Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add options for spatial layers.

2019-11-27 Thread Andreas Rheinhardt
Thierry Foucu: > Disable by default to output all the layers, to match libaomdec wrapper. > Add option to select the operating point for the spatial layers. > Update the documentation with the new options. > --- > doc/decoders.texi | 6 ++ > libavcodec/libdav1d.c | 8 > 2 files ch

Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add options for spatial layers.

2019-11-27 Thread Thierry Foucu
On Wed, Nov 27, 2019 at 4:02 PM James Almer wrote: > On 11/27/2019 9:00 PM, Moritz Barsnick wrote: > > On Wed, Nov 27, 2019 at 09:21:28 -0800, Thierry Foucu wrote: > >> +@item oppoint > >> +Select an operating point of a scalable AV1 bitstream (0 - 32) > > [...] > >> +{ "oppoint", "Select an

Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add options for spatial layers.

2019-11-27 Thread James Almer
On 11/27/2019 9:00 PM, Moritz Barsnick wrote: > On Wed, Nov 27, 2019 at 09:21:28 -0800, Thierry Foucu wrote: >> +@item oppoint >> +Select an operating point of a scalable AV1 bitstream (0 - 32) > [...] >> +{ "oppoint", "Select an operating point of the scalable bitstream", >> OFFSET(operating

Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add options for spatial layers.

2019-11-27 Thread Moritz Barsnick
On Wed, Nov 27, 2019 at 09:21:28 -0800, Thierry Foucu wrote: > +@item oppoint > +Select an operating point of a scalable AV1 bitstream (0 - 32) [...] > +{ "oppoint", "Select an operating point of the scalable bitstream", > OFFSET(operating_point), AV_OPT_TYPE_INT, { .i64 = -1 }, 0, 31, VD },

Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add options for spatial layers.

2019-11-25 Thread Steven Liu
> 在 2019年11月26日,07:16,Thierry Foucu 写道: > > On Wed, Nov 20, 2019 at 9:55 AM Thierry Foucu wrote: > >> >> >> On Thu, Nov 14, 2019 at 9:36 AM Thierry Foucu wrote: >> >>> Disable by default to output all the layers, to match libaomdec wrapper. >>> Add option to select the operating point for

Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add options for spatial layers.

2019-11-25 Thread Thierry Foucu
On Wed, Nov 20, 2019 at 9:55 AM Thierry Foucu wrote: > > > On Thu, Nov 14, 2019 at 9:36 AM Thierry Foucu wrote: > >> Disable by default to output all the layers, to match libaomdec wrapper. >> Add option to select the operating point for the spatial layers. >> --- >> libavcodec/libdav1d.c | 8 +

Re: [FFmpeg-devel] [PATCH] [libdav1d.c]: Add options for spatial layers.

2019-11-20 Thread Thierry Foucu
On Thu, Nov 14, 2019 at 9:36 AM Thierry Foucu wrote: > Disable by default to output all the layers, to match libaomdec wrapper. > Add option to select the operating point for the spatial layers. > --- > libavcodec/libdav1d.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/libavc