Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCHv3 0/8] G.728 decoding
@ 2025-06-09 10:05 Peter Ross
  2025-06-09 10:06 ` [FFmpeg-devel] [PATCHv3 1/8] avcodec/g728_template: do_hybrid_window() template Peter Ross
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Peter Ross @ 2025-06-09 10:05 UTC (permalink / raw)
  To: ffmpeg-devel


[-- Attachment #1.1: Type: text/plain, Size: 1884 bytes --]

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

-- 
2.47.2

-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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".

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-06-11 14:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-09 10:05 [FFmpeg-devel] [PATCHv3 0/8] G.728 decoding Peter Ross
2025-06-09 10:06 ` [FFmpeg-devel] [PATCHv3 1/8] avcodec/g728_template: do_hybrid_window() template Peter Ross
2025-06-09 21:56   ` Tomas Härdin
2025-06-09 10:06 ` [FFmpeg-devel] [PATCHv3 2/8] avcodec/g728_template: make hist parameter constant Peter Ross
2025-06-09 10:06 ` [FFmpeg-devel] [PATCHv3 3/8] avcodec/lpc_functions: compute_lpc_coefs: add starting lpc order and err cache parameters Peter Ross
2025-06-09 10:07 ` [FFmpeg-devel] [PATCHv3 4/8] avcodec/g728dec: G.728 decoder Peter Ross
2025-06-09 10:07 ` [FFmpeg-devel] [PATCHv3 5/8] avformat/g728dec: raw G.728 demuxer Peter Ross
2025-06-09 10:08 ` [FFmpeg-devel] [PATCHv3 6/8] avformat/riff: G.728 muxing and demuxing Peter Ross
2025-06-09 10:08 ` [FFmpeg-devel] [PATCHv3 7/8] avformat/aiff: " Peter Ross
2025-06-09 22:25   ` Andreas Rheinhardt
2025-06-10  0:07     ` compn
2025-06-10  0:29     ` Peter Ross
2025-06-11 14:45       ` compn
2025-06-09 10:08 ` [FFmpeg-devel] [PATCHv3 8/8] avformat/rtp: " Peter Ross

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git