[FFmpeg-devel] adding bluetooth SBC codec

Aurelien Jacobs aurel at gnuage.org
Sun Dec 3 23:54:46 EET 2017


On Sun, Dec 03, 2017 at 10:57:59AM +0000, Rostislav Pehlivanov wrote:
> On 5 November 2017 at 23:35, Aurelien Jacobs <aurel at gnuage.org> wrote:
> 
> > Hello everyone,
> >
> > Long time no see !
> >
> > I'm glad to see ffmpeg still strong.
> >
> > I'm curently playing with bluetooth audio (A2DP) and I wanted to
> > use lavc to do the encoding/decoding, so I added some codecs that
> > I need to ffmpeg.
> >
> > Here is the result for the SBC codec.
> >
> > [PATCH 1/3] sbc: implement SBC codec (low-complexity subband codec)
> > [PATCH 2/3] sbc: add parser for SBC
> > [PATCH 3/3] sbc: add raw muxer and demuxer for SBC
> >
> > Note that this is based on libsbc, and that I have a repository with full
> > history of the modifications I applied on top of libsbc:
> >   https://gitlab.com/aurelj/ffmpeg/commits/bluetooth_sbc
> > If anyone would prefer me to submit all the patches with full history
> > on this mailing list, just say so. (I just think the squashed
> > version makes more sense to review)
> >
> > Thanks everyone for all your efforts to keep ffmpeg going.
> >
> 
> 
> Ping, there isn't much to do to this patch, just what was mentioned plus
> some of the stuff you did for the aptx patchset.

Yes, I'm just very busy lately. But I will clean this up it eventually.


More information about the ffmpeg-devel mailing list