Re: [FFmpeg-devel] [PATCH] libaomenc: Add support for tiles

2018-10-28 Thread Mark Thompson
On 27/10/18 19:58, James Almer wrote: > On 10/22/2018 7:40 PM, Mark Thompson wrote: >> Adds an option to specify the number of tile rows and columns, then uses >> a uniform tiling if possible and otherwise a fixed tiling with equal-sized >> tiles to fill the frame. >> >> Also adds -tile-columns and

Re: [FFmpeg-devel] [PATCH] libaomenc: Add support for tiles

2018-10-27 Thread James Almer
On 10/22/2018 7:40 PM, Mark Thompson wrote: > Adds an option to specify the number of tile rows and columns, then uses > a uniform tiling if possible and otherwise a fixed tiling with equal-sized > tiles to fill the frame. > > Also adds -tile-columns and -tile-rows options to make tilings with > p

Re: [FFmpeg-devel] [PATCH] libaomenc: Add support for tiles

2018-10-26 Thread Thierry Foucu
On Mon, Oct 22, 2018 at 3:45 PM Mark Thompson wrote: > Adds an option to specify the number of tile rows and columns, then uses > a uniform tiling if possible and otherwise a fixed tiling with equal-sized > tiles to fill the frame. > > Also adds -tile-columns and -tile-rows options to make tiling

[FFmpeg-devel] [PATCH] libaomenc: Add support for tiles

2018-10-22 Thread Mark Thompson
Adds an option to specify the number of tile rows and columns, then uses a uniform tiling if possible and otherwise a fixed tiling with equal-sized tiles to fill the frame. Also adds -tile-columns and -tile-rows options to make tilings with power-of-two numbers of tiles, matching the behaviour of

[FFmpeg-devel] [PATCH] libaomenc: Add support for tiles

2018-10-02 Thread Mark Thompson
Adds an option to specify the number of tile rows and columns, then uses a uniform tiling if possible and otherwise a fixed tiling with equal-sized tiles to fill the frame. Also adds -tile-columns and -tile-rows options to make tilings with power-of-two numbers of tiles, matching the behaviour of