ffmpeg/libavcodec/opus
Andrew Kelley 8a10a8a03e opus: qualify libavcodec include paths
Removes the special -I flag specified in the avcodec/opus/ subdirectory.

This makes code copy-pastable to other parts of the ffmpeg codebase, as
well as simplifying the build script.

It also reduces ambiguity, since there are many instances of same-named
header files existing in both libavformat/ and libavcodec/
subdirectories.

Follows: b29bdd3715
2026-06-12 00:49:14 +00: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: fix CELT psy analysis and packet sizing 2026-05-23 10:38:28 +00: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