Re: [FFmpeg-devel] adding bluetooth SBC codec

2017-12-03 Thread Aurelien Jacobs
On Sun, Dec 03, 2017 at 10:57:59AM +, Rostislav Pehlivanov wrote:
> On 5 November 2017 at 23:35, Aurelien Jacobs  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.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] adding bluetooth SBC codec

2017-12-03 Thread Rostislav Pehlivanov
On 5 November 2017 at 23:35, Aurelien Jacobs  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.
> --
> Aurel
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


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.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] adding bluetooth SBC codec

2017-11-05 Thread Aurelien Jacobs
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
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel