Re: [FFmpeg-devel] [PATCH] [RFC] channel_layout: add support for ambisonics

2019-01-18 Thread Felicia Lim
On Thu, Nov 29, 2018 at 1:55 PM Marton Balint wrote: > > > On Thu, 29 Nov 2018, Rostislav Pehlivanov wrote: > > > This is an RFC to add support for tagging channel layouts as ambisonics > > in a backward-compatible way. > > For now ambisonics up to third order are supported. > > The functions

Re: [FFmpeg-devel] [PATCH] [RFC] channel_layout: add support for ambisonics

2018-11-29 Thread Michael Niedermayer
On Thu, Nov 29, 2018 at 02:02:43AM +, Rostislav Pehlivanov wrote: > This is an RFC to add support for tagging channel layouts as ambisonics > in a backward-compatible way. > For now ambisonics up to third order are supported. > The functions have been updated to support and propagate the >

Re: [FFmpeg-devel] [PATCH] [RFC] channel_layout: add support for ambisonics

2018-11-29 Thread Marton Balint
On Thu, 29 Nov 2018, Rostislav Pehlivanov wrote: This is an RFC to add support for tagging channel layouts as ambisonics in a backward-compatible way. For now ambisonics up to third order are supported. The functions have been updated to support and propagate the AV_CH_LAYOUT_AMBISONICS flag.

[FFmpeg-devel] [PATCH] [RFC] channel_layout: add support for ambisonics

2018-11-28 Thread Rostislav Pehlivanov
This is an RFC to add support for tagging channel layouts as ambisonics in a backward-compatible way. For now ambisonics up to third order are supported. The functions have been updated to support and propagate the AV_CH_LAYOUT_AMBISONICS flag. This is messy but does not require a new API for