fc                548 fftools/cmdutils.c     const AVClass *cc = avcodec_get_class(), *fc = avformat_get_class();
fc                573 fftools/cmdutils.c     if ((o = opt_find(&fc, opt, NULL, 0,
fc                 26 libavcodec/cbs_av1_syntax_template.c     fc(1, obu_forbidden_bit, 0, 0);
fc                 28 libavcodec/cbs_av1_syntax_template.c     fc(4, obu_type, 0, AV1_OBU_PADDING);
fc                 32 libavcodec/cbs_av1_syntax_template.c     fc(1, obu_reserved_1bit, 0, 0);
fc                 37 libavcodec/cbs_av1_syntax_template.c         fc(3, extension_header_reserved_3bits, 0, 0);
fc                141 libavcodec/cbs_av1_syntax_template.c             fc(2, chroma_sample_position, AV1_CSP_UNKNOWN,
fc                156 libavcodec/cbs_av1_syntax_template.c     fc(32, num_units_in_display_tick, 1, MAX_UINT_BITS(32));
fc                157 libavcodec/cbs_av1_syntax_template.c     fc(32, time_scale,                1, MAX_UINT_BITS(32));
fc                186 libavcodec/cbs_av1_syntax_template.c     fc(3, seq_profile, FF_PROFILE_AV1_MAIN,
fc               1157 libavcodec/cbs_av1_syntax_template.c     fc(4, num_y_points, 0, 14);
fc               1179 libavcodec/cbs_av1_syntax_template.c         fc(4, num_cb_points, 0, 10);
fc               1187 libavcodec/cbs_av1_syntax_template.c         fc(4, num_cr_points, 0, 10);
fc               1755 libavcodec/cbs_av1_syntax_template.c     fc(32, luminance_max, 1, MAX_UINT_BITS(32));
fc               1758 libavcodec/cbs_av1_syntax_template.c     fc(32, luminance_min, 0, FFMIN(((uint64_t)current->luminance_max << 6) - 1,
fc               1782 libavcodec/cbs_av1_syntax_template.c     fc(3, scalability_structure_reserved_3bits, 0, 0);
fc               1864 libavcodec/cbs_av1_syntax_template.c         fc(6, seconds_value, 0, 59);
fc               1865 libavcodec/cbs_av1_syntax_template.c         fc(6, minutes_value, 0, 59);
fc               1866 libavcodec/cbs_av1_syntax_template.c         fc(5, hours_value,   0, 23);
fc               1870 libavcodec/cbs_av1_syntax_template.c             fc(6, seconds_value, 0, 59);
fc               1873 libavcodec/cbs_av1_syntax_template.c                 fc(6, minutes_value, 0, 59);
fc               1876 libavcodec/cbs_av1_syntax_template.c                     fc(5, hours_value, 0, 23);
fc                692 libavcodec/cook.c     const float fc = pow2tab[gains_ptr->previous[0] + 63];
fc                702 libavcodec/cook.c         inbuffer[i] = inbuffer[i] * fc * q->mlt_window[i] -
fc                125 libavcodec/dcaenc.c     double h = (f - fc[i]) / erb[i];
fc                 43 libavcodec/dcaenc.h static const uint16_t fc[] = {
fc                423 libavcodec/g729dec.c     int16_t fc[SUBFRAME_SIZE];   // fixed-codebook vector
fc                544 libavcodec/g729dec.c             memset(fc, 0, sizeof(int16_t) * SUBFRAME_SIZE);
fc                547 libavcodec/g729dec.c                     ff_acelp_fc_pulse_per_track(fc, ff_fc_4pulses_8bits_tracks_13,
fc                552 libavcodec/g729dec.c                     ff_acelp_fc_pulse_per_track(fc, ff_fc_2pulses_9bits_track1_gray,
fc                567 libavcodec/g729dec.c                 ff_acelp_weighted_vector_sum(fc + pitch_delay_int[i],
fc                568 libavcodec/g729dec.c                                              fc + pitch_delay_int[i],
fc                569 libavcodec/g729dec.c                                              fc, 1 << 14,
fc                605 libavcodec/g729dec.c                                                                    fc, MR_ENERGY,
fc                635 libavcodec/g729dec.c                                          ctx->exc + i * SUBFRAME_SIZE, fc,
fc                662 libavcodec/g729dec.c                 g729d_get_new_exc(exc_new, ctx->exc  + i * SUBFRAME_SIZE, fc, ctx->voice_decision, ctx->past_gain_code[0], SUBFRAME_SIZE);
fc                 61 libavcodec/lzw.c     int fc, oc;
fc                151 libavcodec/lzw.c     s->oc = s->fc = -1;
fc                170 libavcodec/lzw.c     int l, c, code, oc, fc;
fc                180 libavcodec/lzw.c     fc = s->fc;
fc                196 libavcodec/lzw.c             fc= oc= -1;
fc                199 libavcodec/lzw.c             if (code == s->slot && fc>=0) {
fc                200 libavcodec/lzw.c                 *sp++ = fc;
fc                213 libavcodec/lzw.c             fc = code;
fc                227 libavcodec/lzw.c     s->fc = fc;
fc                458 libavcodec/mss3.c static void decode_fill_block(RangeCoder *c, FillBlockCoder *fc,
fc                463 libavcodec/mss3.c     fc->fill_val += decode_coeff(c, &fc->coef_model);
fc                466 libavcodec/mss3.c         memset(dst, fc->fill_val, block_size);
fc                287 libavcodec/rv34.c static int rv34_decode_block(int16_t *dst, GetBitContext *gb, RV34VLC *rvlc, int fc, int sc, int q_dc, int q_ac1, int q_ac2)
fc                291 libavcodec/rv34.c     code = get_vlc2(gb, rvlc->first_pattern[fc].table, 9, 2);
fc               1017 libavcodec/rv34.c                                       int fc, int sc, int q_dc, int q_ac)
fc               1022 libavcodec/rv34.c                                    fc, sc, q_dc, q_ac, q_ac);
fc                272 libavcodec/vorbisenc.c     vorbis_enc_floor   *fc;
fc                326 libavcodec/vorbisenc.c     fc = &venc->floors[0];
fc                327 libavcodec/vorbisenc.c     fc->partitions         = NUM_FLOOR_PARTITIONS;
fc                328 libavcodec/vorbisenc.c     fc->partition_to_class = av_malloc(sizeof(int) * fc->partitions);
fc                329 libavcodec/vorbisenc.c     if (!fc->partition_to_class)
fc                331 libavcodec/vorbisenc.c     fc->nclasses           = 0;
fc                332 libavcodec/vorbisenc.c     for (i = 0; i < fc->partitions; i++) {
fc                334 libavcodec/vorbisenc.c         fc->partition_to_class[i] = a[i];
fc                335 libavcodec/vorbisenc.c         fc->nclasses = FFMAX(fc->nclasses, fc->partition_to_class[i]);
fc                337 libavcodec/vorbisenc.c     fc->nclasses++;
fc                338 libavcodec/vorbisenc.c     fc->classes = av_malloc_array(fc->nclasses, sizeof(vorbis_enc_floor_class));
fc                339 libavcodec/vorbisenc.c     if (!fc->classes)
fc                341 libavcodec/vorbisenc.c     for (i = 0; i < fc->nclasses; i++) {
fc                342 libavcodec/vorbisenc.c         vorbis_enc_floor_class * c = &fc->classes[i];
fc                354 libavcodec/vorbisenc.c     fc->multiplier = 2;
fc                355 libavcodec/vorbisenc.c     fc->rangebits  = venc->log2_blocksize[1] - 1;
fc                357 libavcodec/vorbisenc.c     fc->values = 2;
fc                358 libavcodec/vorbisenc.c     for (i = 0; i < fc->partitions; i++)
fc                359 libavcodec/vorbisenc.c         fc->values += fc->classes[fc->partition_to_class[i]].dim;
fc                361 libavcodec/vorbisenc.c     fc->list = av_malloc_array(fc->values, sizeof(vorbis_floor1_entry));
fc                362 libavcodec/vorbisenc.c     if (!fc->list)
fc                364 libavcodec/vorbisenc.c     fc->list[0].x = 0;
fc                365 libavcodec/vorbisenc.c     fc->list[1].x = 1 << fc->rangebits;
fc                366 libavcodec/vorbisenc.c     for (i = 2; i < fc->values; i++) {
fc                372 libavcodec/vorbisenc.c         fc->list[i].x = a[i - 2];
fc                374 libavcodec/vorbisenc.c     if (ff_vorbis_ready_floor1_list(avctx, fc->list, fc->values))
fc                549 libavcodec/vorbisenc.c static void put_floor_header(PutBitContext *pb, vorbis_enc_floor *fc)
fc                555 libavcodec/vorbisenc.c     put_bits(pb, 5, fc->partitions);
fc                557 libavcodec/vorbisenc.c     for (i = 0; i < fc->partitions; i++)
fc                558 libavcodec/vorbisenc.c         put_bits(pb, 4, fc->partition_to_class[i]);
fc                560 libavcodec/vorbisenc.c     for (i = 0; i < fc->nclasses; i++) {
fc                563 libavcodec/vorbisenc.c         put_bits(pb, 3, fc->classes[i].dim - 1);
fc                564 libavcodec/vorbisenc.c         put_bits(pb, 2, fc->classes[i].subclass);
fc                566 libavcodec/vorbisenc.c         if (fc->classes[i].subclass)
fc                567 libavcodec/vorbisenc.c             put_bits(pb, 8, fc->classes[i].masterbook);
fc                569 libavcodec/vorbisenc.c         books = (1 << fc->classes[i].subclass);
fc                572 libavcodec/vorbisenc.c             put_bits(pb, 8, fc->classes[i].books[j] + 1);
fc                575 libavcodec/vorbisenc.c     put_bits(pb, 2, fc->multiplier - 1);
fc                576 libavcodec/vorbisenc.c     put_bits(pb, 4, fc->rangebits);
fc                578 libavcodec/vorbisenc.c     for (i = 2; i < fc->values; i++)
fc                579 libavcodec/vorbisenc.c         put_bits(pb, fc->rangebits, fc->list[i].x);
fc                749 libavcodec/vorbisenc.c static float get_floor_average(vorbis_enc_floor * fc, float *coeffs, int i)
fc                751 libavcodec/vorbisenc.c     int begin = fc->list[fc->list[FFMAX(i-1, 0)].sort].x;
fc                752 libavcodec/vorbisenc.c     int end   = fc->list[fc->list[FFMIN(i+1, fc->values - 1)].sort].x;
fc                761 libavcodec/vorbisenc.c static void floor_fit(vorbis_enc_context *venc, vorbis_enc_floor *fc,
fc                764 libavcodec/vorbisenc.c     int range = 255 / fc->multiplier + 1;
fc                768 libavcodec/vorbisenc.c     for (i = 0; i < fc->values; i++) {
fc                769 libavcodec/vorbisenc.c         averages[i] = get_floor_average(fc, coeffs, i);
fc                772 libavcodec/vorbisenc.c     tot_average /= fc->values;
fc                775 libavcodec/vorbisenc.c     for (i = 0; i < fc->values; i++) {
fc                776 libavcodec/vorbisenc.c         int position  = fc->list[fc->list[i].sort].x;
fc                782 libavcodec/vorbisenc.c             if (ff_vorbis_floor1_inverse_db_table[j * fc->multiplier] > average)
fc                784 libavcodec/vorbisenc.c         posts[fc->list[i].sort] = j;
fc                793 libavcodec/vorbisenc.c static int floor_encode(vorbis_enc_context *venc, vorbis_enc_floor *fc,
fc                797 libavcodec/vorbisenc.c     int range = 255 / fc->multiplier + 1;
fc                808 libavcodec/vorbisenc.c     for (i = 2; i < fc->values; i++) {
fc                809 libavcodec/vorbisenc.c         int predicted = render_point(fc->list[fc->list[i].low].x,
fc                810 libavcodec/vorbisenc.c                                      posts[fc->list[i].low],
fc                811 libavcodec/vorbisenc.c                                      fc->list[fc->list[i].high].x,
fc                812 libavcodec/vorbisenc.c                                      posts[fc->list[i].high],
fc                813 libavcodec/vorbisenc.c                                      fc->list[i].x);
fc                821 libavcodec/vorbisenc.c             if (!coded[fc->list[i].low ])
fc                822 libavcodec/vorbisenc.c                 coded[fc->list[i].low ] = -1;
fc                823 libavcodec/vorbisenc.c             if (!coded[fc->list[i].high])
fc                824 libavcodec/vorbisenc.c                 coded[fc->list[i].high] = -1;
fc                840 libavcodec/vorbisenc.c     for (i = 0; i < fc->partitions; i++) {
fc                841 libavcodec/vorbisenc.c         vorbis_enc_floor_class * c = &fc->classes[fc->partition_to_class[i]];
fc                876 libavcodec/vorbisenc.c     ff_vorbis_floor1_render_list(fc->list, fc->values, posts, coded,
fc                877 libavcodec/vorbisenc.c                                  fc->multiplier, floor, samples);
fc               1155 libavcodec/vorbisenc.c         vorbis_enc_floor *fc = &venc->floors[mapping->floor[mapping->mux[i]]];
fc               1157 libavcodec/vorbisenc.c         floor_fit(venc, fc, &venc->coeffs[i * frame_size], posts, frame_size);
fc               1158 libavcodec/vorbisenc.c         if (floor_encode(venc, fc, &pb, posts, &venc->floor[i * frame_size], frame_size)) {
fc                140 libavfilter/af_acrossover.c static void set_lp(BiquadContext *b, double fc, double q, double sr)
fc                142 libavfilter/af_acrossover.c     double omega = 2.0 * M_PI * fc / sr;
fc                155 libavfilter/af_acrossover.c static void set_hp(BiquadContext *b, double fc, double q, double sr)
fc                157 libavfilter/af_acrossover.c     double omega = 2 * M_PI * fc / sr;
fc                174 libavfilter/af_aemphasis.c static inline void set_lp_rbj(BiquadD2 *bq, double fc, double q, double sr, double gain)
fc                176 libavfilter/af_aemphasis.c     double omega = 2.0 * M_PI * fc / sr;
fc                149 libavfilter/vf_bilateral.c     float ypr, ycr, *ycy, *ypy, *xcy, fp, fc;                                           \
fc                179 libavfilter/vf_bilateral.c             *temp_factor_x++ = fc = inv_alpha_ + alpha_ * fp;                             \
fc                180 libavfilter/vf_bilateral.c             fp = fc;                                                                      \
fc                201 libavfilter/vf_bilateral.c             fc = inv_alpha_ + alpha_*fp;                                                  \
fc                203 libavfilter/vf_bilateral.c             *temp_factor_x = 0.5f*((*temp_factor_x) + fc);                                \
fc                204 libavfilter/vf_bilateral.c             fp = fc;                                                                      \
fc                471 libavfilter/vulkan.c     AVHWFramesContext *fc = (AVHWFramesContext *)frame->hw_frames_ctx->data;
fc                472 libavfilter/vulkan.c     int planes = av_pix_fmt_count_planes(fc->sw_format);
fc                481 libavformat/isom.c int ff_mp4_read_descr(AVFormatContext *fc, AVIOContext *pb, int *tag)
fc                486 libavformat/isom.c     av_log(fc, AV_LOG_TRACE, "MPEG-4 description: tag=0x%02x len=%d\n", *tag, len);
fc                515 libavformat/isom.c int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb)
fc                540 libavformat/isom.c     av_log(fc, AV_LOG_TRACE, "esds object type id 0x%02x\n", object_type_id);
fc                541 libavformat/isom.c     len = ff_mp4_read_descr(fc, pb, &tag);
fc                543 libavformat/isom.c         av_log(fc, AV_LOG_TRACE, "Specific MPEG-4 header len=%d\n", len);
fc                550 libavformat/isom.c         if ((ret = ff_get_extradata(fc, st->codecpar, pb, len)) < 0)
fc                555 libavformat/isom.c                                                 st->codecpar->extradata_size, 1, fc);
fc                565 libavformat/isom.c             av_log(fc, AV_LOG_TRACE, "mp4a config channels %d obj %d ext obj %d "
fc                248 libavformat/isom.h     AVFormatContext *fc;
fc                297 libavformat/isom.h int ff_mp4_read_descr(AVFormatContext *fc, AVIOContext *pb, int *tag);
fc                298 libavformat/isom.h int ff_mp4_read_dec_config_descr(AVFormatContext *fc, AVStream *st, AVIOContext *pb);
fc                360 libavformat/isom.h int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb);
fc                 96 libavformat/mov.c     c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED;
fc                 97 libavformat/mov.c     av_dict_set(&c->fc->metadata, key, buf, 0);
fc                110 libavformat/mov.c     c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED;
fc                111 libavformat/mov.c     av_dict_set_int(&c->fc->metadata, key, avio_r8(pb), 0);
fc                119 libavformat/mov.c     c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED;
fc                120 libavformat/mov.c     av_dict_set_int(&c->fc->metadata, key, avio_r8(pb), 0);
fc                135 libavformat/mov.c     c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED;
fc                136 libavformat/mov.c     av_dict_set(&c->fc->metadata, key, ff_id3v1_genre_str[genre-1], 0);
fc                195 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Unknown cover type: 0x%x.\n", type);
fc                200 libavformat/mov.c     st = avformat_new_stream(c->fc, NULL);
fc                242 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "loci too short\n");
fc                253 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "place name too long\n");
fc                260 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR,
fc                277 libavformat/mov.c         av_dict_set(&c->fc->metadata, key2, buf, 0);
fc                279 libavformat/mov.c     c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED;
fc                280 libavformat/mov.c     return av_dict_set(&c->fc->metadata, key, buf, 0);
fc                295 libavformat/mov.c         avpriv_new_chapter(c->fc, i, av_make_q(1, 1000), moment_time, AV_NOPTS_VALUE, NULL);
fc                416 libavformat/mov.c                     av_log(c->fc, AV_LOG_ERROR, "Error parsing cover art.\n");
fc                428 libavformat/mov.c                     av_log(c->fc, AV_LOG_WARNING,
fc                439 libavformat/mov.c             av_log(c->fc, AV_LOG_WARNING, "UDTA parsing failed retrying raw\n");
fc                482 libavformat/mov.c                 av_log(c->fc, AV_LOG_ERROR,
fc                498 libavformat/mov.c                 av_log(c->fc, AV_LOG_ERROR,
fc                506 libavformat/mov.c                 av_log(c->fc, AV_LOG_ERROR,
fc                519 libavformat/mov.c         c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED;
fc                520 libavformat/mov.c         av_dict_set(&c->fc->metadata, key, str, 0);
fc                523 libavformat/mov.c             av_dict_set(&c->fc->metadata, key2, str, 0);
fc                570 libavformat/mov.c         avpriv_new_chapter(c->fc, i, (AVRational){1,10000000}, start, AV_NOPTS_VALUE, str);
fc                582 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc                584 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc                626 libavformat/mov.c             av_log(c->fc, AV_LOG_DEBUG, "volume %s, len %d\n", dref->volume, volume_len);
fc                636 libavformat/mov.c             av_log(c->fc, AV_LOG_DEBUG, "filename %s, len %d\n", dref->filename, len);
fc                643 libavformat/mov.c             av_log(c->fc, AV_LOG_DEBUG, "nlvl from %d, nlvl to %d\n",
fc                653 libavformat/mov.c                 av_log(c->fc, AV_LOG_DEBUG, "type %d, len %d\n", type, len);
fc                682 libavformat/mov.c                     av_log(c->fc, AV_LOG_DEBUG, "path %s\n", dref->path);
fc                698 libavformat/mov.c                     av_log(c->fc, AV_LOG_DEBUG, "dir %s\n", dref->dir);
fc                703 libavformat/mov.c             av_log(c->fc, AV_LOG_DEBUG, "Unknown dref type 0x%08"PRIx32" size %"PRIu32"\n",
fc                729 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "ctype=%s\n", av_fourcc2str(ctype));
fc                730 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "stype=%s\n", av_fourcc2str(type));
fc                739 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc                781 libavformat/mov.c     return ff_mov_read_esds(c->fc, pb);
fc                790 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc                792 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc                826 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc                828 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc                880 libavformat/mov.c     if (c->fc->nb_streams < 1) {
fc                884 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc                888 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Invalid sample rate %d\n", st->codecpar->sample_rate);
fc                906 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Unsupported DTS audio channel layout");
fc                926 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc                928 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc                936 libavformat/mov.c     ff_mov_read_chan(c->fc, pb, st, atom.size - 4);
fc                946 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc                948 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc                950 libavformat/mov.c     if ((ret = ff_get_wav_header(c->fc, pb, st->codecpar, atom.size, 0)) < 0)
fc                951 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "get_wav_header failed\n");
fc                962 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc                964 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc                968 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING,
fc               1022 libavformat/mov.c     av_log(c->fc, AV_LOG_INFO, "[aax] file checksum == "); // required by external tools
fc               1024 libavformat/mov.c         av_log(c->fc, AV_LOG_INFO, "%02x", file_checksum[i]);
fc               1025 libavformat/mov.c     av_log(c->fc, AV_LOG_INFO, "\n");
fc               1029 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "[aax] activation_bytes option is missing!\n");
fc               1034 libavformat/mov.c         av_log(c->fc, AV_LOG_FATAL, "[aax] activation_bytes value needs to be 4 bytes!\n");
fc               1041 libavformat/mov.c         av_log(c->fc, AV_LOG_FATAL, "[aax] audible_fixed_key value needs to be 16 bytes!\n");
fc               1061 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "[aax] mismatch in checksums!\n");
fc               1070 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR, "[aax] error in drm blob decryption!\n");
fc               1116 libavformat/mov.c     av_log(c->fc, AV_LOG_DEBUG, "ISO: File Type Major Brand: %.4s\n",(char *)&type);
fc               1117 libavformat/mov.c     av_dict_set(&c->fc->metadata, "major_brand", type, 0);
fc               1119 libavformat/mov.c     av_dict_set_int(&c->fc->metadata, "minor_version", minor_ver, 0);
fc               1134 libavformat/mov.c     av_dict_set(&c->fc->metadata, "compatible_brands",
fc               1146 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Found duplicated MOOV Atom. Skipped it\n");
fc               1325 libavformat/mov.c     frag_stream_info = av_realloc_array(NULL, c->fc->nb_streams,
fc               1330 libavformat/mov.c     for (i = 0; i < c->fc->nb_streams; i++) {
fc               1332 libavformat/mov.c         if (c->fc->streams[i]->id < 0) {
fc               1337 libavformat/mov.c         frag_stream_info[i].id = c->fc->streams[i]->id;
fc               1353 libavformat/mov.c     item->nb_stream_info = c->fc->nb_streams;
fc               1385 libavformat/mov.c             av_log(c->fc, AV_LOG_VERBOSE, "stream has moof boxes, will look "
fc               1388 libavformat/mov.c                 av_log(c->fc, AV_LOG_VERBOSE, "found a moof box but failed to "
fc               1392 libavformat/mov.c             av_log(c->fc, AV_LOG_VERBOSE, "found a moof box but stream is not "
fc               1397 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "moof offset %"PRIx64"\n", c->fragment.moof_offset);
fc               1426 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               1428 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               1432 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Multiple mdhd?\n");
fc               1438 libavformat/mov.c         avpriv_request_sample(c->fc, "Version %d", version);
fc               1449 libavformat/mov.c     mov_metadata_creation_time(&st->metadata, creation_time, c->fc);
fc               1453 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Invalid mdhd time scale %d, defaulting to 1\n", sc->time_scale);
fc               1480 libavformat/mov.c     mov_metadata_creation_time(&c->fc->metadata, creation_time, c->fc);
fc               1483 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Invalid mvhd time scale %d, defaulting to 1\n", c->time_scale);
fc               1486 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "time scale = %i\n", c->time_scale);
fc               1492 libavformat/mov.c         c->fc->duration = av_rescale(c->duration, AV_TIME_BASE, c->time_scale);
fc               1522 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               1524 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               1527 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "enda %d\n", little_endian);
fc               1557 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               1559 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams - 1];
fc               1567 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "unsupported color_parameter_type %s\n",
fc               1585 libavformat/mov.c         av_log(c->fc, AV_LOG_TRACE,
fc               1591 libavformat/mov.c             av_log(c->fc, AV_LOG_TRACE, " full %"PRIu8"", color_range);
fc               1608 libavformat/mov.c         av_log(c->fc, AV_LOG_TRACE, "\n");
fc               1619 libavformat/mov.c     if (c->fc->nb_streams < 1) // will happen with jp2 files
fc               1621 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               1640 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Unknown MOV field order 0x%04x\n", mov_field_order);
fc               1675 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "truncated extradata\n");
fc               1691 libavformat/mov.c     if (c->fc->nb_streams < 1) // will happen with jp2 files
fc               1693 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               1742 libavformat/mov.c     if (!ret && c->fc->nb_streams >= 1) {
fc               1743 libavformat/mov.c         AVCodecParameters *par = c->fc->streams[c->fc->nb_streams-1]->codecpar;
fc               1754 libavformat/mov.c     if (c->fc->nb_streams >= 1) {
fc               1755 libavformat/mov.c         AVCodecParameters *par = c->fc->streams[c->fc->nb_streams-1]->codecpar;
fc               1782 libavformat/mov.c                 c->fc->streams[c->fc->nb_streams-1]->display_aspect_ratio.num = num;
fc               1783 libavformat/mov.c                 c->fc->streams[c->fc->nb_streams-1]->display_aspect_ratio.den = den;
fc               1798 libavformat/mov.c     if (c->fc->nb_streams >= 1) {
fc               1799 libavformat/mov.c         AVCodecParameters *par = c->fc->streams[c->fc->nb_streams-1]->codecpar;
fc               1817 libavformat/mov.c                         av_log(c->fc, AV_LOG_WARNING, "ignored unknown aclr value (%d)\n", range_value);
fc               1820 libavformat/mov.c                     ff_dlog(c->fc, "color_range: %d\n", par->color_range);
fc               1823 libavformat/mov.c                   av_log(c->fc, AV_LOG_ERROR, "aclr not decoded - incomplete atom\n");
fc               1826 libavformat/mov.c                 av_log(c->fc, AV_LOG_ERROR, "aclr not decoded - unable to add atom to extradata\n");
fc               1829 libavformat/mov.c             av_log(c->fc, AV_LOG_WARNING, "aclr not decoded - unexpected size %"PRId64"\n", atom.size);
fc               1846 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               1848 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               1857 libavformat/mov.c         ret = ff_get_extradata(c->fc, st->codecpar, pb, atom.size);
fc               1903 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               1905 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               1920 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "ignoring multiple glbl\n");
fc               1923 libavformat/mov.c     ret = ff_get_extradata(c->fc, st->codecpar, pb, atom.size);
fc               1943 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               1945 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               1955 libavformat/mov.c     ret = ff_get_extradata(c->fc, st->codecpar, pb, atom.size - 7);
fc               1972 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               1976 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               1982 libavformat/mov.c     ret = ff_get_extradata(c->fc, st->codecpar, pb, atom.size - 40);
fc               1996 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "STCO outside TRAK\n");
fc               1999 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               2001 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               2013 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Duplicated STCO atom\n");
fc               2033 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "reached eof, corrupted STCO atom\n");
fc               2136 libavformat/mov.c     AVDictionaryEntry *compatible_brands = av_dict_get(c->fc->metadata, "compatible_brands", NULL, AV_DICT_MATCH_CASE);
fc               2143 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "audio channels %d\n", st->codecpar->channels);
fc               2151 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "version =%d, isom =%d\n", version, c->isom);
fc               2312 libavformat/mov.c         ret = ff_get_extradata(c->fc, st->codecpar, pb, size);
fc               2381 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR, "dv demux context alloc error\n");
fc               2386 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR, "dv demux context init error\n");
fc               2461 libavformat/mov.c           (c->fc->video_codec_id ? video_codec_id != c->fc->video_codec_id
fc               2467 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "multiple fourcc not supported\n");
fc               2481 libavformat/mov.c     av_assert0 (c->fc->nb_streams >= 1);
fc               2482 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               2501 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR,
fc               2518 libavformat/mov.c         av_log(c->fc, AV_LOG_TRACE,
fc               2528 libavformat/mov.c                 av_log(c->fc, AV_LOG_ERROR, "Invalid sample rate %d\n", st->codecpar->sample_rate);
fc               2564 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "reached eof, corrupted STSD atom\n");
fc               2577 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               2579 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams - 1];
fc               2588 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "invalid STSD entries %d\n", entries);
fc               2593 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR,
fc               2642 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               2644 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               2654 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "track[%u].stsc.entries = %u\n", c->fc->nb_streams - 1, entries);
fc               2659 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Duplicated STSC atom\n");
fc               2680 libavformat/mov.c             av_log(c->fc, AV_LOG_WARNING, "STSC entry %d is invalid (first=%d count=%d id=%d)\n", i, sc->stsc_data[i].first, sc->stsc_data[i].count, sc->stsc_data[i].id);
fc               2702 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "reached eof, corrupted STSC atom\n");
fc               2736 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               2738 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               2745 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Duplicated STPS atom\n");
fc               2759 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "reached eof, corrupted STPS atom\n");
fc               2772 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               2774 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               2782 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "keyframe_count = %u\n", entries);
fc               2792 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Duplicated STSS atom\n");
fc               2808 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "reached eof, corrupted STSS atom\n");
fc               2824 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               2826 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               2845 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "sample_size = %u sample_count = %u\n", sc->sample_size, entries);
fc               2852 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Invalid sample field size %u\n", field_size);
fc               2861 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Duplicated STSZ atom\n");
fc               2880 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "STSZ atom truncated\n");
fc               2890 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR, "Invalid sample size %d\n", sc->sample_sizes[i]);
fc               2901 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "reached eof, corrupted STSZ atom\n");
fc               2916 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               2918 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               2925 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "track[%u].stts.entries = %u\n",
fc               2926 libavformat/mov.c             c->fc->nb_streams-1, entries);
fc               2929 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Duplicated STTS atom\n");
fc               2955 libavformat/mov.c         av_log(c->fc, AV_LOG_TRACE, "sample_count=%d, sample_duration=%d\n",
fc               2973 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "reached eof, corrupted STTS atom\n");
fc               2990 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               2992 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams - 1];
fc               2999 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "track[%u].sdtp.entries = %" PRId64 "\n",
fc               3000 libavformat/mov.c            c->fc->nb_streams - 1, entries);
fc               3003 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Duplicated SDTP atom\n");
fc               3035 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               3037 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               3044 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "track[%u].ctts.entries = %u\n", c->fc->nb_streams - 1, entries);
fc               3060 libavformat/mov.c             av_log(c->fc, AV_LOG_TRACE,
fc               3069 libavformat/mov.c         av_log(c->fc, AV_LOG_TRACE, "count=%d, duration=%d\n",
fc               3073 libavformat/mov.c             av_log(c->fc, AV_LOG_WARNING, "CTTS invalid\n");
fc               3080 libavformat/mov.c             mov_update_dts_shift(sc, duration, c->fc);
fc               3086 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "reached eof, corrupted CTTS atom\n");
fc               3090 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "dts shift %d\n", sc->dts_shift);
fc               3103 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               3105 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               3120 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Duplicated SBGP atom\n");
fc               3135 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "reached eof, corrupted SBGP atom\n");
fc               3160 libavformat/mov.c       avpriv_request_sample(mov->fc, "Support for mvhd.timescale = 0 with editlists");
fc               3416 libavformat/mov.c         av_log(c->fc, AV_LOG_DEBUG, "Setting codecpar->delay to %d for stream st: %d\n",
fc               3515 libavformat/mov.c         av_log(mov->fc, AV_LOG_ERROR, "Cannot allocate index ranges buffer\n");
fc               3540 libavformat/mov.c         av_log(mov->fc, AV_LOG_DEBUG, "Shifting DTS by %d because of negative CTTS.\n", msc->dts_shift);
fc               3547 libavformat/mov.c         av_log(mov->fc, AV_LOG_DEBUG, "Processing st: %d, edit list %"PRId64" - media time: %"PRId64", duration: %"PRId64"\n",
fc               3586 libavformat/mov.c             av_log(mov->fc, AV_LOG_WARNING,
fc               3591 libavformat/mov.c                 av_log(mov->fc, AV_LOG_WARNING,
fc               3618 libavformat/mov.c                 av_log(mov->fc, AV_LOG_DEBUG, "stts: %"PRId64" ctts: %"PRId64", ctts_index: %"PRId64", ctts_count: %"PRId64"\n",
fc               3627 libavformat/mov.c                         av_log(mov->fc, AV_LOG_ERROR, "Cannot add CTTS entry %"PRId64" - {%"PRId64", %d}\n",
fc               3659 libavformat/mov.c                     av_log(mov->fc, AV_LOG_DEBUG, "skip %d audio samples from curr_cts: %"PRId64"\n", packet_skip_samples, curr_cts);
fc               3662 libavformat/mov.c                     av_log(mov->fc, AV_LOG_DEBUG, "drop a frame at curr_cts: %"PRId64" @ %"PRId64"\n", curr_cts, index);
fc               3669 libavformat/mov.c                             av_log(mov->fc, AV_LOG_ERROR, "Cannot reallocate frame duration buffer\n");
fc               3701 libavformat/mov.c                 av_log(mov->fc, AV_LOG_ERROR, "Cannot add index entry\n");
fc               3733 libavformat/mov.c                             av_log(mov->fc, AV_LOG_ERROR, "Cannot add CTTS entry %"PRId64" - {%"PRId64", %d}\n",
fc               3752 libavformat/mov.c             av_log(mov->fc, AV_LOG_DEBUG, "Offset DTS by %"PRId64" to make first pts zero.\n", msc->min_corrected_pts);
fc               3811 libavformat/mov.c             av_log(mov->fc, AV_LOG_WARNING, "multiple edit list entries, "
fc               3893 libavformat/mov.c                 av_log(mov->fc, AV_LOG_WARNING, "STSZ sample size %d invalid (too large), ignoring\n", sc->stsz_sample_size);
fc               3897 libavformat/mov.c                 av_log(mov->fc, AV_LOG_WARNING, "STSZ sample size %d invalid (too small), ignoring\n", sc->stsz_sample_size);
fc               3904 libavformat/mov.c                     av_log(mov->fc, AV_LOG_ERROR, "wrong sample count\n");
fc               3937 libavformat/mov.c                         av_log(mov->fc, AV_LOG_ERROR, "Sample size %u is too large\n", sample_size);
fc               3946 libavformat/mov.c                     av_log(mov->fc, AV_LOG_TRACE, "AVIndex stream %d, sample %u, offset %"PRIx64", dts %"PRId64", "
fc               3950 libavformat/mov.c                         ff_rfps_add_frame(mov->fc, st, current_dts);
fc               3959 libavformat/mov.c                     av_log(mov->fc, AV_LOG_WARNING,
fc               4000 libavformat/mov.c                 av_log(mov->fc, AV_LOG_ERROR, "error unaligned chunk\n");
fc               4020 libavformat/mov.c         av_log(mov->fc, AV_LOG_TRACE, "chunk count %u\n", total);
fc               4044 libavformat/mov.c                     avpriv_request_sample(mov->fc,
fc               4065 libavformat/mov.c                     av_log(mov->fc, AV_LOG_ERROR, "wrong chunk count %u\n", total);
fc               4069 libavformat/mov.c                     av_log(mov->fc, AV_LOG_ERROR, "Sample size %u is too large\n", size);
fc               4078 libavformat/mov.c                 av_log(mov->fc, AV_LOG_TRACE, "AVIndex stream %d, chunk %u, offset %"PRIx64", dts %"PRId64", "
fc               4172 libavformat/mov.c                     av_log(c->fc, AV_LOG_ERROR,
fc               4188 libavformat/mov.c             if (!c->fc->io_open(c->fc, pb, filename, AVIO_FLAG_READ, NULL))
fc               4192 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Using absolute path on user request, "
fc               4194 libavformat/mov.c         if (!c->fc->io_open(c->fc, pb, ref->path, AVIO_FLAG_READ, NULL))
fc               4197 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR,
fc               4209 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "stream %d, timescale not set\n", sc->ffindex);
fc               4222 libavformat/mov.c     st = avformat_new_stream(c->fc, NULL);
fc               4249 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "stream %d, missing mandatory atoms, broken header\n",
fc               4254 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "stream %d, contradictionary STSC and STCO\n",
fc               4268 libavformat/mov.c             if (mov_open_dref(c, &sc->pb, c->fc->url, dref) < 0)
fc               4269 libavformat/mov.c                 av_log(c->fc, AV_LOG_ERROR,
fc               4275 libavformat/mov.c             av_log(c->fc, AV_LOG_WARNING,
fc               4284 libavformat/mov.c         sc->pb = c->fc->pb;
fc               4365 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR,
fc               4379 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR,
fc               4406 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               4408 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               4462 libavformat/mov.c             av_dict_set(&c->fc->metadata, key, val,
fc               4467 libavformat/mov.c         av_log(c->fc, AV_LOG_VERBOSE,
fc               4516 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               4518 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               4641 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "could not find corresponding trex (id %u)\n", track_id);
fc               4659 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "frag flags 0x%x\n", frag->flags);
fc               4700 libavformat/mov.c     c->fc->duration = AV_NOPTS_VALUE; // the duration from mvhd is not representing the whole file when fragments are used.
fc               4722 libavformat/mov.c     for (i = 0; i < c->fc->nb_streams; i++) {
fc               4723 libavformat/mov.c         if (c->fc->streams[i]->id == frag->track_id) {
fc               4724 libavformat/mov.c             st = c->fc->streams[i];
fc               4729 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "could not find corresponding track id %u\n", frag->track_id);
fc               4770 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "trun track id unknown, no tfhd was found\n");
fc               4774 libavformat/mov.c     for (i = 0; i < c->fc->nb_streams; i++) {
fc               4775 libavformat/mov.c         if (c->fc->streams[i]->id == frag->track_id) {
fc               4776 libavformat/mov.c             st = c->fc->streams[i];
fc               4781 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "could not find corresponding track id %u\n", frag->track_id);
fc               4808 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "flags 0x%x entries %u\n", flags, entries);
fc               4823 libavformat/mov.c             av_log(c->fc, AV_LOG_DEBUG, "found mfra time %"PRId64
fc               4828 libavformat/mov.c             av_log(c->fc, AV_LOG_DEBUG, "found mfra time %"PRId64
fc               4834 libavformat/mov.c             av_log(c->fc, AV_LOG_DEBUG, "found sidx time %"PRId64
fc               4838 libavformat/mov.c             av_log(c->fc, AV_LOG_DEBUG, "found tfdt time %"PRId64
fc               4842 libavformat/mov.c             av_log(c->fc, AV_LOG_DEBUG, "found track end time %"PRId64
fc               4847 libavformat/mov.c         av_log(c->fc, AV_LOG_DEBUG, "found track end time %"PRId64
fc               4852 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "first sample flags 0x%x\n", first_sample_flags);
fc               4857 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Failed to add index entry\n");
fc               4921 libavformat/mov.c         mov_update_dts_shift(sc, ctts_duration, c->fc);
fc               4929 libavformat/mov.c             av_log(c->fc, AV_LOG_DEBUG,
fc               4965 libavformat/mov.c         av_log(c->fc, AV_LOG_TRACE, "AVIndex stream %d, sample %d, offset %"PRIx64", dts %"PRId64", "
fc               5022 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "reached eof, corrupted TRUN atom\n");
fc               5047 libavformat/mov.c         avpriv_request_sample(c->fc, "sidx version %u", version);
fc               5054 libavformat/mov.c     for (i = 0; i < c->fc->nb_streams; i++) {
fc               5055 libavformat/mov.c         if (c->fc->streams[i]->id == track_id) {
fc               5056 libavformat/mov.c             st = c->fc->streams[i];
fc               5061 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "could not find corresponding track id %d\n", track_id);
fc               5070 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Invalid sidx timescale 1/%d\n", timescale.den);
fc               5092 libavformat/mov.c             avpriv_request_sample(c->fc, "sidx reference_type 1");
fc               5120 libavformat/mov.c                     ref_st = c->fc->streams[j];
fc               5126 libavformat/mov.c         if (ref_st) for (i = 0; i < c->fc->nb_streams; i++) {
fc               5127 libavformat/mov.c             st = c->fc->streams[i];
fc               5176 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "unknown compression for cmov atom !\n");
fc               5211 libavformat/mov.c     av_log(c->fc, AV_LOG_ERROR, "this file requires zlib support compiled in\n");
fc               5223 libavformat/mov.c     if (c->fc->nb_streams < 1 || c->ignore_editlist)
fc               5225 libavformat/mov.c     sc = c->fc->streams[c->fc->nb_streams-1]->priv_data;
fc               5234 libavformat/mov.c         if (c->fc->strict_std_compliance >= FF_COMPLIANCE_STRICT) {
fc               5235 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR, "Invalid edit list entry_count: %d for elst atom of size: %"PRId64" bytes.\n",
fc               5241 libavformat/mov.c                 av_log(c->fc, AV_LOG_WARNING, "ELST atom of %"PRId64" bytes, bigger than %d entries.", atom.size, edit_count);
fc               5249 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Duplicated ELST atom\n");
fc               5256 libavformat/mov.c     av_log(c->fc, AV_LOG_TRACE, "track[%u].edit_count = %i\n", c->fc->nb_streams - 1, edit_count);
fc               5271 libavformat/mov.c         av_log(c->fc, AV_LOG_TRACE, "duration=%"PRId64" time=%"PRId64" rate=%f\n",
fc               5275 libavformat/mov.c             c->fc->strict_std_compliance >= FF_COMPLIANCE_STRICT) {
fc               5276 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR, "Track %d, edit %d: Invalid edit list media time=%"PRId64"\n",
fc               5277 libavformat/mov.c                    c->fc->nb_streams-1, i, e->time);
fc               5290 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               5292 libavformat/mov.c     sc = c->fc->streams[c->fc->nb_streams - 1]->priv_data;
fc               5302 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               5304 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams - 1];
fc               5307 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Empty AV1 Codec Configuration Box\n");
fc               5318 libavformat/mov.c     ret = ff_get_extradata(c->fc, st->codecpar, pb, atom.size - 4);
fc               5330 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               5332 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams - 1];
fc               5335 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Empty VP Codec Configuration box\n");
fc               5341 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Unsupported VP Codec Configuration box version %d\n", version);
fc               5374 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               5377 libavformat/mov.c     sc = c->fc->streams[c->fc->nb_streams - 1]->priv_data;
fc               5380 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Empty Mastering Display Metadata box\n");
fc               5386 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Unsupported Mastering Display Metadata box version %d\n", version);
fc               5419 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               5422 libavformat/mov.c     sc = c->fc->streams[c->fc->nb_streams - 1]->priv_data;
fc               5425 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Invalid Mastering Display Color Volume box\n");
fc               5455 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               5458 libavformat/mov.c     sc = c->fc->streams[c->fc->nb_streams - 1]->priv_data;
fc               5461 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Empty Content Light Level box\n");
fc               5467 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Unsupported Content Light Level box version %d\n", version);
fc               5486 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               5489 libavformat/mov.c     sc = c->fc->streams[c->fc->nb_streams - 1]->priv_data;
fc               5492 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Empty Content Light Level Info box\n");
fc               5513 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               5516 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams - 1];
fc               5520 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Empty stereoscopic video box\n");
fc               5537 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Unknown st3d mode value %d\n", mode);
fc               5559 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               5562 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams - 1];
fc               5566 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Empty spherical video box\n");
fc               5576 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Missing spherical video header\n");
fc               5581 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Unknown spherical version %d\n",
fc               5594 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Missing projection box\n");
fc               5604 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Missing projection header box\n");
fc               5609 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Unknown spherical version %d\n",
fc               5627 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "Unknown spherical version %d\n",
fc               5636 libavformat/mov.c             av_log(c->fc, AV_LOG_WARNING,
fc               5650 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR,
fc               5662 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Unknown projection type: %s\n", av_fourcc2str(tag));
fc               5771 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               5773 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams - 1];
fc               5843 libavformat/mov.c             av_dict_set(&c->fc->metadata, "xmp",
fc               5857 libavformat/mov.c             av_log(c->fc, AV_LOG_WARNING, "Invalid spherical metadata found\n");
fc               5892 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               5894 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams - 1];
fc               5904 libavformat/mov.c             av_log(c->fc, AV_LOG_WARNING,
fc               5916 libavformat/mov.c             av_log(c->fc, AV_LOG_WARNING,
fc               5940 libavformat/mov.c         for (i = 0; i < c->fc->nb_streams; i++) {
fc               5941 libavformat/mov.c             if (c->fc->streams[i]->id == frag_stream_info->id) {
fc               5942 libavformat/mov.c               st = c->fc->streams[i];
fc               5946 libavformat/mov.c         if (i == c->fc->nb_streams)
fc               5963 libavformat/mov.c         if (c->fc->nb_streams < 1)
fc               5965 libavformat/mov.c         st = c->fc->streams[c->fc->nb_streams - 1];
fc               5989 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Missing schm or tenc\n");
fc               5999 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR, "failed to read the initialization vector\n");
fc               6022 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR, "hit EOF while reading sub-sample encryption info\n");
fc               6047 libavformat/mov.c         av_log(c->fc, AV_LOG_DEBUG, "Ignoring duplicate encryption info in senc\n");
fc               6071 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR, "Hit EOF while reading senc\n");
fc               6099 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Multiple auxiliary info chunks are not supported\n");
fc               6108 libavformat/mov.c         av_log(c->fc, AV_LOG_INFO, "Failed to seek for auxiliary info, will only parse senc atoms for encryption info\n");
fc               6132 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Hit EOF while reading auxiliary info\n");
fc               6194 libavformat/mov.c         av_log(c->fc, AV_LOG_DEBUG, "Ignoring duplicate encryption info in saiz\n");
fc               6199 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Duplicate saiz atom\n");
fc               6209 libavformat/mov.c                 av_log(c->fc, AV_LOG_DEBUG, "Ignoring saiz box with non-zero aux_info_type\n");
fc               6213 libavformat/mov.c                 av_log(c->fc, AV_LOG_DEBUG, "Ignoring saiz box with non-zero aux_info_type_parameter\n");
fc               6223 libavformat/mov.c                 av_log(c->fc, AV_LOG_ERROR, "Saw encrypted saiz without schm/tenc\n");
fc               6241 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR, "Failed to read the auxiliary info\n");
fc               6268 libavformat/mov.c         av_log(c->fc, AV_LOG_DEBUG, "Ignoring duplicate encryption info in saio\n");
fc               6273 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Duplicate saio atom\n");
fc               6283 libavformat/mov.c                 av_log(c->fc, AV_LOG_DEBUG, "Ignoring saio box with non-zero aux_info_type\n");
fc               6287 libavformat/mov.c                 av_log(c->fc, AV_LOG_DEBUG, "Ignoring saio box with non-zero aux_info_type_parameter\n");
fc               6297 libavformat/mov.c                 av_log(c->fc, AV_LOG_ERROR, "Saw encrypted saio without schm/tenc\n");
fc               6334 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Hit EOF while reading saio\n");
fc               6358 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               6360 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               6371 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Failed to read the system id\n");
fc               6401 libavformat/mov.c                 av_log(c->fc, AV_LOG_ERROR, "Failed to read the key id\n");
fc               6408 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR, "Hit EOF while reading pssh\n");
fc               6463 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               6465 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               6469 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "schm boxes are only supported in first sample descriptor\n");
fc               6495 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               6497 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               6501 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "tenc atom are only supported in first sample descriptor\n");
fc               6536 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "invalid per-sample IV size value\n");
fc               6540 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "failed to read the default key ID\n");
fc               6547 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR, "invalid default_constant_IV_size in tenc atom\n");
fc               6552 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR, "failed to read the default IV\n");
fc               6566 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               6568 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               6583 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "STREAMINFO must be first FLACMetadataBlock\n");
fc               6587 libavformat/mov.c     ret = ff_get_extradata(c->fc, st->codecpar, pb, size);
fc               6592 libavformat/mov.c         av_log(c->fc, AV_LOG_WARNING, "non-STREAMINFO FLACMetadataBlock(s) ignored\n");
fc               6602 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Only the 'cenc' encryption scheme is supported\n");
fc               6631 libavformat/mov.c             av_log(c->fc, AV_LOG_ERROR, "subsample size exceeds the packet size left\n");
fc               6646 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "leftover packet bytes after subsample processing\n");
fc               6680 libavformat/mov.c             av_log(mov->fc, AV_LOG_ERROR, "saiz atom found without saio\n");
fc               6685 libavformat/mov.c             av_log(mov->fc, AV_LOG_ERROR, "saio atom found without saiz\n");
fc               6696 libavformat/mov.c             av_log(mov->fc, AV_LOG_ERROR, "Incorrect number of samples in encryption info\n");
fc               6725 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               6727 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               6734 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "unsupported OpusSpecificBox version\n");
fc               6773 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               6775 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               6806 libavformat/mov.c     if (c->fc->nb_streams < 1)
fc               6808 libavformat/mov.c     st = c->fc->streams[c->fc->nb_streams-1];
fc               6962 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR, "Atoms too deeply nested\n");
fc               6979 libavformat/mov.c                 c->fc->strict_std_compliance < FF_COMPLIANCE_STRICT) {
fc               6986 libavformat/mov.c                     av_log(c->fc, AV_LOG_ERROR, "Detected moov in a free or hoov atom.\n");
fc               6995 libavformat/mov.c                     av_log(c->fc, AV_LOG_ERROR, "Broken file, trak/mdat not at top-level\n");
fc               7007 libavformat/mov.c         av_log(c->fc, AV_LOG_TRACE, "type:'%s' parent:'%s' sz: %"PRId64" %"PRId64" %"PRId64"\n",
fc               7048 libavformat/mov.c                 ((!(pb->seekable & AVIO_SEEKABLE_NORMAL) || c->fc->flags & AVFMT_FLAG_IGNIDX || c->frag_index.complete) ||
fc               7050 libavformat/mov.c                 if (!(pb->seekable & AVIO_SEEKABLE_NORMAL) || c->fc->flags & AVFMT_FLAG_IGNIDX || c->frag_index.complete)
fc               7059 libavformat/mov.c                 av_log(c->fc, AV_LOG_WARNING,
fc               7466 libavformat/mov.c     av_log(mov->fc, AV_LOG_VERBOSE, "found tfra\n");
fc               7524 libavformat/mov.c         av_log(c->fc, AV_LOG_DEBUG, "doesn't look like mfra (unreasonable size)\n");
fc               7532 libavformat/mov.c         av_log(c->fc, AV_LOG_DEBUG, "doesn't look like mfra (size mismatch)\n");
fc               7536 libavformat/mov.c         av_log(c->fc, AV_LOG_DEBUG, "doesn't look like mfra (tag mismatch)\n");
fc               7539 libavformat/mov.c     av_log(c->fc, AV_LOG_VERBOSE, "stream has mfra\n");
fc               7549 libavformat/mov.c         av_log(c->fc, AV_LOG_ERROR,
fc               7570 libavformat/mov.c     mov->fc = s;
fc               7592 libavformat/mov.c     av_log(mov->fc, AV_LOG_TRACE, "on_parse_exit_offset=%"PRId64"\n", avio_tell(pb));
fc               7808 libavformat/mov.c         av_log(mov->fc, AV_LOG_ERROR, "root atom offset 0x%"PRIx64": partial file\n", target);
fc               7867 libavformat/mov.c     mov->fc = s;
fc               7890 libavformat/mov.c             av_log(mov->fc, AV_LOG_ERROR, "stream %d, offset 0x%"PRIx64": partial file\n",
fc               7899 libavformat/mov.c             av_log(mov->fc, AV_LOG_DEBUG, "Nonkey frame from stream %d discarded due to AVDISCARD_NONKEY\n", sc->ffindex);
fc               7928 libavformat/mov.c                 av_log(mov->fc, AV_LOG_ERROR, "Cannot append palette to packet\n");
fc                 23 libavformat/mov_esds.c int ff_mov_read_esds(AVFormatContext *fc, AVIOContext *pb)
fc                 28 libavformat/mov_esds.c     if (fc->nb_streams < 1)
fc                 30 libavformat/mov_esds.c     st = fc->streams[fc->nb_streams-1];
fc                 33 libavformat/mov_esds.c     ff_mp4_read_descr(fc, pb, &tag);
fc                 39 libavformat/mov_esds.c     ff_mp4_read_descr(fc, pb, &tag);
fc                 41 libavformat/mov_esds.c         ret = ff_mp4_read_dec_config_descr(fc, st, pb);
fc                413 libavformat/movenc.c             av_log(mov->fc, AV_LOG_WARNING, "Dropping invalid packet from start of the stream\n");
fc                441 libavformat/movenc.c                 avpriv_request_sample(mov->fc, "Multiple independent substreams");
fc                451 libavformat/movenc.c                 avpriv_request_sample(mov->fc, "Multiple non EAC3 independent substreams");
fc               2130 libavformat/movenc.c         mov_write_vpcc_tag(mov->fc, pb, track);
fc               2165 libavformat/movenc.c             av_log(mov->fc, AV_LOG_WARNING, "Not writing 'gama' atom. Format is not MOV.\n");
fc               2171 libavformat/movenc.c             av_log(mov->fc, AV_LOG_WARNING, "Not writing 'colr' atom. Format is not MOV or MP4.\n");
fc               2178 libavformat/movenc.c     if (track->mode == MODE_MP4 && mov->fc->strict_std_compliance <= FF_COMPLIANCE_UNOFFICIAL) {
fc               2187 libavformat/movenc.c             mov_write_sv3d_tag(mov->fc, pb, spherical_mapping);
fc               3012 libavformat/movenc.c             av_log(mov->fc, AV_LOG_WARNING, "track width is too large\n");
fc               3017 libavformat/movenc.c             av_log(mov->fc, AV_LOG_WARNING, "track height is too large\n");
fc               3074 libavformat/movenc.c             av_log(mov->fc, AV_LOG_DEBUG,
fc               3260 libavformat/movenc.c             av_log(mov->fc, AV_LOG_WARNING,
fc               4148 libavformat/movenc.c     if (!(mov->fc->flags & AVFMT_FLAG_BITEXACT))
fc               4706 libavformat/movenc.c         av_log(mov->fc, AV_LOG_WARNING, "Unable to write PRFT, no entries in the track\n");
fc               4711 libavformat/movenc.c         av_log(mov->fc, AV_LOG_WARNING, "Unable to write PRFT, first PTS is invalid\n");
fc               4728 libavformat/movenc.c         av_log(mov->fc, AV_LOG_WARNING, "Unsupported PRFT box configuration: %d\n",
fc               6254 libavformat/movenc.c     mov->fc = s;
fc                216 libavformat/movenc.h     AVFormatContext *fc;
fc               1777 libavformat/mpegts.c int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type,
fc               1797 libavformat/mpegts.c     av_log(fc, AV_LOG_TRACE, "tag: 0x%02x len=%d\n", desc_tag, desc_len);
fc               1822 libavformat/mpegts.c                 ff_mp4_read_dec_config_descr(fc, st, &pb);
fc               1844 libavformat/mpegts.c             ff_mp4_read_dec_config_descr(fc, st, &pb);
fc               1907 libavformat/mpegts.c                 avpriv_request_sample(fc, "DVB subtitles with multiple languages");
fc               1986 libavformat/mpegts.c         av_log(fc, AV_LOG_TRACE, "reg_desc=%.4s\n", (char *)&st->codecpar->codec_tag);
fc               2030 libavformat/mpegts.c                     avpriv_request_sample(fc, "Opus in MPEG-TS - channel_config_code > 0x8");
fc               2083 libavformat/mpegts.c                     av_log(ts ? ts->stream : fc, AV_LOG_DEBUG, "New track disposition for id %u: %u\n", st->id, st->disposition);
fc               2097 libavformat/mpegts.c                     av_log(ts ? ts->stream : fc, AV_LOG_DEBUG, "New track disposition for id %u: %u\n", st->id, st->disposition);
fc               2183 libavformat/mpegts.c             av_log(fc, AV_LOG_TRACE, "DOVI, version: %d.%d, profile: %d, level: %d, "
fc                180 libavformat/mpegts.h int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int stream_type,
fc                279 libavformat/mxfdec.c     AVFormatContext *fc;
fc                640 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "item_num %d is too large\n", item_num);
fc                644 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_VERBOSE, "Multiple primer packs\n");
fc                658 libavformat/mxfdec.c     AVFormatContext *s = mxf->fc;
fc                700 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "unknown partition type %i\n", uid[13]);
fc                718 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "Failed reading UID\n");
fc                731 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR,
fc                744 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR,
fc                752 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_ERROR,
fc                760 libavformat/mxfdec.c     av_log(mxf->fc, AV_LOG_TRACE,
fc                772 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR,
fc                797 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_WARNING,
fc                806 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "unknown operational pattern: %02xh %02xh - guessing OP1a\n", op[12], op[13]);
fc                811 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_WARNING, "invalid KAGSize %"PRId32" - guessing ",
fc                819 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_WARNING, "%"PRId32"\n", partition->kag_size);
fc                903 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_VERBOSE, "Multiple packages_refs\n");
fc               1445 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_WARNING, "IndexSID %i segment at %"PRId64" missing EditUnitByteCount and IndexEntryArray\n",
fc               1538 libavformat/mxfdec.c     av_log(mxf->fc, AV_LOG_ERROR,
fc               1588 libavformat/mxfdec.c                     av_log(mxf->fc, AV_LOG_ERROR, "IndexSID %i segment at %"PRId64" IndexEntryArray too small\n",
fc               1607 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "failed to map EditUnit %"PRId64" in IndexSID %i to an offset\n", edit_unit, index_table->index_sid);
fc               1629 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_ERROR, "ignoring IndexSID %d, duration is too large\n", s->index_sid);
fc               1698 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_ERROR,
fc               1707 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_ERROR,
fc               1743 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_WARNING, "broken or empty index\n");
fc               1752 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_ERROR, "found inconsistent BodySID\n");
fc               1761 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "failed to allocate index tables\n");
fc               1784 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_ERROR, "failed to allocate IndexTableSegment"
fc               1791 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_WARNING, "IndexSID %i starts at EditUnit %"PRId64" - seeking may not work as expected\n",
fc               1801 libavformat/mxfdec.c         for (k = 0; k < mxf->fc->nb_streams; k++) {
fc               1802 libavformat/mxfdec.c             MXFTrack *track = mxf->fc->streams[k]->priv_data;
fc               1812 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_WARNING, "IndexSID %i segment %i has invalid IndexEditRate\n",
fc               1822 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_WARNING, "IndexSID %i segment %i has zero IndexDuration and there's more than one segment\n",
fc               1826 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_WARNING, "no streams?\n");
fc               1961 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_ERROR, "could not resolve sub descriptor strong ref\n");
fc               2069 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_ERROR, "could not resolve source track strong ref\n");
fc               2074 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_ERROR, "could not resolve source track sequence strong ref\n");
fc               2080 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_WARNING,
fc               2098 libavformat/mxfdec.c                 if (av_timecode_init(&tc, mxf_tc->rate, flags, start_position + mxf_tc->start_frame, mxf->fc) == 0) {
fc               2126 libavformat/mxfdec.c     st = avformat_new_stream(mxf->fc, NULL);
fc               2128 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "could not allocate metadata stream\n");
fc               2152 libavformat/mxfdec.c     av_log(mxf->fc, AV_LOG_TRACE, "metadata sets count %d\n", mxf->metadata_sets_count);
fc               2159 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "no material package found\n");
fc               2163 libavformat/mxfdec.c     mxf_add_umid_metadata(&mxf->fc->metadata, "material_package_umid", material_package);
fc               2165 libavformat/mxfdec.c         av_dict_set(&mxf->fc->metadata, "material_package_name", material_package->name, 0);
fc               2166 libavformat/mxfdec.c     mxf_parse_package_comments(mxf, &mxf->fc->metadata, material_package);
fc               2185 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_ERROR, "could not resolve material track strong ref\n");
fc               2192 libavformat/mxfdec.c             if (av_timecode_init(&tc, mxf_tc->rate, flags, mxf_tc->start_frame, mxf->fc) == 0) {
fc               2193 libavformat/mxfdec.c                 mxf_add_timecode_metadata(&mxf->fc->metadata, "timecode", &tc);
fc               2198 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_ERROR, "could not resolve material track sequence strong ref\n");
fc               2209 libavformat/mxfdec.c             if (av_timecode_init(&tc, mxf_tc->rate, flags, mxf_tc->start_frame, mxf->fc) == 0) {
fc               2210 libavformat/mxfdec.c                 mxf_add_timecode_metadata(&mxf->fc->metadata, "timecode", &tc);
fc               2217 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_WARNING, "material track %d: has %d components\n",
fc               2227 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_TRACE, "material track %d: no corresponding source package found\n", material_track->track_id);
fc               2232 libavformat/mxfdec.c                     av_log(mxf->fc, AV_LOG_ERROR, "could not resolve source track strong ref\n");
fc               2242 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_ERROR, "material track %d: no corresponding source track found\n", material_track->track_id);
fc               2250 libavformat/mxfdec.c                     av_log(mxf->fc, AV_LOG_TRACE, "could not resolve essence container data strong ref\n");
fc               2270 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_ERROR, "could not resolve source track sequence strong ref\n");
fc               2278 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_ERROR, "material track %d: DataDefinition mismatch\n", material_track->track_id);
fc               2282 libavformat/mxfdec.c         st = avformat_new_stream(mxf->fc, NULL);
fc               2284 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_ERROR, "could not allocate stream\n");
fc               2306 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_WARNING,
fc               2319 libavformat/mxfdec.c         PRINT_KEY(mxf->fc, "data definition   ul", source_track->sequence->data_definition_ul);
fc               2324 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_INFO, "source track %d: stream %d, no descriptor found\n", source_track->track_id, st->index);
fc               2327 libavformat/mxfdec.c         PRINT_KEY(mxf->fc, "essence codec     ul", descriptor->essence_codec_ul);
fc               2328 libavformat/mxfdec.c         PRINT_KEY(mxf->fc, "essence container ul", descriptor->essence_container_ul);
fc               2332 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_INFO, "wrapping of stream %d is unknown\n", st->index);
fc               2336 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_INFO, "broken encrypted mxf file\n");
fc               2354 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_VERBOSE, "%s: Universal Label: ",
fc               2357 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_VERBOSE, "%.2x",
fc               2360 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_VERBOSE, ".");
fc               2362 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_VERBOSE, "\n");
fc               2385 libavformat/mxfdec.c                     av_log(mxf->fc, AV_LOG_INFO, "OneField frame layout isn't currently supported\n");
fc               2394 libavformat/mxfdec.c                     av_log(mxf->fc, AV_LOG_DEBUG, "video_line_map: (%d, %d), field_dominance: %d\n",
fc               2414 libavformat/mxfdec.c                                     avpriv_request_sample(mxf->fc,
fc               2428 libavformat/mxfdec.c                                     avpriv_request_sample(mxf->fc,
fc               2438 libavformat/mxfdec.c                     av_log(mxf->fc, AV_LOG_INFO, "Unknown frame layout type: %d\n", descriptor->frame_layout);
fc               2493 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_WARNING, "invalid sample rate (%d/%d) "
fc               2556 libavformat/mxfdec.c     for (int i = 0; i < mxf->fc->nb_streams; i++) {
fc               2557 libavformat/mxfdec.c         MXFTrack *track1 = mxf->fc->streams[i]->priv_data;
fc               2559 libavformat/mxfdec.c             for (int j = i + 1; j < mxf->fc->nb_streams; j++) {
fc               2560 libavformat/mxfdec.c                 MXFTrack *track2 = mxf->fc->streams[j]->priv_data;
fc               2567 libavformat/mxfdec.c                         av_log(mxf->fc, AV_LOG_ERROR, "stream %d and stream %d have the same BodySID (%d) "
fc               2624 libavformat/mxfdec.c     AVFormatContext *s = mxf->fc;
fc               2661 libavformat/mxfdec.c     AVFormatContext *s = mxf->fc;
fc               2729 libavformat/mxfdec.c     AVIOContext *pb = mxf->fc->pb;
fc               2743 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_TRACE, "local tag %#04x size %d\n", tag, size);
fc               2745 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_ERROR, "local tag %#04x with 0 size\n", tag);
fc               2754 libavformat/mxfdec.c                     av_log(mxf->fc, AV_LOG_TRACE, "local tag %#04x\n", local_tag);
fc               2755 libavformat/mxfdec.c                     PRINT_KEY(mxf->fc, "uid", uid);
fc               2775 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_ERROR,
fc               2807 libavformat/mxfdec.c     AVFormatContext *s = mxf->fc;
fc               2837 libavformat/mxfdec.c     AVIOContext *pb = mxf->fc->pb;
fc               2851 libavformat/mxfdec.c     av_log(mxf->fc, AV_LOG_TRACE, "seeking to previous partition\n");
fc               2857 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "failed to read PartitionPack KLV\n");
fc               2862 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "PreviousPartition @ %" PRIx64 " isn't a PartitionPack\n", klv.offset);
fc               2871 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "PreviousPartition for PartitionPack @ %"
fc               2888 libavformat/mxfdec.c     AVIOContext *pb = mxf->fc->pb;
fc               2895 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_TRACE, "no FooterPartition\n");
fc               2899 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_TRACE, "seeking to FooterPartition\n");
fc               2905 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_INFO, "file is not seekable - not parsing FooterPartition\n");
fc               2911 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_ERROR,
fc               2978 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_ERROR,
fc               3081 libavformat/mxfdec.c     av_log(mxf->fc, AV_LOG_WARNING, "guessing index for stream %d using edit unit byte count %d\n", st->index, edit_unit_byte_count);
fc               3176 libavformat/mxfdec.c     mxf->fc = s;
fc               3202 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_ERROR, "found essence prior to first PartitionPack\n");
fc               3260 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_INFO, "got %i index tables - only the first one (IndexSID %i) will be used\n",
fc               3263 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "cannot demux OPAtom without an index\n");
fc               3324 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_WARNING,
fc               3351 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "unable to compute the size of the last packet\n");
fc               3360 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "cannot find current edit unit for stream %d, invalid index?\n", st->index);
fc               3365 libavformat/mxfdec.c         av_log(mxf->fc, AV_LOG_ERROR, "failed to find next track edit unit in stream %d\n", st->index);
fc               3371 libavformat/mxfdec.c     av_log(mxf->fc, AV_LOG_WARNING, "edit unit sync lost on stream %d, jumping from %"PRId64" to %"PRId64"\n", st->index, edit_unit, new_edit_unit);
fc               3379 libavformat/mxfdec.c     AVStream *st = mxf->fc->streams[pkt->stream_index];
fc               3692 libavformat/mxfdec.c             av_log(mxf->fc, AV_LOG_WARNING, "attempted seek in an UnknownWrapped essence\n");
fc               3701 libavformat/mxfdec.c                 av_log(mxf->fc, AV_LOG_ERROR, "attempted seek out of clip wrapped KLV\n");
fc                782 libavformat/nutenc.c static int get_needed_flags(NUTContext *nut, StreamContext *nus, FrameCode *fc,
fc                789 libavformat/nutenc.c     if (pkt->stream_index != fc->stream_id)
fc                791 libavformat/nutenc.c     if (pkt->size / fc->size_mul)
fc                793 libavformat/nutenc.c     if (pkt->pts - nus->last_pts != fc->pts_delta)
fc                801 libavformat/nutenc.c     if (fc->header_idx)
fc                802 libavformat/nutenc.c         if (pkt->size < nut->header_len[fc->header_idx] ||
fc                804 libavformat/nutenc.c             memcmp(pkt->data, nut->header    [fc->header_idx],
fc                805 libavformat/nutenc.c                               nut->header_len[fc->header_idx]))
fc                808 libavformat/nutenc.c     return flags | (fc->flags & FLAG_CODED);
fc                958 libavformat/nutenc.c     FrameCode *fc;
fc               1070 libavformat/nutenc.c         FrameCode *fc = &nut->frame_code[i];
fc               1071 libavformat/nutenc.c         int flags     = fc->flags;
fc               1075 libavformat/nutenc.c         needed_flags = get_needed_flags(nut, nus, fc, pkt);
fc               1091 libavformat/nutenc.c         if (data_size % fc->size_mul != fc->size_lsb)
fc               1094 libavformat/nutenc.c             length += get_v_length(data_size / fc->size_mul);
fc               1103 libavformat/nutenc.c             && nut->header_len[best_header_idx] > nut->header_len[fc->header_idx] + 1) {
fc               1110 libavformat/nutenc.c             length -= nut->header_len[fc->header_idx];
fc               1124 libavformat/nutenc.c     fc           = &nut->frame_code[frame_code];
fc               1125 libavformat/nutenc.c     flags        = fc->flags;
fc               1126 libavformat/nutenc.c     needed_flags = get_needed_flags(nut, nus, fc, pkt);
fc               1127 libavformat/nutenc.c     header_idx   = fc->header_idx;
fc               1137 libavformat/nutenc.c     if (flags & FLAG_SIZE_MSB )  put_v(bc, data_size / fc->size_mul);
fc                 38 libavformat/options.c     AVFormatContext* fc = (AVFormatContext*) ptr;
fc                 39 libavformat/options.c     if(fc->iformat) return fc->iformat->name;
fc                 40 libavformat/options.c     else if(fc->oformat) return fc->oformat->name;
fc                134 libavformat/rtpdec_qt.c                 mc->fc = s;