[FFmpeg-devel] [PATCH 2/9] sbc: implement SBC decoder (low-complexity subband codec)
Rostislav Pehlivanov
atomnuker at gmail.com
Thu Feb 22 18:46:51 EET 2018
On 21 February 2018 at 22:37, Aurelien Jacobs <aurel at gnuage.org> wrote:
> This was originally based on libsbc, and was fully integrated into ffmpeg.
> ---
> doc/general.texi | 2 +
> libavcodec/Makefile | 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/avcodec.h | 1 +
> libavcodec/codec_desc.c | 7 +
> libavcodec/sbc.c | 271 +++++++++++++++++++++++++++++++
> libavcodec/sbc.h | 121 ++++++++++++++
> libavcodec/sbcdec.c | 411 ++++++++++++++++++++++++++++++
> +++++++++++++++++
> libavcodec/sbcdec_data.c | 127 +++++++++++++++
> libavcodec/sbcdec_data.h | 44 +++++
> 10 files changed, 986 insertions(+)
> create mode 100644 libavcodec/sbc.c
> create mode 100644 libavcodec/sbc.h
> create mode 100644 libavcodec/sbcdec.c
> create mode 100644 libavcodec/sbcdec_data.c
> create mode 100644 libavcodec/sbcdec_data.h
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
Looks good to me, couldn't find an issue.
More information about the ffmpeg-devel
mailing list