AV_CODEC_ID_NONE 1745 cmdutils.c if (fmt->video_codec != AV_CODEC_ID_NONE && AV_CODEC_ID_NONE 1749 cmdutils.c if (fmt->audio_codec != AV_CODEC_ID_NONE && AV_CODEC_ID_NONE 1753 cmdutils.c if (fmt->subtitle_codec != AV_CODEC_ID_NONE && AV_CODEC_ID_NONE 600 doc/examples/muxing.c if (fmt->video_codec != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 605 doc/examples/muxing.c if (fmt->audio_codec != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 865 ffmpeg_opt.c find_codec_or_die(video_codec_name , AVMEDIA_TYPE_VIDEO , 0)->id : AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 867 ffmpeg_opt.c find_codec_or_die(audio_codec_name , AVMEDIA_TYPE_AUDIO , 0)->id : AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 869 ffmpeg_opt.c find_codec_or_die(subtitle_codec_name, AVMEDIA_TYPE_SUBTITLE, 0)->id : AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 871 ffmpeg_opt.c find_codec_or_die(data_codec_name, AVMEDIA_TYPE_DATA, 0)->id : AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 1143 ffmpeg_opt.c ost->encoder_opts = filter_codec_opts(o->g->codec_opts, AV_CODEC_ID_NONE, oc, st, NULL); AV_CODEC_ID_NONE 1880 ffmpeg_opt.c if (!o->video_disable && av_guess_codec(oc->oformat, NULL, filename, NULL, AVMEDIA_TYPE_VIDEO) != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 1902 ffmpeg_opt.c if (!o->audio_disable && av_guess_codec(oc->oformat, NULL, filename, NULL, AVMEDIA_TYPE_AUDIO) != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 1947 ffmpeg_opt.c for (i = 0; codec_id != AV_CODEC_ID_NONE && i < nb_input_streams; i++) { AV_CODEC_ID_NONE 2465 ffprobe.c if (fmt_ctx->streams[i]->codec->codec_id != AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 338 ffserver_config.c if (ctx->codec_id == AV_CODEC_ID_NONE && !ctx->priv_data) { AV_CODEC_ID_NONE 530 ffserver_config.c guessed_codec_id = config->guessed_video_codec_id != AV_CODEC_ID_NONE ? AV_CODEC_ID_NONE 536 ffserver_config.c guessed_codec_id = config->guessed_audio_codec_id != AV_CODEC_ID_NONE ? AV_CODEC_ID_NONE 573 ffserver_config.c if (!hinted && ctx->codec_id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 835 ffserver_config.c config->guessed_audio_codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 836 ffserver_config.c config->guessed_video_codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 1117 ffserver_config.c if (config->dummy_actx->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 1120 ffserver_config.c config->dummy_actx->codec_id != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 1124 ffserver_config.c if (config->dummy_vctx->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 1127 ffserver_config.c config->dummy_vctx->codec_id != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 190 libavcodec/ac3_parser.c else if (hdr_info->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 76 libavcodec/mpegaudio_parser.c int header_threshold = avctx->codec_id != AV_CODEC_ID_NONE && avctx->codec_id != codec_id; AV_CODEC_ID_NONE 30 libavcodec/old_codec_ids.h CODEC_ID_NONE = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 374 libavcodec/options.c .id = AV_CODEC_ID_NONE - 1, AV_CODEC_ID_NONE 386 libavcodec/options.c .id = AV_CODEC_ID_NONE - 2, AV_CODEC_ID_NONE 398 libavcodec/options.c .id = AV_CODEC_ID_NONE - 3, AV_CODEC_ID_NONE 409 libavcodec/options.c .id = AV_CODEC_ID_NONE - 4, AV_CODEC_ID_NONE 56 libavcodec/parser.c if (codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 1439 libavcodec/utils.c avctx->codec_id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 2958 libavcodec/utils.c if (id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 3289 libavcodec/utils.c return AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 3740 libavcodec/utils.c if (codec_id <= AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 183 libavdevice/alsa-audio-common.c if (*codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 162 libavdevice/alsa-audio-enc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 38 libavdevice/avdevice.c {.i64 = AV_CODEC_ID_NONE}, AV_CODEC_ID_NONE, INT_MAX, E|D|A|V }, AV_CODEC_ID_NONE 234 libavdevice/caca.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 50 libavdevice/decklink_enc_c.c .subtitle_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 367 libavdevice/dshow.c if (codec_id == AV_CODEC_ID_NONE || !codec) { AV_CODEC_ID_NONE 814 libavdevice/dshow.c default: return AV_CODEC_ID_NONE; /* Should never happen. */ AV_CODEC_ID_NONE 881 libavdevice/dshow.c if (codec->codec_id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 212 libavdevice/fbdev_enc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 331 libavdevice/lavfi.c if (st->codec->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 1298 libavdevice/opengl_enc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 112 libavdevice/oss_audio_enc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 142 libavdevice/pulse_audio_dec.c s->audio_codec_id == AV_CODEC_ID_NONE ? DEFAULT_CODEC_ID : s->audio_codec_id; AV_CODEC_ID_NONE 306 libavdevice/pulse_audio_dec.c s->audio_codec_id == AV_CODEC_ID_NONE ? DEFAULT_CODEC_ID : s->audio_codec_id; AV_CODEC_ID_NONE 786 libavdevice/pulse_audio_enc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 368 libavdevice/sdl.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 94 libavdevice/sndio_enc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 61 libavdevice/v4l2-common.c { AV_PIX_FMT_NONE, AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 68 libavdevice/v4l2-common.c for (i = 0; ff_fmt_conversion_table[i].codec_id != AV_CODEC_ID_NONE; i++) { AV_CODEC_ID_NONE 69 libavdevice/v4l2-common.c if ((codec_id == AV_CODEC_ID_NONE || AV_CODEC_ID_NONE 84 libavdevice/v4l2-common.c for (i = 0; ff_fmt_conversion_table[i].codec_id != AV_CODEC_ID_NONE; i++) { AV_CODEC_ID_NONE 98 libavdevice/v4l2-common.c for (i = 0; ff_fmt_conversion_table[i].codec_id != AV_CODEC_ID_NONE; i++) { AV_CODEC_ID_NONE 104 libavdevice/v4l2-common.c return AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 784 libavdevice/v4l2.c for (i = 0; ff_fmt_conversion_table[i].codec_id != AV_CODEC_ID_NONE; i++) { AV_CODEC_ID_NONE 785 libavdevice/v4l2.c if (ctx->video_codec_id == AV_CODEC_ID_NONE || AV_CODEC_ID_NONE 811 libavdevice/v4l2.c av_assert0(*codec_id != AV_CODEC_ID_NONE); AV_CODEC_ID_NONE 828 libavdevice/v4l2.c enum AVCodecID codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 932 libavdevice/v4l2.c if (codec_id != AV_CODEC_ID_NONE && ctx->video_codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 112 libavdevice/v4l2enc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 84 libavdevice/vfwcap.c return AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 381 libavdevice/vfwcap.c if(codec->codec_id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 374 libavdevice/xv.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 205 libavformat/adtsenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 55 libavformat/aiff.h { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 53 libavformat/aiffdec.c return AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 184 libavformat/amr.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 81 libavformat/apetag.c if ((id = ff_guess_image2_codec(filename)) != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 187 libavformat/asfdec.c enum AVCodecID id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 213 libavformat/asfdec.c while (mime->id != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 220 libavformat/asfdec.c if (id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 218 libavformat/asfenc.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 28 libavformat/ast.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 208 libavformat/astenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 55 libavformat/au.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 103 libavformat/au.c if (codec == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 218 libavformat/au.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 866 libavformat/avidec.c st->codec->codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 79 libavformat/avr.c if (st->codec->codec_id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 129 libavformat/bink.c vst->codec->codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 159 libavformat/bit.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 64 libavformat/caf.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 281 libavformat/cafenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 50 libavformat/daudenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 238 libavformat/electronicarts.c ea->audio_codec = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 520 libavformat/electronicarts.c ea->audio_codec = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 80 libavformat/filmstripenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 31 libavformat/flac_picture.c enum AVCodecID id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 67 libavformat/flac_picture.c while (mime->id != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 74 libavformat/flac_picture.c if (id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 206 libavformat/flacenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 43 libavformat/flvenc.c { AV_CODEC_ID_NONE, 0 } AV_CODEC_ID_NONE 57 libavformat/flvenc.c { AV_CODEC_ID_NONE, 0 } AV_CODEC_ID_NONE 394 libavformat/flvenc.c if (enc->codec_id != AV_CODEC_ID_TEXT && enc->codec_id != AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 104 libavformat/format.c ff_guess_image2_codec(filename) != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 140 libavformat/format.c enum AVCodecID codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 147 libavformat/format.c if (codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 157 libavformat/format.c return AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 249 libavformat/gif.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 179 libavformat/gxf.c st->codec->codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 187 libavformat/gxf.c st->codec->codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 115 libavformat/gxfenc.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 197 libavformat/icoenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 138 libavformat/id3v2.c { "", AV_CODEC_ID_NONE }, AV_CODEC_ID_NONE 545 libavformat/id3v2.c enum AVCodecID id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 570 libavformat/id3v2.c while (mime->id != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 577 libavformat/id3v2.c if (id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 270 libavformat/id3v2enc.c while (mime->id != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 160 libavformat/iff.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 81 libavformat/img2.c { AV_CODEC_ID_NONE, NULL } AV_CODEC_ID_NONE 88 libavformat/img2.c return AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 97 libavformat/img2.c return AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 346 libavformat/img2dec.c if (st->codec->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 351 libavformat/img2dec.c st->codec->codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 403 libavformat/img2dec.c if (codec->codec_id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 121 libavformat/ipmovie.c if (s->audio_type == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 585 libavformat/ipmovie.c ipmovie->audio_type = AV_CODEC_ID_NONE; /* no audio */ AV_CODEC_ID_NONE 34 libavformat/ircam.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 46 libavformat/ircam.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 93 libavformat/ircamdec.c if (st->codec->codec_id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 58 libavformat/ircamenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 67 libavformat/isom.c { AV_CODEC_ID_NONE , 0 }, AV_CODEC_ID_NONE 260 libavformat/isom.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 314 libavformat/isom.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 321 libavformat/isom.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 443 libavformat/isom.c { AV_CODEC_ID_NONE, AOT_NULL }, AV_CODEC_ID_NONE 65 libavformat/ivfenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 226 libavformat/latmenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 252 libavformat/libnut.c if (st->codec->codec_id == AV_CODEC_ID_NONE) st->codec->codec_id = ff_codec_get_id(ff_codec_wav_tags, st->codec->codec_tag); AV_CODEC_ID_NONE 259 libavformat/libnut.c if (st->codec->codec_id == AV_CODEC_ID_NONE) st->codec->codec_id = ff_codec_get_id(ff_codec_bmp_tags, st->codec->codec_tag); AV_CODEC_ID_NONE 267 libavformat/libnut.c if (st->codec->codec_id == AV_CODEC_ID_NONE) av_log(avf, AV_LOG_ERROR, "Unknown codec?!\n"); AV_CODEC_ID_NONE 46 libavformat/lxfdec.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 99 libavformat/matroska.c {"" , AV_CODEC_ID_NONE} AV_CODEC_ID_NONE 113 libavformat/matroska.c {"" , AV_CODEC_ID_NONE} AV_CODEC_ID_NONE 1643 libavformat/matroskadec.c enum AVCodecID codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 1732 libavformat/matroskadec.c for (j = 0; ff_mkv_codec_tags[j].id != AV_CODEC_ID_NONE; j++) { AV_CODEC_ID_NONE 1794 libavformat/matroskadec.c if (codec_id == AV_CODEC_ID_NONE && AV_RL32(track->codec_priv.data+4) == AV_RL32("SMI ")) AV_CODEC_ID_NONE 1926 libavformat/matroskadec.c if (codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 2144 libavformat/matroskadec.c st->codec->codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 2151 libavformat/matroskadec.c for (i = 0; ff_mkv_mime_tags[i].id != AV_CODEC_ID_NONE; i++) { AV_CODEC_ID_NONE 877 libavformat/matroskaenc.c for (j = 0; ff_mkv_codec_tags[j].id != AV_CODEC_ID_NONE; j++) { AV_CODEC_ID_NONE 1261 libavformat/matroskaenc.c else if (st->codec->codec_id != AV_CODEC_ID_NONE ) { AV_CODEC_ID_NONE 1263 libavformat/matroskaenc.c for (i = 0; ff_mkv_mime_tags[i].id != AV_CODEC_ID_NONE; i++) AV_CODEC_ID_NONE 1959 libavformat/matroskaenc.c for (i = 0; ff_mkv_codec_tags[i].id != AV_CODEC_ID_NONE; i++) AV_CODEC_ID_NONE 1986 libavformat/matroskaenc.c { AV_CODEC_ID_NONE, 0xFFFFFFFF } AV_CODEC_ID_NONE 1995 libavformat/matroskaenc.c { AV_CODEC_ID_NONE, 0xFFFFFFFF } AV_CODEC_ID_NONE 2084 libavformat/matroskaenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 46 libavformat/mkvtimestamp_v2.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 321 libavformat/mmf.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 1443 libavformat/mov.c st->codec->codec_id == AV_CODEC_ID_NONE)) { AV_CODEC_ID_NONE 451 libavformat/mov_chan.c { AV_CODEC_ID_NONE, NULL }, AV_CODEC_ID_NONE 503 libavformat/mov_chan.c for (i = 0; mov_codec_ch_layouts[i].codec_id != AV_CODEC_ID_NONE; i++) { AV_CODEC_ID_NONE 507 libavformat/mov_chan.c if (mov_codec_ch_layouts[i].codec_id != AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 1150 libavformat/movenc.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 1429 libavformat/movenc.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 1438 libavformat/movenc.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 461 libavformat/mp3enc.c while(cm->id != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 476 libavformat/mp3enc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 473 libavformat/mpeg.c enum AVCodecID codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 769 libavformat/mpegts.c st->codec->codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 783 libavformat/mpegts.c st->codec->codec_id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 810 libavformat/mpegts.c if (st->codec->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 812 libavformat/mpegts.c if (st->codec->codec_id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 1017 libavformat/mpegts.c if (pes->st->codec->codec_id == AV_CODEC_ID_NONE && !pes->st->request_probe) { AV_CODEC_ID_NONE 1502 libavformat/mpegts.c if (st->codec->codec_id <= AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 1557 libavformat/mpegts.c if ((st->codec->codec_id == AV_CODEC_ID_NONE || st->request_probe > 0) && AV_CODEC_ID_NONE 1734 libavformat/mpegts.c if (st->codec->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 1745 libavformat/mpegts.c if (st->codec->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 84 libavformat/mpjpeg.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 175 libavformat/mux.c enum AVCodecID id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 186 libavformat/mux.c while (avctag->id != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 197 libavformat/mux.c if (id != AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 371 libavformat/mvdec.c ast->codec->codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 63 libavformat/mxf.c { { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }, 0, AV_CODEC_ID_NONE }, AV_CODEC_ID_NONE 1060 libavformat/mxfdec.c { { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }, 0, AV_CODEC_ID_NONE }, AV_CODEC_ID_NONE 1066 libavformat/mxfdec.c { { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }, 0, AV_CODEC_ID_NONE }, AV_CODEC_ID_NONE 1073 libavformat/mxfdec.c { { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }, 0, AV_CODEC_ID_NONE }, AV_CODEC_ID_NONE 1083 libavformat/mxfdec.c { { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }, 0, AV_CODEC_ID_NONE }, AV_CODEC_ID_NONE 1088 libavformat/mxfdec.c { { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }, 0, AV_CODEC_ID_NONE }, AV_CODEC_ID_NONE 1461 libavformat/mxfdec.c &descriptor->essence_container_ul)->id != AV_CODEC_ID_NONE || AV_CODEC_ID_NONE 1463 libavformat/mxfdec.c &descriptor->essence_codec_ul)->id != AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 1886 libavformat/mxfdec.c if (st->codec->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 1956 libavformat/mxfdec.c if (st->codec->codec_id == AV_CODEC_ID_NONE || (st->codec->codec_id == AV_CODEC_ID_PCM_ALAW && (enum AVCodecID)container_ul->id != AV_CODEC_ID_NONE)) AV_CODEC_ID_NONE 105 libavformat/mxfenc.c { AV_CODEC_ID_NONE } AV_CODEC_ID_NONE 199 libavformat/nsvdec.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 209 libavformat/nsvdec.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 34 libavformat/nut.c { AV_CODEC_ID_NONE, 0 } AV_CODEC_ID_NONE 39 libavformat/nut.c { AV_CODEC_ID_NONE, 0 } AV_CODEC_ID_NONE 178 libavformat/nut.c { AV_CODEC_ID_NONE, 0 } AV_CODEC_ID_NONE 187 libavformat/nut.c { AV_CODEC_ID_NONE, 0 } AV_CODEC_ID_NONE 214 libavformat/nut.c { AV_CODEC_ID_NONE, 0 } AV_CODEC_ID_NONE 417 libavformat/nutdec.c if (class < 3 && st->codec->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 33 libavformat/nuv.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 123 libavformat/nuv.c if (id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 31 libavformat/pcmenc.c .video_codec = AV_CODEC_ID_NONE, \ AV_CODEC_ID_NONE 48 libavformat/pmpdec.c int audio_codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 121 libavformat/rawdec.c .raw_codec_id = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 51 libavformat/rawenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 64 libavformat/rawenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 76 libavformat/rawenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 99 libavformat/rawenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 112 libavformat/rawenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 127 libavformat/rawenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 141 libavformat/rawenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 155 libavformat/rawenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 169 libavformat/rawenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 182 libavformat/rawenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 196 libavformat/rawenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 209 libavformat/rawenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 222 libavformat/rawenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 234 libavformat/rawenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 247 libavformat/rawenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 261 libavformat/rawenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 274 libavformat/rawenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 287 libavformat/rawenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 300 libavformat/rawenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 313 libavformat/rawenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 325 libavformat/rawenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 560 libavformat/rdt.c .codec_id = AV_CODEC_ID_NONE, \ AV_CODEC_ID_NONE 366 libavformat/riff.c { AV_CODEC_ID_NONE, 0 } AV_CODEC_ID_NONE 441 libavformat/riff.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 476 libavformat/riff.c { AV_CODEC_ID_NONE } AV_CODEC_ID_NONE 45 libavformat/riffdec.c for (i = 0; guids[i].id != AV_CODEC_ID_NONE; i++) AV_CODEC_ID_NONE 48 libavformat/riffdec.c return AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 332 libavformat/riffenc.c for (i = 0; av_guid[i].id != AV_CODEC_ID_NONE; i++) { AV_CODEC_ID_NONE 46 libavformat/rm.c { AV_CODEC_ID_NONE }, AV_CODEC_ID_NONE 395 libavformat/rmdec.c if (st->codec->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 175 libavformat/rpl.c vst->codec->codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 201 libavformat/rpl.c ast->codec->codec_id = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 224 libavformat/rpl.c if (ast->codec->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 33 libavformat/rsd.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 29 libavformat/rso.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 106 libavformat/rsoenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 43 libavformat/rtp.c {3, "GSM", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 8000, 1}, AV_CODEC_ID_NONE 45 libavformat/rtp.c {5, "DVI4", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 8000, 1}, AV_CODEC_ID_NONE 46 libavformat/rtp.c {6, "DVI4", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 16000, 1}, AV_CODEC_ID_NONE 47 libavformat/rtp.c {7, "LPC", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 8000, 1}, AV_CODEC_ID_NONE 53 libavformat/rtp.c {13, "CN", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 8000, 1}, AV_CODEC_ID_NONE 56 libavformat/rtp.c {15, "G728", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 8000, 1}, AV_CODEC_ID_NONE 57 libavformat/rtp.c {16, "DVI4", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 11025, 1}, AV_CODEC_ID_NONE 58 libavformat/rtp.c {17, "DVI4", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 22050, 1}, AV_CODEC_ID_NONE 59 libavformat/rtp.c {18, "G729", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 8000, 1}, AV_CODEC_ID_NONE 60 libavformat/rtp.c {25, "CelB", AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_NONE, 90000, -1}, AV_CODEC_ID_NONE 62 libavformat/rtp.c {28, "nv", AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_NONE, 90000, -1}, AV_CODEC_ID_NONE 68 libavformat/rtp.c {-1, "", AVMEDIA_TYPE_UNKNOWN, AV_CODEC_ID_NONE, -1, -1} AV_CODEC_ID_NONE 77 libavformat/rtp.c if (rtp_payload_types[i].codec_id != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 151 libavformat/rtp.c return AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 296 libavformat/rtpdec_asf.c .codec_id = AV_CODEC_ID_NONE, \ AV_CODEC_ID_NONE 270 libavformat/rtpdec_qdm2.c if (st->codec->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 304 libavformat/rtpdec_qdm2.c .codec_id = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 247 libavformat/rtpdec_qt.c .codec_id = AV_CODEC_ID_NONE, \ AV_CODEC_ID_NONE 116 libavformat/rtpdec_svq3.c .codec_id = AV_CODEC_ID_NONE, // see if (config_packet) above AV_CODEC_ID_NONE 242 libavformat/rtsp.c if (codec->codec_id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 130 libavformat/segafilm.c film->audio_type = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 132 libavformat/segafilm.c film->audio_type = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 143 libavformat/segafilm.c film->video_type = AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 235 libavformat/segafilm.c else if (film->audio_type != AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 33 libavformat/smjpeg.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 39 libavformat/smjpeg.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 117 libavformat/soxenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 553 libavformat/spdifenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 28 libavformat/swf.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 36 libavformat/swfdec.c { AV_CODEC_ID_NONE, 0 }, AV_CODEC_ID_NONE 558 libavformat/utils.c if ( (st->codec->codec_id != AV_CODEC_ID_NONE && score > AVPROBE_SCORE_STREAM_RETRY) AV_CODEC_ID_NONE 563 libavformat/utils.c if (st->codec->codec_id != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 2569 libavformat/utils.c if ( avctx->codec_id == AV_CODEC_ID_NONE AV_CODEC_ID_NONE 2600 libavformat/utils.c if (avctx->codec_id == AV_CODEC_ID_NONE) return 1; AV_CODEC_ID_NONE 2694 libavformat/utils.c while (tags->id != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 2705 libavformat/utils.c for (i = 0; tags[i].id != AV_CODEC_ID_NONE; i++) AV_CODEC_ID_NONE 2708 libavformat/utils.c for (i = 0; tags[i].id != AV_CODEC_ID_NONE; i++) AV_CODEC_ID_NONE 2711 libavformat/utils.c return AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 2723 libavformat/utils.c return AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 2739 libavformat/utils.c return AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 2752 libavformat/utils.c return AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 2772 libavformat/utils.c while (codec_tags->id != AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 2788 libavformat/utils.c if (id != AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 2791 libavformat/utils.c return AV_CODEC_ID_NONE; AV_CODEC_ID_NONE 89 libavformat/vc1testenc.c .audio_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 36 libavformat/voc.c {AV_CODEC_ID_NONE, 0}, AV_CODEC_ID_NONE 149 libavformat/vocdec.c if (dec->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 153 libavformat/vocdec.c if (dec->codec_id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 154 libavformat/vocdec.c if (s->audio_codec_id == AV_CODEC_ID_NONE) { AV_CODEC_ID_NONE 105 libavformat/vocenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 530 libavformat/wavenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 628 libavformat/wavenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 83 libavformat/wtv_common.c {AV_CODEC_ID_NONE} AV_CODEC_ID_NONE 691 libavformat/wtvdec.c if (st->codec->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 717 libavformat/wtvdec.c if (st->codec->codec_id == AV_CODEC_ID_NONE) AV_CODEC_ID_NONE 86 libavformat/wvenc.c .video_codec = AV_CODEC_ID_NONE, AV_CODEC_ID_NONE 302 libavformat/yuv4mpegenc.c .audio_codec = AV_CODEC_ID_NONE,