ffmpeg/libavcodec/opus
Anton Khirnov 5b112b17c0 opus/dec_celt: avoid emph_coeff becoming a subnormal
This happens for silence frames, which on many CPUs massively slows down
processing the decoded output.

Cf. https://github.com/Genymobile/scrcpy/issues/6715
2026-03-16 11:51:49 +01:00
..
celt.c
celt.h
dec.c Revert "avcodec/opus/parse: export the packet and extradata parsing functions" 2026-02-06 14:09:15 +01:00
dec_celt.c opus/dec_celt: avoid emph_coeff becoming a subnormal 2026-03-16 11:51:49 +01:00
dsp.c
dsp.h
enc.c avcodec/opus/enc: rescale packet duration when calculating discarded samples 2026-02-17 20:17:23 -03:00
enc.h
enc_psy.c
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 Revert "avcodec/opus/parse: export the packet and extradata parsing functions" 2026-02-06 14:09:15 +01:00
opus.h
parse.c avcodec: set skip_samples in generic code 2026-02-12 09:59:54 -03:00
parse.h Revert "avcodec/opus/parse: export the packet and extradata parsing functions" 2026-02-06 14:09:15 +01:00
parser.c Revert "avcodec/opus/parse: export the packet and extradata parsing functions" 2026-02-06 14:09:15 +01:00
pvq.c
pvq.h
rc.c
rc.h
silk.c
silk.h
tab.c
tab.h avformat/matroskaenc: Parse Opus packet durations ourselves 2026-02-06 14:05:14 +01:00