]> git.sesse.net Git - ffmpeg/commit
aptx: implement the aptX bluetooth codec
authorAurelien Jacobs <aurel@gnuage.org>
Fri, 10 Nov 2017 21:09:23 +0000 (22:09 +0100)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Fri, 10 Nov 2017 21:32:06 +0000 (21:32 +0000)
commita337b36b8bd68cacd0e8903c0b26420cb30fbee8
tree24f47394931c6bb78f582a1432d0fdabf1598efa
parent81c021c6a2d7848c31984d65f225ba54bdd6f560
aptx: implement the aptX bluetooth codec

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
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/aptx.c [new file with mode: 0644]
libavcodec/avcodec.h
libavcodec/codec_desc.c