On 27/08/14 11:00 PM, James Zern wrote:
> On Tue, Aug 26, 2014 at 12:18 PM, James Almer wrote:
>> On 25/08/14 9:17 PM, Deb Mukherjee wrote:
>>> Sets aq_mode in the [0, 3] range for the libvpx encode wrapper.
>>> 0: none
>>> 1: variance aq
>>> 2: complexity aq
>>> 3: cyclic refresh aq
>>> ---
>>>
On 25/08/14 9:17 PM, Deb Mukherjee wrote:
> Sets aq_mode in the [0, 3] range for the libvpx encode wrapper.
> 0: none
> 1: variance aq
> 2: complexity aq
> 3: cyclic refresh aq
> ---
> doc/encoders.texi | 5 -
> libavcodec/libvpxenc.c | 9 +
> 2 files changed, 13 insertions(+), 1
On Tue, Aug 26, 2014 at 03:39:26AM +0200, Michael Niedermayer wrote:
> On Mon, Aug 25, 2014 at 05:17:39PM -0700, Deb Mukherjee wrote:
> > Sets aq_mode in the [0, 3] range for the libvpx encode wrapper.
> > 0: none
> > 1: variance aq
> > 2: complexity aq
> > 3: cyclic refresh aq
> > ---
> > doc/enc
On 25/08/14 10:39 PM, Michael Niedermayer wrote:
> On Mon, Aug 25, 2014 at 05:17:39PM -0700, Deb Mukherjee wrote:
>> Sets aq_mode in the [0, 3] range for the libvpx encode wrapper.
>> 0: none
>> 1: variance aq
>> 2: complexity aq
>> 3: cyclic refresh aq
>> ---
>> doc/encoders.texi | 5 -
>
On Mon, Aug 25, 2014 at 05:17:39PM -0700, Deb Mukherjee wrote:
> Sets aq_mode in the [0, 3] range for the libvpx encode wrapper.
> 0: none
> 1: variance aq
> 2: complexity aq
> 3: cyclic refresh aq
> ---
> doc/encoders.texi | 5 -
> libavcodec/libvpxenc.c | 9 +
> 2 files changed,
Sets aq_mode in the [0, 3] range for the libvpx encode wrapper.
0: none
1: variance aq
2: complexity aq
3: cyclic refresh aq
---
doc/encoders.texi | 5 -
libavcodec/libvpxenc.c | 9 +
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/doc/encoders.texi b/doc/encoders.t
On 22/08/14 3:25 PM, Deb Mukherjee wrote:
> @@ -803,6 +807,11 @@ static const AVOption vp9_options[] = {
> { "tile-columns","Number of tile columns to use, log2",
> OFFSET(tile_columns),AV_OPT_TYPE_INT, {.i64 = -1}, -1, 6, VE},
> { "tile-rows", "Number of tile rows
Sets aq_mode in the [0, 3] range for the libvpx encode wrapper.
0: none
1: variance aq
2: complexity aq
3: cyclic refresh aq
---
doc/encoders.texi | 5 -
libavcodec/libvpxenc.c | 9 +
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/doc/encoders.texi b/doc/encoders.t
On 21/08/14 9:48 PM, Deb Mukherjee wrote:
> Sets aq_mode in the [0, 3] range for the libvpx encode wrapper.
> ---
> libavcodec/libvpxenc.c | 5 +
> 1 file changed, 5 insertions(+)
The new setting should be mentioned in doc/encoders.texi (there are a lot other
options missing in the documenta