gf_4cc_to_str 1736 applications/mp4box/filedump.c fprintf(stderr, "%s (%d) ", gf_4cc_to_str(type), gf_isom_get_user_data_count(file, track_number, type, uuid) ); gf_4cc_to_str 1752 applications/mp4box/filedump.c fprintf(stderr, "No UDTA for type %s found\n", gf_4cc_to_str(dump_udta_type) ); gf_4cc_to_str 1760 applications/mp4box/filedump.c fprintf(stderr, "Error dumping UDTA %s: %s\n", gf_4cc_to_str(dump_udta_type), gf_error_to_string(e) ); gf_4cc_to_str 1767 applications/mp4box/filedump.c sprintf(szName, "%s_%s.udta", inName, gf_4cc_to_str(dump_udta_type) ); gf_4cc_to_str 1837 applications/mp4box/filedump.c fprintf(stderr, "%s type: \"%s\" - %d resource item(s)\n", name, gf_4cc_to_str(brand), (count+(primary_id>0))); gf_4cc_to_str 1991 applications/mp4box/filedump.c fprintf(stderr, "Type \"%s:", gf_4cc_to_str(mtype)); gf_4cc_to_str 1994 applications/mp4box/filedump.c fprintf(stderr, "%s\" - %d samples\n", gf_4cc_to_str(msub_type), gf_isom_get_sample_count(file, trackNum)); gf_4cc_to_str 2426 applications/mp4box/filedump.c fprintf(stderr, "\n*Encrypted stream - ISMA scheme %s (version %d)\n", gf_4cc_to_str(scheme_type), version); gf_4cc_to_str 2464 applications/mp4box/filedump.c fprintf(stderr, "\n*Encrypted stream - CENC scheme %s (version: major=%u, minor=%u)\n", gf_4cc_to_str(scheme_type), (version&0xFFFF0000)>>16, version&0xFFFF); gf_4cc_to_str 2468 applications/mp4box/filedump.c fprintf(stderr, "\n*Encrypted stream - Adobe protection scheme %s (version %d)\n", gf_4cc_to_str(scheme_type), version); gf_4cc_to_str 2470 applications/mp4box/filedump.c fprintf(stderr, "\n*Encrypted stream - unknown scheme %s\n", gf_4cc_to_str(gf_isom_is_media_encrypted(file, trackNum, 1) )); gf_4cc_to_str 2633 applications/mp4box/filedump.c fprintf(stderr, "\tVendor code \"%s\" - Version %d - revision %d\n", gf_4cc_to_str(udesc->vendor_code), udesc->version, udesc->revision); gf_4cc_to_str 2669 applications/mp4box/filedump.c fprintf(stderr, "%s", gf_4cc_to_str(criterias[j]) ); gf_4cc_to_str 2815 applications/mp4box/filedump.c fprintf(stderr, "File is a segment - %d movie fragments - Brand %s (version %d):\n", count, gf_4cc_to_str(brand), min); gf_4cc_to_str 2850 applications/mp4box/filedump.c fprintf(stderr, "\tFile Brand %s - version %d\n\t\tCompatible brands:", gf_4cc_to_str(brand), min); gf_4cc_to_str 2853 applications/mp4box/filedump.c fprintf(stderr, " %s", gf_4cc_to_str(brand) ); gf_4cc_to_str 149 applications/mp4box/fileimport.c fprintf(stderr, "Video (%s)", gf_4cc_to_str(import.tk_info[i].media_type)); gf_4cc_to_str 152 applications/mp4box/fileimport.c fprintf(stderr, "Audio (%s)", gf_4cc_to_str(import.tk_info[i].media_type)); gf_4cc_to_str 155 applications/mp4box/fileimport.c fprintf(stderr, "Text (%s)", gf_4cc_to_str(import.tk_info[i].media_type)); gf_4cc_to_str 158 applications/mp4box/fileimport.c fprintf(stderr, "Scene (%s)", gf_4cc_to_str(import.tk_info[i].media_type)); gf_4cc_to_str 161 applications/mp4box/fileimport.c fprintf(stderr, "OD (%s)", gf_4cc_to_str(import.tk_info[i].media_type)); gf_4cc_to_str 164 applications/mp4box/fileimport.c fprintf(stderr, "Metadata (%s)", gf_4cc_to_str(import.tk_info[i].media_type)); gf_4cc_to_str 167 applications/mp4box/fileimport.c fprintf(stderr, "Other (4CC: %s)", gf_4cc_to_str(import.tk_info[i].type)); gf_4cc_to_str 171 applications/mp4box/fileimport.c if (import.tk_info[i].lang) fprintf(stderr, " - lang %s", gf_4cc_to_str(import.tk_info[i].lang)); gf_4cc_to_str 194 applications/mp4box/fileimport.c fprintf(stderr, "Source: %s %dx%d", gf_4cc_to_str(import.tk_info[i].media_type), import.tk_info[i].video_info.width, import.tk_info[i].video_info.height); gf_4cc_to_str 200 applications/mp4box/fileimport.c fprintf(stderr, "Source: %s - SampleRate %d - %d channels\n", gf_4cc_to_str(import.tk_info[i].media_type), import.tk_info[i].audio_info.sample_rate, import.tk_info[i].audio_info.nb_channels); gf_4cc_to_str 202 applications/mp4box/fileimport.c fprintf(stderr, "Source: %s\n", gf_4cc_to_str(import.tk_info[i].media_type)); gf_4cc_to_str 1083 applications/mp4box/fileimport.c fprintf(stderr, "WARNING: Track ID %d (type %s) not handled by splitter - skipping\n", gf_isom_get_track_id(mp4, i+1), gf_4cc_to_str(mtype)); gf_4cc_to_str 1088 applications/mp4box/fileimport.c fprintf(stderr, "WARNING: Track ID %d (type %s) not handled by splitter - skipping\n", gf_isom_get_track_id(mp4, i+1), gf_4cc_to_str(mtype)); gf_4cc_to_str 1804 applications/mp4box/fileimport.c fprintf(stderr, "WARNING: Track ID %d (type %s) not handled by concatenation - removing from destination\n", gf_isom_get_track_id(orig, i+1), gf_4cc_to_str(mtype)); gf_4cc_to_str 1980 applications/mp4box/fileimport.c fprintf(stderr, "No suitable destination track found - creating new one (type %s)\n", gf_4cc_to_str(mtype)); gf_4cc_to_str 1041 applications/mp4box/main.c fprintf(stderr, "Hinting track ID %d - Type \"%s:%s\" (%s) - BW %d kbps\n", gf_isom_get_track_id(file, i+1), gf_4cc_to_str(mtype), gf_4cc_to_str(mtype), szPayload, bw); gf_4cc_to_str 1029 applications/osmo4_w32/MainFrm.cpp sprintf(szLabel, "Language %s (ID %d)", gf_4cc_to_str(info.lang), info.od->objectDescriptorID); gf_4cc_to_str 1046 applications/osmo4_w32/MainFrm.cpp sprintf(szLabel, "Language %s (ID %d)", gf_4cc_to_str(info.lang), info.od->objectDescriptorID); gf_4cc_to_str 684 applications/osmo4_w32/Options.cpp sprintf(str, "(%s used)", gf_4cc_to_str(yuv_format)); gf_4cc_to_str 63 applications/osmo4_wx/wxGPACControl.cpp sprintf(str, "(%s used)", gf_4cc_to_str(yuv_format)); gf_4cc_to_str 87 include/gpac/internal/isomedia_dev.h GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[isom] not enough bytes in box %s: %d left, reading %d (file %s, line %d)\n", gf_4cc_to_str(__ptr->type), __ptr->size, (bytes), __FILE__, __LINE__ )); \ gf_4cc_to_str 3669 include/gpac/internal/isomedia_dev.h strcpy(__ptype, gf_4cc_to_str(__parent->type) );\ gf_4cc_to_str 3670 include/gpac/internal/isomedia_dev.h GF_LOG(GF_LOG_WARNING, GF_LOG_CONTAINER, ("[iso file] extra box %s found in %s, deleting\n", gf_4cc_to_str(__abox->type), __ptype)); \ gf_4cc_to_str 104 include/gpac/tools.h const char *gf_4cc_to_str(u32 type); gf_4cc_to_str 295 modules/avcap/avcap.cpp GF_LOG(GF_LOG_ERROR, GF_LOG_MODULE, ("[VideoCapture] Unsupported 4CC %s (%08x) from capture device\n", gf_4cc_to_str(format->getFourcc()), format->getFourcc())); gf_4cc_to_str 300 modules/avcap/avcap.cpp GF_LOG(GF_LOG_INFO, GF_LOG_MODULE, ("[VideoCapture] Device configured - resolution %dx%d - Frame Rate %d - Pixel Format %s (Device 4CC %08x) \n", vcap->width, vcap->height, vcap->fps, gf_4cc_to_str(vcap->pixel_format), format->getFourcc())); gf_4cc_to_str 313 modules/directfb_out/directfb_out.c GF_LOG(GF_LOG_ERROR, GF_LOG_MMIO, ("[DirectFB] cannot create blit source surface for pixel format %s\n", gf_4cc_to_str(video_src->pixel_format))); gf_4cc_to_str 819 modules/dx_hw/dx_2d.c GF_LOG(GF_LOG_INFO, GF_LOG_MMIO, ("[DX Out] Picked YUV format %s - drawn in %d ms\n", gf_4cc_to_str(dr->yuv_pixel_format), min_planar)); gf_4cc_to_str 236 modules/epoc_hw/epoc_vout.cpp GF_LOG(GF_LOG_DEBUG, GF_LOG_MMIO, ("[EPOC Video] Video setup OK - %d x %d @ PixelFormat %s\n", ctx->width, ctx->height, gf_4cc_to_str(ctx->pixel_format) )); gf_4cc_to_str 66 modules/ffmpeg_in/ffmpeg_decode.c strcpy(name, gf_4cc_to_str(codec_4cc)); gf_4cc_to_str 376 modules/freenect/freenect.c GF_LOG(GF_LOG_INFO, GF_LOG_MODULE, ("[Freenect] Device configured - resolution %dx%d - Frame Rate %d - Depth Pixel Format %s\n", vcap->width, vcap->height, vcap->fps, gf_4cc_to_str(vcap->depth_pixel_format) )); gf_4cc_to_str 1101 modules/gpac_js/gpac_js.c *vp = STRING_TO_JSVAL( JS_NewStringCopyZ(c, odi.lang_code ? odi.lang_code : gf_4cc_to_str(odi.lang) ) ); gf_4cc_to_str 1110 modules/gpac_js/gpac_js.c *vp = STRING_TO_JSVAL( JS_NewStringCopyZ(c, gf_4cc_to_str(odi.pixelFormat) ) ); gf_4cc_to_str 494 modules/isom_in/read.c bname = (char*)gf_4cc_to_str(brand); gf_4cc_to_str 671 modules/isom_in/read_ch.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[IsoMedia] Change of sample description (%d->%d) for media type %s not supported\n", ch->last_sample_desc_index, sample_desc_index, gf_4cc_to_str(mtype) )); gf_4cc_to_str 185 modules/x11_out/x11_out.c gf_4cc_to_str(vout->yuv_pixel_format), xwin->xvport )); gf_4cc_to_str 465 src/compositor/mpeg4_composite.c GF_LOG(GF_LOG_DEBUG, GF_LOG_COMPOSE, ("[CompositeTexture] Creating TinyGL Offscreen context %p (%d %d - pf %s)\n", st->tgl_ctx, txh->width, txh->width, gf_4cc_to_str(txh->pixelformat))); gf_4cc_to_str 1402 src/compositor/texturing_gl.c GF_LOG(GF_LOG_DEBUG, GF_LOG_COMPOSE, ("[GL Texture] Copying GL backbuffer %dx%d@PF=%s to systems memory\n", txh->width, txh->height, gf_4cc_to_str(txh->pixelformat) )); gf_4cc_to_str 1711 src/isomedia/avc_ext.c GF_LOG(GF_LOG_WARNING, GF_LOG_CONTAINER, ("Cloning of config not supported for type %s\n", gf_4cc_to_str(box->type))); gf_4cc_to_str 730 src/isomedia/box_code_base.c GF_LOG(GF_LOG_WARNING, GF_LOG_CONTAINER, ("[iso file] Unknown box %s (0x%08X) with payload larger than 1 MBytes, ignoring\n", gf_4cc_to_str(ptr->type), ptr->type )); gf_4cc_to_str 3916 src/isomedia/box_code_base.c GF_LOG(GF_LOG_WARNING, GF_LOG_CONTAINER, ("[iso file] Cannot process box %s\n!", gf_4cc_to_str(a->type))); gf_4cc_to_str 5593 src/isomedia/box_code_base.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[iso file] Cannot process box of type %s\n", gf_4cc_to_str(a->type))); gf_4cc_to_str 6823 src/isomedia/box_code_base.c GF_LOG(GF_LOG_WARNING, GF_LOG_CONTAINER, ("[iso file] Unexpected box %s in stsd!\n", gf_4cc_to_str(a->type))); gf_4cc_to_str 6830 src/isomedia/box_code_base.c GF_LOG(GF_LOG_WARNING, GF_LOG_CONTAINER, ("[iso file] Sample description %s does not have at least 8 bytes!\n", gf_4cc_to_str(a->original_4cc) )); gf_4cc_to_str 6834 src/isomedia/box_code_base.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[iso file] Sample description %s has wrong data size %d!\n", gf_4cc_to_str(a->original_4cc), a->dataSize)); gf_4cc_to_str 9564 src/isomedia/box_code_base.c GF_LOG(GF_LOG_WARNING, GF_LOG_CONTAINER, ("[iso file] %s sample group does not indicate entry size, cannot parse!\n", gf_4cc_to_str( grouping_type) )); gf_4cc_to_str 131 src/isomedia/box_dump.c fprintf(trace, "<!--ERROR: Invalid Top-level Box Found (\"%s\")-->\n", gf_4cc_to_str(box->type)); gf_4cc_to_str 488 src/isomedia/box_dump.c fprintf(trace, "hdlrType=\"%s\" Name=\"%s\" ", gf_4cc_to_str(p->handlerType), p->nameUTF8+1); gf_4cc_to_str 490 src/isomedia/box_dump.c fprintf(trace, "hdlrType=\"%s\" Name=\"%s\" ", gf_4cc_to_str(p->handlerType), p->nameUTF8); gf_4cc_to_str 1312 src/isomedia/box_dump.c fprintf(trace, "MajorBrand=\"%s\" MinorVersion=\"%d\">\n", gf_4cc_to_str(p->majorBrand), p->minorVersion); gf_4cc_to_str 1315 src/isomedia/box_dump.c fprintf(trace, "<BrandEntry AlternateBrand=\"%s\"/>\n", gf_4cc_to_str(p->altBrand[i])); gf_4cc_to_str 1372 src/isomedia/box_dump.c const char *name = gf_4cc_to_str(p->cfg.vendor); gf_4cc_to_str 1836 src/isomedia/box_dump.c fprintf(trace, "item_ID=\"%d\" item_protection_index=\"%d\" item_name=\"%s\" content_type=\"%s\" content_encoding=\"%s\" item_type=\"%s\">\n", p->item_ID, p->item_protection_index, p->item_name, p->content_type, p->content_encoding, gf_4cc_to_str(p->item_type)); gf_4cc_to_str 2172 src/isomedia/box_dump.c fprintf(trace, "descriptionformat=\"%s\">\n", gf_4cc_to_str(p->subType)); gf_4cc_to_str 3226 src/isomedia/box_dump.c fprintf(trace, "data_format=\"%s\">\n", gf_4cc_to_str(p->data_format)); gf_4cc_to_str 3236 src/isomedia/box_dump.c fprintf(trace, "scheme_type=\"%s\" scheme_version=\"%d\" ", gf_4cc_to_str(p->scheme_type), p->scheme_version); gf_4cc_to_str 3735 src/isomedia/box_dump.c fprintf(trace, "<TrackSelectionCriteria value=\"%s\"/>\n", gf_4cc_to_str(ptr->attributeList[i]) ); gf_4cc_to_str 3938 src/isomedia/box_dump.c fprintf(trace, "<Assignement track_id=\"%d\" padding_flag=\"%d\" assignement_type=\"%d\" grouping_type=\"%s\" grouping_type_parameter=\"%d\" sub_track_id=\"%d\" />\n", p->levels[i].track_id, p->levels[i].padding_flag, p->levels[i].type, gf_4cc_to_str(p->levels[i].grouping_type) , p->levels[i].grouping_type_parameter, p->levels[i].sub_track_id); gf_4cc_to_str 3968 src/isomedia/box_dump.c fprintf(trace, "<SubTrackInformationAttribute value=\"%s\"/>\n", gf_4cc_to_str(p->attribute_list[i]) ); gf_4cc_to_str 3984 src/isomedia/box_dump.c fprintf(trace, "grouping_type=\"%s\"", gf_4cc_to_str(p->grouping_type) ); gf_4cc_to_str 4087 src/isomedia/box_dump.c fprintf(trace, "grouping_type=\"%s\"", gf_4cc_to_str(ptr->grouping_type) ); gf_4cc_to_str 4091 src/isomedia/box_dump.c fprintf(trace, " grouping_type_parameter=\"%s\"", gf_4cc_to_str(ptr->grouping_type_parameter) ); gf_4cc_to_str 4298 src/isomedia/box_dump.c fprintf(trace, "grouping_type=\"%s\"", gf_4cc_to_str(ptr->grouping_type) ); gf_4cc_to_str 4403 src/isomedia/box_dump.c fprintf(trace, " aux_info_type=\"%s\" aux_info_type_parameter=\"%d\"", gf_4cc_to_str(ptr->aux_info_type), ptr->aux_info_type_parameter); gf_4cc_to_str 4432 src/isomedia/box_dump.c fprintf(trace, " aux_info_type=\"%s\" aux_info_type_parameter=\"%d\"", gf_4cc_to_str(ptr->aux_info_type), ptr->aux_info_type_parameter); gf_4cc_to_str 4746 src/isomedia/box_dump.c fprintf(trace, "colour_type=\"%s\" colour_primaries=\"%d\" transfer_characteristics=\"%d\" matrix_coefficients=\"%d\" full_range_flag=\"%d\">\n", gf_4cc_to_str(ptr->colour_type), ptr->colour_primaries, ptr->transfer_characteristics, ptr->matrix_coefficients, ptr->full_range_flag); gf_4cc_to_str 51 src/isomedia/box_funcs.c GF_LOG(progressive_mode ? GF_LOG_DEBUG : GF_LOG_ERROR, GF_LOG_CONTAINER, ("[iso file] Incomplete box %s\n", gf_4cc_to_str((*outBox)->type))); gf_4cc_to_str 119 src/isomedia/box_funcs.c GF_LOG(GF_LOG_DEBUG, GF_LOG_CONTAINER, ("[iso file] Warning Read Box type %s (0x%08X) size 0 reading till the end of file\n", gf_4cc_to_str(type), type)); gf_4cc_to_str 122 src/isomedia/box_funcs.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[iso file] Read Box type %s (0x%08X) has size 0 but is not at root/file level, skipping\n", gf_4cc_to_str(type), type)); gf_4cc_to_str 147 src/isomedia/box_funcs.c GF_LOG(GF_LOG_DEBUG, GF_LOG_CONTAINER, ("[iso file] Read Box type %s size "LLD" start "LLD"\n", gf_4cc_to_str(type), LLD_CAST size, LLD_CAST start)); gf_4cc_to_str 209 src/isomedia/box_funcs.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[iso file] Read Box \"%s\" failed (%s) - skipping\n", gf_4cc_to_str(type), gf_error_to_string(e))); gf_4cc_to_str 216 src/isomedia/box_funcs.c GF_LOG(GF_LOG_WARNING, GF_LOG_CONTAINER, ("[iso file] Box \"%s\" size "LLU" invalid (read "LLU")\n", gf_4cc_to_str(type), LLU_CAST size, LLU_CAST (end-start) )); gf_4cc_to_str 221 src/isomedia/box_funcs.c GF_LOG(GF_LOG_DEBUG, GF_LOG_CONTAINER, ("[iso file] Box \"%s\" has %u extra bytes\n", gf_4cc_to_str(type), to_skip)); gf_4cc_to_str 309 src/isomedia/box_funcs.c GF_LOG(GF_LOG_DEBUG, GF_LOG_CONTAINER, ("[iso file] Written Box type %s size "LLD" start "LLD"\n", gf_4cc_to_str(ptr->type), LLD_CAST ptr->size, LLD_CAST start)); gf_4cc_to_str 338 src/isomedia/box_funcs.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("ISOBMF: Error %s writing box %s\n", gf_error_to_string(e), gf_4cc_to_str(a->type) )); gf_4cc_to_str 360 src/isomedia/box_funcs.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("ISOBMF: Error %s computing box %s size\n", gf_error_to_string(e), gf_4cc_to_str(a->type) )); gf_4cc_to_str 1167 src/isomedia/box_funcs.c const char *parent_name = parent_type ? gf_4cc_to_str(parent_type) : NULL; gf_4cc_to_str 1183 src/isomedia/box_funcs.c GF_LOG(GF_LOG_WARNING, GF_LOG_CONTAINER, ("[iso file] Unknown box type %s\n", gf_4cc_to_str(boxType) )); gf_4cc_to_str 1226 src/isomedia/box_funcs.c GF_LOG(GF_LOG_WARNING, GF_LOG_CONTAINER, ("[iso file] Box \"%s\" is larger than container box\n", gf_4cc_to_str(a->type))); gf_4cc_to_str 1235 src/isomedia/box_funcs.c const char *parent_code = gf_4cc_to_str(parent->type); gf_4cc_to_str 1237 src/isomedia/box_funcs.c parent_code = gf_4cc_to_str( ((GF_UnknownBox*)parent)->original_4cc ); gf_4cc_to_str 1261 src/isomedia/box_funcs.c GF_LOG(GF_LOG_WARNING, GF_LOG_CONTAINER, ("[iso file] Box \"%s\" is invalid in container %s\n", gf_4cc_to_str(a->type), szName)); gf_4cc_to_str 1299 src/isomedia/box_funcs.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[iso file] Delete invalid box type %s without registry\n", gf_4cc_to_str(a->type) )); gf_4cc_to_str 1320 src/isomedia/box_funcs.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[iso file] Read invalid box type %s without registry\n", gf_4cc_to_str(a->type) )); gf_4cc_to_str 1332 src/isomedia/box_funcs.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[iso file] Write invalid box type %s without registry\n", gf_4cc_to_str(a->type) )); gf_4cc_to_str 1353 src/isomedia/box_funcs.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[iso file] Size invalid box type %s without registry\n", gf_4cc_to_str(a->type) )); gf_4cc_to_str 1469 src/isomedia/box_funcs.c fprintf(trace, "Type=\"%s\" ", gf_4cc_to_str(a->type)); gf_4cc_to_str 1501 src/isomedia/box_funcs.c fprintf(trace, "<!--ERROR: NULL Box Found, expecting %s -->\n", gf_4cc_to_str(box_4cc) ); gf_4cc_to_str 1508 src/isomedia/box_funcs.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[isom] trying to dump box %s not registered\n", gf_4cc_to_str(a->type) )); gf_4cc_to_str 185 src/isomedia/hinting.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[iso] invalid FDT sample, top box type %s not fdsa\n", gf_4cc_to_str(type) )); gf_4cc_to_str 5647 src/isomedia/isom_write.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("A track with same group ID is already defined for different group type %s\n", gf_4cc_to_str(trgt->group_type) )); gf_4cc_to_str 366 src/isomedia/meta.c sprintf(szName, "GPAC %s Handler", gf_4cc_to_str(metaType)); gf_4cc_to_str 3660 src/media_tools/dash_client.c GF_LOG(GF_LOG_ERROR, GF_LOG_DASH, ("[DASH] Error parsing SIDX: type is %s (box start offset "LLD")\n", gf_4cc_to_str(type), gf_bs_get_position(bs)-8 )); gf_4cc_to_str 428 src/media_tools/dash_segmenter.c GF_LOG(GF_LOG_WARNING, GF_LOG_AUTHOR, ("[ISOM Tools] Unkown protection scheme type %s\n", gf_4cc_to_str( gf_isom_is_media_encrypted(movie, track, 1)) )); gf_4cc_to_str 497 src/media_tools/dash_segmenter.c sprintf(szCodec, "%s.%02X%02X%02X", gf_4cc_to_str(subtype), avcc->AVCProfileIndication, avcc->profile_compatibility, avcc->AVCLevelIndication); gf_4cc_to_str 510 src/media_tools/dash_segmenter.c sprintf(szCodec, "%s.%02X%02X%02X", gf_4cc_to_str(subtype), avcc->AVCProfileIndication, avcc->profile_compatibility, avcc->AVCLevelIndication); gf_4cc_to_str 543 src/media_tools/dash_segmenter.c sprintf(szCodec, "%s.", gf_4cc_to_str(subtype)); gf_4cc_to_str 602 src/media_tools/dash_segmenter.c sprintf(szCodec, "%s", gf_4cc_to_str(subtype)); gf_4cc_to_str 608 src/media_tools/dash_segmenter.c GF_LOG(GF_LOG_DEBUG, GF_LOG_AUTHOR, ("[ISOM Tools] codec parameters not known - setting codecs string to default value \"%s\"\n", gf_4cc_to_str(subtype) )); gf_4cc_to_str 609 src/media_tools/dash_segmenter.c sprintf(szCodec, "%s", gf_4cc_to_str(subtype)); gf_4cc_to_str 673 src/media_tools/dash_segmenter.c fprintf(mpd, "<ContentProtection schemeIdUri=\"urn:mpeg:dash:mp4protection:2011\" value=\"%s\" cenc:default_KID=\"", gf_4cc_to_str(prot_scheme) ); gf_4cc_to_str 3435 src/media_tools/dash_segmenter.c input->components[i].lang = gf_strdup( gf_4cc_to_str(in.tk_info[i].lang) ); gf_4cc_to_str 231 src/media_tools/ismacryp.c GF_LOG(GF_LOG_WARNING, GF_LOG_AUTHOR, ("[CENC] Using scheme type %s, crypt_byte_block and skip_byte_block shall be 0\n", gf_4cc_to_str(info->crypt_type) )); gf_4cc_to_str 247 src/media_tools/ismacryp.c GF_LOG(GF_LOG_WARNING, GF_LOG_AUTHOR, ("[CENC] Using scheme type %s, constant IV shall not be used, using constant IV as first IV\n", gf_4cc_to_str(info->crypt_type))); gf_4cc_to_str 251 src/media_tools/ismacryp.c GF_LOG(GF_LOG_WARNING, GF_LOG_AUTHOR, ("[CENC] Using scheme type %s, constant IV shall not be used, ignoring\n", gf_4cc_to_str(info->crypt_type))); gf_4cc_to_str 1952 src/media_tools/ismacryp.c GF_LOG(GF_LOG_WARNING, GF_LOG_AUTHOR, ("[CENC/ISMA] TrackID %d encrypted with unknown scheme %s - skipping\n", trackID, gf_4cc_to_str(scheme_type) )); gf_4cc_to_str 223 src/media_tools/media_export.c sprintf(szName, "%s_pck_%04d.%s", dumper->out_name, i, gf_4cc_to_str(m_stype)); gf_4cc_to_str 455 src/media_tools/media_export.c strcat(szEXT, gf_4cc_to_str(m_stype)); gf_4cc_to_str 465 src/media_tools/media_export.c gf_export_message(dumper, GF_OK, "Extracting \'%s\' Track (type '%s') - Compressor %s sample%s", szEXT, gf_4cc_to_str(m_type), udesc ? udesc->compressor_name : "Unknown", szNum); gf_4cc_to_str 1105 src/media_tools/media_export.c strcat(szName, gf_4cc_to_str(m_stype)); gf_4cc_to_str 1121 src/media_tools/media_export.c gf_export_message(dumper, GF_OK, "Extracting \'%s\' Track (type '%s') - Compressor %s", szEXT, gf_4cc_to_str(m_type), udesc ? udesc->compressor_name : "Unknown"); gf_4cc_to_str 2207 src/media_tools/media_export.c gf_export_message(dumper, GF_OK, "Exporting NHML for track %s", gf_4cc_to_str(mstype) ); gf_4cc_to_str 2235 src/media_tools/media_export.c fprintf(nhml, "mediaType=\"%s\" ", gf_4cc_to_str(mtype)); gf_4cc_to_str 2236 src/media_tools/media_export.c fprintf(nhml, "mediaSubType=\"%s\" ", gf_4cc_to_str(mstype )); gf_4cc_to_str 2239 src/media_tools/media_export.c fprintf(nhml, "codecVendor=\"%s\" codecVersion=\"%d\" codecRevision=\"%d\" ", gf_4cc_to_str(sdesc->vendor_code), sdesc->version, sdesc->revision); gf_4cc_to_str 2243 src/media_tools/media_export.c fprintf(nhml, "codecVendor=\"%s\" codecVersion=\"%d\" codecRevision=\"%d\" ", gf_4cc_to_str(sdesc->vendor_code), sdesc->version, sdesc->revision); gf_4cc_to_str 2597 src/media_tools/media_export.c fprintf(vtt, "mediaType: %s\n", gf_4cc_to_str(mtype)); gf_4cc_to_str 2598 src/media_tools/media_export.c fprintf(vtt, "mediaSubType: %s\n", gf_4cc_to_str(mstype )); gf_4cc_to_str 2601 src/media_tools/media_export.c fprintf(vtt, "codecVendor: %s\n", gf_4cc_to_str(sdesc->vendor_code)); gf_4cc_to_str 2613 src/media_tools/media_export.c fprintf(vtt, "codecVendor: %s\n", gf_4cc_to_str(sdesc->vendor_code)); gf_4cc_to_str 2176 src/media_tools/media_import.c strcpy(szT, gf_4cc_to_str(mtype)); gf_4cc_to_str 2177 src/media_tools/media_import.c gf_import_message(import, GF_OK, "IsoMedia import %s - track ID %d - media type \"%s:%s\"", orig_name, trackID, szT, gf_4cc_to_str(mstype)); gf_4cc_to_str 3547 src/media_tools/media_import.c strcpy(szT, gf_4cc_to_str(mtype)); gf_4cc_to_str 3548 src/media_tools/media_import.c gf_import_message(import, GF_OK, "NHML import - MediaType \"%s\" - SubType \"%s\"", szT, gf_4cc_to_str(sdesc.codec_tag)); gf_4cc_to_str 8625 src/media_tools/media_import.c gf_import_message(import, GF_OK, "MPEG-1 Audio import - SampleRate %d Channels %d Language %s (TS PID %d)", pck->stream->aud_sr, pck->stream->aud_nb_ch, gf_4cc_to_str(pck->stream->lang), pck->stream->pid); gf_4cc_to_str 8628 src/media_tools/media_import.c gf_import_message(import, GF_OK, "MPEG-2 Audio import - SampleRate %d Channels %d Language %s (TS PID %d)", pck->stream->aud_sr, pck->stream->aud_nb_ch, gf_4cc_to_str(pck->stream->lang), pck->stream->pid); gf_4cc_to_str 8631 src/media_tools/media_import.c gf_import_message(import, GF_OK, "MPEG-4 AAC Audio import - SampleRate %d Channels %d Language %s (TS PID %d)", pck->stream->aud_sr, pck->stream->aud_nb_ch, gf_4cc_to_str(pck->stream->lang), pck->stream->pid); gf_4cc_to_str 8634 src/media_tools/media_import.c gf_import_message(import, GF_OK, "Dolby AC3 Audio import - SampleRate %d Channels %d Language %s (TS PID %d)", pck->stream->aud_sr, pck->stream->aud_nb_ch, gf_4cc_to_str(pck->stream->lang), pck->stream->pid); gf_4cc_to_str 8637 src/media_tools/media_import.c gf_import_message(import, GF_OK, "Dolby E-AC3 Audio import - SampleRate %d Channels %d Language %s (TS PID %d)", pck->stream->aud_sr, pck->stream->aud_nb_ch, gf_4cc_to_str(pck->stream->lang), pck->stream->pid); gf_4cc_to_str 8641 src/media_tools/media_import.c gf_isom_set_media_language(import->dest, tsimp->track, (char *) gf_4cc_to_str(pck->stream->lang)+1); gf_4cc_to_str 2462 src/media_tools/mpegts.c GF_LOG(GF_LOG_INFO, GF_LOG_CONTAINER, ("Unknown registration descriptor %s\n", gf_4cc_to_str(reg_desc_format) )); gf_4cc_to_str 74 src/media_tools/webvtt.c GF_LOG(GF_LOG_ERROR, GF_LOG_CONTAINER, ("[iso file] Box type %s is not a boxstring, cannot initialize with data\n", gf_4cc_to_str(type) )); gf_4cc_to_str 1271 src/odf/descriptors.c return gf_4cc_to_str(esd->decoderConfig->objectTypeIndication); gf_4cc_to_str 352 src/utils/module.c const char * ifce_str = gf_4cc_to_str(InterfaceFamily); gf_4cc_to_str 389 src/utils/module.c snprintf(szKey, 32, "%s:yes ", gf_4cc_to_str(si[i]));