ffmpeg/libavcodec/opus
James Almer 041d108958 avcodec/opus/enc: don't remove more samples than needed from the last packet
The hardcoded extra 120 samples results in the side data reporting the need to
discard the entire packet rather than the padding samples.
This is in line with the behavior of the libopus encoder.

Signed-off-by: James Almer <jamrial@gmail.com>
2026-01-29 21:09:02 -03:00
..
celt.c
celt.h
dec.c avcodec/opus/dec: Simplify resetting AVAudioFifo 2025-07-11 15:14:27 +02:00
dec_celt.c
dsp.c avcodec/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
dsp.h
enc.c avcodec/opus/enc: don't remove more samples than needed from the last packet 2026-01-29 21:09:02 -03:00
enc.h
enc_psy.c
enc_psy.h
enc_utils.h
Makefile
opus.h
parse.c all: fix whitespace/new-line issues 2025-08-03 13:48:47 +02:00
parse.h
parser.c libavcodec/opus/parser: Fix spurious 'Error parsing Opus packet header' 2025-11-27 14:04:20 +00:00
pvq.c avcodec/x86/Makefile: Only compile ASM init files when X86ASM is enabled 2025-11-30 22:20:13 +01:00
pvq.h
rc.c
rc.h
silk.c avcodec/opus/silk: don't assume stereo when calling silk_decode_frame() 2025-07-22 22:16:25 -03:00
silk.h
tab.c all: fix typos found by codespell 2025-08-03 13:48:47 +02:00
tab.h avcodec/opus/tab: Deduplicate arrays 2025-04-13 22:49:21 +02:00