[FFmpeg-devel] adding bluetooth SBC codec

Aurelien Jacobs aurel at gnuage.org
Mon Nov 6 01:35:17 EET 2017


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.
--
Aurel


More information about the ffmpeg-devel mailing list