On 9/2/2017 1:23 PM, James Almer wrote:
> From: Vittorio Giovara
>
> This disables almost everything that was deprecated at least two years ago
>
> Readjust the minimum API version as needed, postponing any
> API-incompatible changes until the next bump.
>
> (cherry picked from commit 07a2b1559
On 9/10/17, James Almer wrote:
> On 9/10/2017 2:55 PM, Ivan Kalvachev wrote:
>> On 9/2/17, James Almer wrote:
>> [...]
>>> Notes:
>>> I have no way to test what effect the removal of XVMC truly has.
>>> The decoders are removed but unlike libav we have hwaccels that are not
>>> removed by this. S
On 9/10/2017 2:55 PM, Ivan Kalvachev wrote:
> On 9/2/17, James Almer wrote:
> [...]
>> Notes:
>> I have no way to test what effect the removal of XVMC truly has.
>> The decoders are removed but unlike libav we have hwaccels that are not
>> removed by this. Similarly, the pixfmt is also not removed
On 9/2/17, James Almer wrote:
[...]
> Notes:
> I have no way to test what effect the removal of XVMC truly has.
> The decoders are removed but unlike libav we have hwaccels that are not
> removed by this. Similarly, the pixfmt is also not removed in our case.
> Commit dcc39ee10e82833ce24aa57926c00
On 9/4/2017 6:38 AM, wm4 wrote:
> On Sat, 2 Sep 2017 13:23:06 -0300
> James Almer wrote:
>
>
>> #ifndef FF_API_LAVF_KEEPSIDE_FLAG
>> -#define FF_API_LAVF_KEEPSIDE_FLAG (LIBAVFORMAT_VERSION_MAJOR < 58)
>> +#define FF_API_LAVF_KEEPSIDE_FLAG (LIBAVFORMAT_VERSION_MAJOR < 59)
>> #endif
On Sat, 2 Sep 2017 13:23:06 -0300
James Almer wrote:
> #ifndef FF_API_LAVF_KEEPSIDE_FLAG
> -#define FF_API_LAVF_KEEPSIDE_FLAG (LIBAVFORMAT_VERSION_MAJOR < 58)
> +#define FF_API_LAVF_KEEPSIDE_FLAG (LIBAVFORMAT_VERSION_MAJOR < 59)
> #endif
> #ifndef FF_API_OLD_ROTATE_API
> -#define
From: Vittorio Giovara
This disables almost everything that was deprecated at least two years ago
Readjust the minimum API version as needed, postponing any
API-incompatible changes until the next bump.
(cherry picked from commit 07a2b155949eb267cdfc7805f42c7b3375f9c7c5)
Signed-off-by: Vittorio