Re: [libav-devel] [PATCH] libvpx: Support all pixel formats available in encoding and decoding

2015-06-03 Thread Luca Barbato
On 31/05/15 17:01, Luca Barbato wrote: On 27/05/15 22:25, James Almer wrote: Yes, that plus a considerable amount of ifdeffery in the code. It will be ugly, but i also think it's worth keeping compatibility with at least 1.3.0 1.3.0 explodes on 422p that at least in theory should support.

Re: [libav-devel] [PATCH] libvpx: Support all pixel formats available in encoding and decoding

2015-06-03 Thread Luca Barbato
On 03/06/15 19:39, James Almer wrote: On 03/06/15 11:29 AM, Luca Barbato wrote: On 31/05/15 17:01, Luca Barbato wrote: On 27/05/15 22:25, James Almer wrote: Yes, that plus a considerable amount of ifdeffery in the code. It will be ugly, but i also think it's worth keeping compatibility with

Re: [libav-devel] [PATCH] libvpx: Support all pixel formats available in encoding and decoding

2015-06-03 Thread James Almer
On 03/06/15 11:29 AM, Luca Barbato wrote: On 31/05/15 17:01, Luca Barbato wrote: On 27/05/15 22:25, James Almer wrote: Yes, that plus a considerable amount of ifdeffery in the code. It will be ugly, but i also think it's worth keeping compatibility with at least 1.3.0 1.3.0 explodes on

Re: [libav-devel] [PATCH] libvpx: Support all pixel formats available in encoding and decoding

2015-05-31 Thread Luca Barbato
On 27/05/15 22:25, James Almer wrote: Yes, that plus a considerable amount of ifdeffery in the code. It will be ugly, but i also think it's worth keeping compatibility with at least 1.3.0 1.3.0 explodes on 422p that at least in theory should support. (I'm testing all the possible encodings

Re: [libav-devel] [PATCH] libvpx: Support all pixel formats available in encoding and decoding

2015-05-28 Thread James Almer
On 28/05/15 9:11 AM, Vittorio Giovara wrote: On Wed, May 27, 2015 at 7:24 PM, James Almer jamr...@gmail.com wrote: As Luca said, require_pkg_config. If you use require, vpx = 1.4.0 is just used as a name to report a failure. It does not check for that version. I swear I couldn't get it

Re: [libav-devel] [PATCH] libvpx: Support all pixel formats available in encoding and decoding

2015-05-28 Thread Vittorio Giovara
On Thu, May 28, 2015 at 5:09 PM, James Almer jamr...@gmail.com wrote: On 28/05/15 9:11 AM, Vittorio Giovara wrote: On Wed, May 27, 2015 at 7:24 PM, James Almer jamr...@gmail.com wrote: As Luca said, require_pkg_config. If you use require, vpx = 1.4.0 is just used as a name to report a

Re: [libav-devel] [PATCH] libvpx: Support all pixel formats available in encoding and decoding

2015-05-27 Thread James Almer
On 27/05/15 1:15 PM, Vittorio Giovara wrote: Bump the minimum libvpx version to 1.4.0 so that all pixel formats are present. Add new VP9 profiles. Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com --- Modified as requested. Vittorio configure | 23

[libav-devel] [PATCH] libvpx: Support all pixel formats available in encoding and decoding

2015-05-27 Thread Vittorio Giovara
Bump the minimum libvpx version to 1.4.0 so that all pixel formats are present. Add new VP9 profiles. Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com --- Modified as requested. Vittorio configure | 23 +++-- libavcodec/avcodec.h | 4

Re: [libav-devel] [PATCH] libvpx: Support all pixel formats available in encoding and decoding

2015-05-27 Thread Martin Storsjö
On Wed, 27 May 2015, Vittorio Giovara wrote: Bump the minimum libvpx version to 1.4.0 so that all pixel formats are present. Add new VP9 profiles. Sorry to be a bit late to the party, but how bad would it be to keep compat with older versions? Was there any other argument for dropping older

Re: [libav-devel] [PATCH] libvpx: Support all pixel formats available in encoding and decoding

2015-05-27 Thread James Almer
On 27/05/15 3:24 PM, James Almer wrote: On 27/05/15 1:15 PM, Vittorio Giovara wrote: Bump the minimum libvpx version to 1.4.0 so that all pixel formats are present. Add new VP9 profiles. Signed-off-by: Vittorio Giovara vittorio.giov...@gmail.com --- Modified as requested. Vittorio

Re: [libav-devel] [PATCH] libvpx: Support all pixel formats available in encoding and decoding

2015-05-27 Thread James Almer
On 27/05/15 5:04 PM, Martin Storsjö wrote: On Wed, 27 May 2015, Vittorio Giovara wrote: Bump the minimum libvpx version to 1.4.0 so that all pixel formats are present. Add new VP9 profiles. Sorry to be a bit late to the party, but how bad would it be to keep compat with older versions?

Re: [libav-devel] [PATCH] libvpx: Support all pixel formats available in encoding and decoding

2015-05-27 Thread Luca Barbato
On 27/05/15 22:04, Martin Storsjö wrote: On Wed, 27 May 2015, Vittorio Giovara wrote: Bump the minimum libvpx version to 1.4.0 so that all pixel formats are present. Add new VP9 profiles. Sorry to be a bit late to the party, but how bad would it be to keep compat with older versions? Was