[FFmpeg-devel] [PATCH 0/8] G.728 decoding
Peter Ross
pross at xvid.org
Sun Jan 12 04:36:33 EET 2025
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 | 213 +++++++++++++++++++++++++++
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, 448 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
--
2.45.2
-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20250112/51878dc9/attachment.sig>
More information about the ffmpeg-devel
mailing list