swf_report 196 include/gpac/internal/swf_dev.h void swf_report(SWFReader *read, GF_Err e, char *format, ...); swf_report 416 src/scene_manager/swf_bifs.c swf_report(read, GF_NOT_SUPPORTED, "fill_style %x not supported", srec->type); swf_report 781 src/scene_manager/swf_bifs.c swf_report(read, GF_BAD_PARAM, "Cannot find font %d - skipping glyph", fontID); swf_report 785 src/scene_manager/swf_bifs.c swf_report(read, GF_BAD_PARAM, "Glyph #%d not found in font %d - skipping", gl_index, fontID); swf_report 790 src/scene_manager/swf_bifs.c swf_report(read, GF_BAD_PARAM, "Glyph #%d in font %d not a shape (translated in %s) - skipping", gl_index, fontID, gf_node_get_class_name(n)); swf_report 840 src/scene_manager/swf_bifs.c swf_report(read, GF_BAD_PARAM, "Font glyphs are not defined, cannot reference extern font - Forcing glyph embedding"); swf_report 1328 src/scene_manager/swf_parse.c swf_report(read, GF_NOT_SUPPORTED, "Clipping not supported - ignoring"); swf_report 1335 src/scene_manager/swf_parse.c if ((type==SWF_MOVE) && !had_depth) swf_report(read, GF_BAD_PARAM, "Accessing empty depth level %d", depth); swf_report 1353 src/scene_manager/swf_parse.c swf_report(read, GF_BAD_PARAM, "%s unfound object (ID %d)", (type==SWF_MOVE) ? "Moving" : ((type==SWF_PLACE) ? "Placing" : "Replacing"), ID); swf_report 1388 src/scene_manager/swf_parse.c if (e) swf_report(read, e, "Error %s object ID %d", (type==SWF_MOVE) ? "Moving" : ((type==SWF_PLACE) ? "Placing" : "Replacing"), shape_id); swf_report 1545 src/scene_manager/swf_parse.c swf_report(read, GF_BAD_PARAM, "Cannot locate font ID %d", i); swf_report 1606 src/scene_manager/swf_parse.c swf_report(read, GF_BAD_PARAM, "Defining text %d without assigning font", fontID); swf_report 1804 src/scene_manager/swf_parse.c swf_report(read, GF_NOT_SUPPORTED, "Raw PCM Audio not supported"); swf_report 1809 src/scene_manager/swf_parse.c swf_report(read, GF_NOT_SUPPORTED, "AD-PCM Audio not supported"); swf_report 1848 src/scene_manager/swf_parse.c swf_report(read, GF_NOT_SUPPORTED, "Unrecognized sound format"); swf_report 1910 src/scene_manager/swf_parse.c swf_report(read, GF_BAD_PARAM, "Cannot find sound with ID %d", ID); swf_report 1927 src/scene_manager/swf_parse.c swf_report(read, GF_BAD_PARAM, "More than one sound stream for current timeline!!"); swf_report 1949 src/scene_manager/swf_parse.c swf_report(read, GF_NOT_SUPPORTED, "Raw PCM Audio not supported"); swf_report 1954 src/scene_manager/swf_parse.c swf_report(read, GF_NOT_SUPPORTED, "AD-PCM Audio not supported"); swf_report 1969 src/scene_manager/swf_parse.c swf_report(read, GF_NOT_SUPPORTED, "Unrecognized sound format"); swf_report 2040 src/scene_manager/swf_parse.c swf_report(read, GF_NON_COMPLIANT_BITSTREAM, "JPEG Table already defined in file"); swf_report 2131 src/scene_manager/swf_parse.c swf_report(read, e, "Cannopt decode JPEG image"); swf_report 2285 src/scene_manager/swf_parse.c swf_report(read, GF_NOT_SUPPORTED, "Tag %s (0x%2x) not implemented - skipping", swf_get_tag_name(read->tag), read->tag); swf_report 2391 src/scene_manager/swf_parse.c swf_report(read, GF_IO_ERR, "tag %s over-read of %d bytes (size %d)", swf_get_tag_name(read->tag), -1*diff, read->size); swf_report 2400 src/scene_manager/swf_parse.c swf_report(read, GF_IO_ERR, "bitstream IO err (tag size %d)", read->size); swf_report 2414 src/scene_manager/swf_parse.c swf_report(read, e, "Error parsing tag %s", swf_get_tag_name(read->tag)); swf_report 2461 src/scene_manager/swf_parse.c swf_report(read, GF_OK, "%d points removed while parsing shapes (Flattening limit %.4f)", read->flatten_points, read->flat_limit); swf_report 2463 src/scene_manager/swf_parse.c if (read->no_as && read->has_interact) swf_report(read, GF_OK, "ActionScripts and interactions have been removed"); swf_report 2465 src/scene_manager/swf_parse.c swf_report(read, e, "Error parsing tag %s", swf_get_tag_name(read->tag)); swf_report 2619 src/scene_manager/swf_parse.c swf_report(read, GF_OK, "ActionScript disabled"); swf_report 118 src/scene_manager/swf_svg.c swf_report(read, GF_NOT_SUPPORTED, "fill_style %x not supported", srec->type); swf_report 271 src/scene_manager/swf_svg.c swf_report(read, GF_BAD_PARAM, "Font glyphs are not defined, cannot reference extern font - Forcing glyph embedding");