ogg_codec          43 libavformat/oggdec.c static const struct ogg_codec * const ogg_codecs[] = {
ogg_codec         192 libavformat/oggdec.c static const struct ogg_codec *ogg_find_codec(uint8_t *buf, int size)
ogg_codec         214 libavformat/oggdec.c     const struct ogg_codec *codec;
ogg_codec          77 libavformat/oggdec.h     const struct ogg_codec *codec;
ogg_codec         117 libavformat/oggdec.h extern const struct ogg_codec ff_celt_codec;
ogg_codec         118 libavformat/oggdec.h extern const struct ogg_codec ff_dirac_codec;
ogg_codec         119 libavformat/oggdec.h extern const struct ogg_codec ff_flac_codec;
ogg_codec         120 libavformat/oggdec.h extern const struct ogg_codec ff_ogm_audio_codec;
ogg_codec         121 libavformat/oggdec.h extern const struct ogg_codec ff_ogm_old_codec;
ogg_codec         122 libavformat/oggdec.h extern const struct ogg_codec ff_ogm_text_codec;
ogg_codec         123 libavformat/oggdec.h extern const struct ogg_codec ff_ogm_video_codec;
ogg_codec         124 libavformat/oggdec.h extern const struct ogg_codec ff_old_dirac_codec;
ogg_codec         125 libavformat/oggdec.h extern const struct ogg_codec ff_old_flac_codec;
ogg_codec         126 libavformat/oggdec.h extern const struct ogg_codec ff_opus_codec;
ogg_codec         127 libavformat/oggdec.h extern const struct ogg_codec ff_skeleton_codec;
ogg_codec         128 libavformat/oggdec.h extern const struct ogg_codec ff_speex_codec;
ogg_codec         129 libavformat/oggdec.h extern const struct ogg_codec ff_theora_codec;
ogg_codec         130 libavformat/oggdec.h extern const struct ogg_codec ff_vorbis_codec;
ogg_codec         131 libavformat/oggdec.h extern const struct ogg_codec ff_vp8_codec;
ogg_codec          92 libavformat/oggparsecelt.c const struct ogg_codec ff_celt_codec = {
ogg_codec         116 libavformat/oggparsedirac.c const struct ogg_codec ff_dirac_codec = {
ogg_codec         125 libavformat/oggparsedirac.c const struct ogg_codec ff_old_dirac_codec = {
ogg_codec         128 libavformat/oggparseflac.c const struct ogg_codec ff_flac_codec = {
ogg_codec         135 libavformat/oggparseflac.c const struct ogg_codec ff_old_flac_codec = {
ogg_codec         194 libavformat/oggparseogm.c const struct ogg_codec ff_ogm_video_codec = {
ogg_codec         203 libavformat/oggparseogm.c const struct ogg_codec ff_ogm_audio_codec = {
ogg_codec         212 libavformat/oggparseogm.c const struct ogg_codec ff_ogm_text_codec = {
ogg_codec         221 libavformat/oggparseogm.c const struct ogg_codec ff_ogm_old_codec = {
ogg_codec         181 libavformat/oggparseopus.c const struct ogg_codec ff_opus_codec = {
ogg_codec          96 libavformat/oggparseskeleton.c const struct ogg_codec ff_skeleton_codec = {
ogg_codec         148 libavformat/oggparsespeex.c const struct ogg_codec ff_speex_codec = {
ogg_codec         211 libavformat/oggparsetheora.c const struct ogg_codec ff_theora_codec = {
ogg_codec         503 libavformat/oggparsevorbis.c const struct ogg_codec ff_vorbis_codec = {
ogg_codec         139 libavformat/oggparsevp8.c const struct ogg_codec ff_vp8_codec = {