From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 81D4D4E34B for ; Mon, 9 Jun 2025 10:06:05 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 6257F68CAB9; Mon, 9 Jun 2025 13:06:01 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 755CD68BFDE for ; Mon, 9 Jun 2025 13:05:54 +0300 (EEST) Received: from 641c203ef3bf44b7edb12b4f19b08a7e ([1.145.244.154]) (authenticated (0 bits)) by mx.sdf.org (8.18.1/8.14.3) with ESMTPSA id 559A5i4Z021378 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Mon, 9 Jun 2025 10:05:50 GMT Date: Mon, 9 Jun 2025 20:05:41 +1000 From: Peter Ross To: ffmpeg-devel@ffmpeg.org Message-ID: MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCHv3 0/8] G.728 decoding X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============8579885192602886469==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8579885192602886469== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s1RvqIsds18AsSnN" Content-Disposition: inline --s1RvqIsds18AsSnN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Sample: https://pross.sdf.org/sandpit/CW5.g728 Peter Ross (8): avcodec/g728_template: do_hybrid_window() template avcodec/g728_template: make hist parameter constant avcodec/lpc_functions: compute_lpc_coefs: add starting lpc order and err cache parameters avcodec/g728dec: G.728 decoder avformat/g728dec: raw G.728 demuxer avformat/riff: G.728 muxing and demuxing avformat/aiff: G.728 muxing and demuxing avformat/rtp: G.728 muxing and demuxing libavcodec/Makefile | 1 + libavcodec/aac/aacdec_dsp_template.c | 2 +- libavcodec/aacenc_tns.c | 2 +- libavcodec/allcodecs.c | 1 + libavcodec/codec_desc.c | 7 + libavcodec/codec_id.h | 1 + libavcodec/g728_template.c | 65 ++++++++ libavcodec/g728data.h | 70 +++++++++ libavcodec/g728dec.c | 220 +++++++++++++++++++++++++++ libavcodec/lpc.c | 2 +- libavcodec/lpc_functions.h | 18 ++- libavcodec/ra288.c | 52 +------ libavcodec/utils.c | 1 + libavformat/Makefile | 1 + libavformat/aiff.c | 1 + libavformat/aiffdec.c | 3 + libavformat/allformats.c | 1 + libavformat/g728dec.c | 58 +++++++ libavformat/riff.c | 2 + libavformat/riffenc.c | 1 + libavformat/rtp.c | 2 +- libavformat/rtpenc.c | 1 + 22 files changed, 455 insertions(+), 57 deletions(-) create mode 100644 libavcodec/g728_template.c create mode 100644 libavcodec/g728data.h create mode 100644 libavcodec/g728dec.c create mode 100644 libavformat/g728dec.c --=20 2.47.2 -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --s1RvqIsds18AsSnN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCaEax8QAKCRBnYHnFrEDd a24fAKC+bMg9f8HGY9/xWvkYras0nQwcSgCgo17bh3fMnQCK8/vHXhJOMMUlzEI= =K3qD -----END PGP SIGNATURE----- --s1RvqIsds18AsSnN-- --===============8579885192602886469== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============8579885192602886469==--