Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-10 Thread Rostislav Pehlivanov
On 10 November 2017 at 21:09, Aurelien Jacobs wrote: > The encoder was reverse engineered from binary library and from > EP0398973B1 patent (long expired). > The decoder was simply deduced from the encoder. > --- > doc/general.texi| 2 + > libavcodec/Makefile |

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-10 Thread Aurelien Jacobs
On Fri, Nov 10, 2017 at 12:25:12AM +, Rostislav Pehlivanov wrote: > On 9 November 2017 at 22:48, Aurelien Jacobs wrote: > > > On Thu, Nov 09, 2017 at 02:32:44PM +, Rostislav Pehlivanov wrote: > > > On 9 November 2017 at 13:37, Aurelien Jacobs wrote: >

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-09 Thread Rostislav Pehlivanov
On 9 November 2017 at 22:48, Aurelien Jacobs wrote: > On Thu, Nov 09, 2017 at 02:32:44PM +, Rostislav Pehlivanov wrote: > > On 9 November 2017 at 13:37, Aurelien Jacobs wrote: > > > > > On Thu, Nov 09, 2017 at 12:52:34AM +, Rostislav Pehlivanov wrote:

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-09 Thread Aurelien Jacobs
On Thu, Nov 09, 2017 at 02:32:44PM +, Rostislav Pehlivanov wrote: > On 9 November 2017 at 13:37, Aurelien Jacobs wrote: > > > On Thu, Nov 09, 2017 at 12:52:34AM +, Rostislav Pehlivanov wrote: > > > On 8 November 2017 at 22:41, Aurelien Jacobs wrote: >

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-09 Thread Rostislav Pehlivanov
On 9 November 2017 at 13:37, Aurelien Jacobs wrote: > On Thu, Nov 09, 2017 at 12:52:34AM +, Rostislav Pehlivanov wrote: > > On 8 November 2017 at 22:41, Aurelien Jacobs wrote: > > > > > On Wed, Nov 08, 2017 at 06:26:03PM +0100, Michael Niedermayer wrote:

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-09 Thread James Almer
On 11/9/2017 10:37 AM, Aurelien Jacobs wrote: > On Thu, Nov 09, 2017 at 12:52:34AM +, Rostislav Pehlivanov wrote: >> On 8 November 2017 at 22:41, Aurelien Jacobs wrote: >> >>> On Wed, Nov 08, 2017 at 06:26:03PM +0100, Michael Niedermayer wrote: On Wed, Nov 08, 2017 at

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-09 Thread Aurelien Jacobs
On Thu, Nov 09, 2017 at 03:22:21AM +0100, Michael Niedermayer wrote: > On Wed, Nov 08, 2017 at 11:41:16PM +0100, Aurelien Jacobs wrote: > > On Wed, Nov 08, 2017 at 06:26:03PM +0100, Michael Niedermayer wrote: > > > On Wed, Nov 08, 2017 at 02:06:09PM +0100, Aurelien Jacobs wrote: > > > [...] > > >

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-09 Thread Aurelien Jacobs
On Thu, Nov 09, 2017 at 12:52:34AM +, Rostislav Pehlivanov wrote: > On 8 November 2017 at 22:41, Aurelien Jacobs wrote: > > > On Wed, Nov 08, 2017 at 06:26:03PM +0100, Michael Niedermayer wrote: > > > On Wed, Nov 08, 2017 at 02:06:09PM +0100, Aurelien Jacobs wrote: > > >

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-08 Thread Michael Niedermayer
On Wed, Nov 08, 2017 at 11:41:16PM +0100, Aurelien Jacobs wrote: > On Wed, Nov 08, 2017 at 06:26:03PM +0100, Michael Niedermayer wrote: > > On Wed, Nov 08, 2017 at 02:06:09PM +0100, Aurelien Jacobs wrote: > > [...] > > > +typedef const struct { > > > +const int32_t *quantize_intervals; > > > +

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-08 Thread Rostislav Pehlivanov
On 8 November 2017 at 22:41, Aurelien Jacobs wrote: > On Wed, Nov 08, 2017 at 06:26:03PM +0100, Michael Niedermayer wrote: > > On Wed, Nov 08, 2017 at 02:06:09PM +0100, Aurelien Jacobs wrote: > > [...] > > > +typedef const struct { > > > +const int32_t *quantize_intervals;

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-08 Thread Aurelien Jacobs
On Wed, Nov 08, 2017 at 06:26:03PM +0100, Michael Niedermayer wrote: > On Wed, Nov 08, 2017 at 02:06:09PM +0100, Aurelien Jacobs wrote: > [...] > > +typedef const struct { > > +const int32_t *quantize_intervals; > > +const int32_t *invert_quantize_dither_factors; > > +const int32_t

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-08 Thread Rostislav Pehlivanov
On 8 November 2017 at 17:26, Michael Niedermayer wrote: > On Wed, Nov 08, 2017 at 02:06:09PM +0100, Aurelien Jacobs wrote: > [...] > > +typedef const struct { > > +const int32_t *quantize_intervals; > > +const int32_t *invert_quantize_dither_factors; > > +

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-08 Thread Michael Niedermayer
On Wed, Nov 08, 2017 at 02:06:09PM +0100, Aurelien Jacobs wrote: [...] > +typedef const struct { > +const int32_t *quantize_intervals; > +const int32_t *invert_quantize_dither_factors; > +const int32_t *quantize_dither_factors; > +const int32_t *quantize_factor_select_offset;

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-08 Thread Aurelien Jacobs
On Wed, Nov 08, 2017 at 10:54:18AM +0100, Paul B Mahol wrote: > On 11/7/17, Aurelien Jacobs wrote: > > The encoder was reverse engineered from binary library and from > > EP0398973B1 patent (long expired). > > The decoder was simply deduced from the encoder. > > --- > >

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-08 Thread Paul B Mahol
On 11/7/17, Aurelien Jacobs wrote: > The encoder was reverse engineered from binary library and from > EP0398973B1 patent (long expired). > The decoder was simply deduced from the encoder. > --- > doc/general.texi| 2 + > libavcodec/Makefile | 2 + >

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-07 Thread Rostislav Pehlivanov
On 7 November 2017 at 22:26, Aurelien Jacobs wrote: > The encoder was reverse engineered from binary library and from > EP0398973B1 patent (long expired). > The decoder was simply deduced from the encoder. > --- > doc/general.texi| 2 + > libavcodec/Makefile |

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-07 Thread Aurelien Jacobs
On Mon, Nov 06, 2017 at 12:30:02AM +, Rostislav Pehlivanov wrote: > On 5 November 2017 at 23:39, Aurelien Jacobs wrote: > > > The encoder was reverse engineered from binary library and from > > EP0398973B1 patent (long expired). > > The decoder was simply deduced from the

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-05 Thread Rostislav Pehlivanov
On 6 November 2017 at 00:30, Rostislav Pehlivanov wrote: > > > On 5 November 2017 at 23:39, Aurelien Jacobs wrote: > >> +*ptr++ = samples[RIGHT][i] >> 8; >> > > How horrible, don't interleave the samples, leave them as planar. > Change the

Re: [FFmpeg-devel] [PATCH 1/2] aptx: implement the aptX bluetooth codec

2017-11-05 Thread Rostislav Pehlivanov
On 5 November 2017 at 23:39, Aurelien Jacobs wrote: > The encoder was reverse engineered from binary library and from > EP0398973B1 patent (long expired). > The decoder was simply deduced from the encoder. > --- > doc/general.texi| 2 + > libavcodec/Makefile |