ffmpeg/libavcodec/opus
Kacper Michajłow bb6de744cc
avcodec/opus/enc_psy: init intensity_stereo for silent frames
Silent frames return early from ff_opus_psy_celt_frame_init before
intensity_stereo is set, but postencode_update reads it into
avg_is_band, causing a use-of-uninitialized-value. Set it to end_band
like the non-silent path does.

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
2026-06-13 12:08:10 +02:00
..
celt.c
celt.h
dec.c opus: qualify libavcodec include paths 2026-06-12 00:49:14 +00:00
dec_celt.c opus/dec_celt: avoid emph_coeff becoming a subnormal 2026-03-16 11:51:49 +01:00
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 opus: qualify libavcodec include paths 2026-06-12 00:49:14 +00:00
enc.h
enc_psy.c avcodec/opus/enc_psy: init intensity_stereo for silent frames 2026-06-13 12:08:10 +02:00
enc_psy.h
enc_utils.h
frame_duration_tab.c avcodec/opus/parse: Move frame_duration tab into a file of its own 2026-02-06 14:04:50 +01:00
Makefile opus: qualify libavcodec include paths 2026-06-12 00:49:14 +00:00
opus.h
parse.c opus: qualify libavcodec include paths 2026-06-12 00:49:14 +00:00
parse.h Revert "avcodec/opus/parse: export the packet and extradata parsing functions" 2026-02-06 14:09:15 +01:00
parser.c opus: qualify libavcodec include paths 2026-06-12 00:49:14 +00:00
pvq.c opus: qualify libavcodec include paths 2026-06-12 00:49:14 +00:00
pvq.h
rc.c
rc.h
silk.c opus: qualify libavcodec include paths 2026-06-12 00:49:14 +00:00
silk.h
tab.c avcodec/opus: use precomputed NLSF weights for Silk decoder 2026-04-17 14:39:20 +00:00
tab.h avcodec/opus: use precomputed NLSF weights for Silk decoder 2026-04-17 14:39:20 +00:00