Re: [FFmpeg-devel] [PATCH v2 1/3] libaomenc: Add support for tiles

2018-09-23 Thread Mark Thompson
On 19/09/18 00:15, James Almer wrote: > On 9/18/2018 7:55 PM, Mark Thompson wrote: >> On 18/09/18 01:12, James Almer wrote: >>> On 9/17/2018 8:47 PM, Mark Thompson wrote: Adds an option to specify the number of tile rows and columns, then uses equal-sized tiles to fill the frame. ---

Re: [FFmpeg-devel] [PATCH v2 1/3] libaomenc: Add support for tiles

2018-09-18 Thread James Almer
On 9/18/2018 7:55 PM, Mark Thompson wrote: > On 18/09/18 01:12, James Almer wrote: >> On 9/17/2018 8:47 PM, Mark Thompson wrote: >>> Adds an option to specify the number of tile rows and columns, then uses >>> equal-sized tiles to fill the frame. >>> --- >>> libavcodec/libaomenc.c | 54 +++

Re: [FFmpeg-devel] [PATCH v2 1/3] libaomenc: Add support for tiles

2018-09-18 Thread Mark Thompson
On 18/09/18 01:12, James Almer wrote: > On 9/17/2018 8:47 PM, Mark Thompson wrote: >> Adds an option to specify the number of tile rows and columns, then uses >> equal-sized tiles to fill the frame. >> --- >> libavcodec/libaomenc.c | 54 ++ >> 1 file changed

Re: [FFmpeg-devel] [PATCH v2 1/3] libaomenc: Add support for tiles

2018-09-17 Thread James Almer
On 9/17/2018 8:47 PM, Mark Thompson wrote: > Adds an option to specify the number of tile rows and columns, then uses > equal-sized tiles to fill the frame. > --- > libavcodec/libaomenc.c | 54 ++ > 1 file changed, 54 insertions(+) > > diff --git a/libavcod

[FFmpeg-devel] [PATCH v2 1/3] libaomenc: Add support for tiles

2018-09-17 Thread Mark Thompson
Adds an option to specify the number of tile rows and columns, then uses equal-sized tiles to fill the frame. --- libavcodec/libaomenc.c | 54 ++ 1 file changed, 54 insertions(+) diff --git a/libavcodec/libaomenc.c b/libavcodec/libaomenc.c index 6a79d9b873.