[libav-devel] [PATCH 022/200] lavfi: Port filter negotiation to use the new channel layout API

2017-05-26 Thread Vittorio Giovara
Signed-off-by: Vittorio Giovara --- Moved portions of code to functions as Luca requested. I only left the code from MERGE_FORMATS unchanged because it was too heavily entwined in that function. Vittorio libavfilter/af_aformat.c | 30 +---

Re: [libav-devel] [PATCH 022/200] lavfi: Port filter negotiation to use the new channel layout API

2017-05-24 Thread Luca Barbato
On 5/17/17 7:47 PM, Vittorio Giovara wrote: > Signed-off-by: Vittorio Giovara > --- > libavfilter/af_aformat.c | 28 + > libavfilter/af_channelmap.c | 2 +- > libavfilter/af_channelsplit.c | 6 ++- > libavfilter/af_join.c | 2 +- >

[libav-devel] [PATCH 022/200] lavfi: Port filter negotiation to use the new channel layout API

2017-05-17 Thread Vittorio Giovara
Signed-off-by: Vittorio Giovara --- libavfilter/af_aformat.c | 28 + libavfilter/af_channelmap.c | 2 +- libavfilter/af_channelsplit.c | 6 ++- libavfilter/af_join.c | 2 +- libavfilter/avfiltergraph.c | 97