Re: [FFmpeg-devel] adding bluetooth aptX codec

2017-11-05 Thread Aurelien Jacobs
On Mon, Nov 06, 2017 at 12:51:55AM +0100, Carl Eugen Hoyos wrote: > 2017-11-06 0:39 GMT+01:00 Aurelien Jacobs : > > > Here is the other codec I added for my bluetooth needs: aptX. > > Just curious: > Could you comment on the quality? Well, my ears aren't really good enough to make a real differe

Re: [FFmpeg-devel] adding bluetooth aptX codec

2017-11-05 Thread Carl Eugen Hoyos
2017-11-06 0:39 GMT+01:00 Aurelien Jacobs : > Here is the other codec I added for my bluetooth needs: aptX. Just curious: Could you comment on the quality? Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/ma

[FFmpeg-devel] adding bluetooth aptX codec

2017-11-05 Thread Aurelien Jacobs
Hi again, Here is the other codec I added for my bluetooth needs: aptX. This one is based on my reverse engineering and my understanding of patent EP0398973B1 (long expired). [PATCH 1/2] aptx: implement the aptX bluetooth codec [PATCH 2/2] aptx: add raw muxer and demuxer for aptX -- Aurel _