|
static void | swf_init_decompress (SWFReader *read) |
|
static GF_Err | swf_seek_file_to (SWFReader *read, u32 size) |
|
static u32 | swf_get_file_pos (SWFReader *read) |
|
static u32 | swf_read_data (SWFReader *read, char *data, u32 data_size) |
|
static u32 | swf_read_int (SWFReader *read, u32 nbBits) |
|
static s32 | swf_read_sint (SWFReader *read, u32 nbBits) |
|
static u32 | swf_align (SWFReader *read) |
|
static void | swf_skip_data (SWFReader *read, u32 size) |
|
static void | swf_get_rec (SWFReader *read, SWFRec *rc) |
|
static u32 | swf_get_32 (SWFReader *read) |
|
static u16 | swf_get_16 (SWFReader *read) |
|
static s16 | swf_get_s16 (SWFReader *read) |
|
static u32 | swf_get_color (SWFReader *read) |
|
static u32 | swf_get_argb (SWFReader *read) |
|
static u32 | swf_get_matrix (SWFReader *read, GF_Matrix2D *mat) |
|
static void | swf_get_colormatrix (SWFReader *read, GF_ColorMatrix *cmat) |
|
static char * | swf_get_string (SWFReader *read) |
|
static SWFShapeRec * | swf_new_shape_rec () |
|
static SWFShapeRec * | swf_clone_shape_rec (SWFShapeRec *old_sr) |
|
static void | swf_parse_styles (SWFReader *read, u32 revision, SWFShape *shape, u32 *bits_fill, u32 *bits_line) |
|
static void | swf_path_realloc_pts (SWFPath *path, u32 nbPts) |
|
static void | swf_path_add_com (SWFShapeRec *sr, SFVec2f pt, SFVec2f ctr, u32 type) |
|
static void | swf_referse_path (SWFPath *path) |
|
static void | swf_free_shape_rec (SWFShapeRec *ptr) |
|
static void | swf_reset_rec_list (GF_List *recs) |
|
static void | swf_append_path (SWFPath *a, SWFPath *b) |
|
static void | swf_path_add_type (SWFPath *path, u32 val) |
|
static void | swf_resort_path (SWFPath *a, SWFReader *read) |
|
static GF_Err | swf_flush_shape (SWFReader *read, SWFShape *shape, SWFFont *font, Bool last_shape) |
|
static GF_Err | swf_parse_shape_def (SWFReader *read, SWFFont *font, u32 revision) |
|
SWFFont * | swf_find_font (SWFReader *read, u32 ID) |
|
static DispShape * | swf_get_depth_entry (SWFReader *read, u32 Depth, Bool create) |
|
static GF_Err | swf_func_skip (SWFReader *read) |
|
static GF_Err | swf_set_backcol (SWFReader *read) |
|
static GF_Err | swf_actions (SWFReader *read, u32 mask, u32 key) |
|
static GF_Err | swf_def_button (SWFReader *read, u32 revision) |
|
static Bool | swf_mat_is_identity (GF_Matrix2D *mat) |
|
static GF_Err | swf_place_obj (SWFReader *read, u32 revision) |
|
static GF_Err | swf_remove_obj (SWFReader *read, u32 revision) |
|
static GF_Err | swf_show_frame (SWFReader *read) |
|
static GF_Err | swf_def_font (SWFReader *read, u32 revision) |
|
static GF_Err | swf_def_font_info (SWFReader *read) |
|
static GF_Err | swf_def_text (SWFReader *read, u32 revision) |
|
static GF_Err | swf_def_edit_text (SWFReader *read) |
|
static void | swf_delete_sound_stream (SWFReader *read) |
|
static GF_Err | swf_def_sprite (SWFReader *read) |
|
static GF_Err | swf_def_sound (SWFReader *read) |
|
static SoundInfo | swf_skip_soundinfo (SWFReader *read) |
|
static SWFSound * | sndswf_get_sound (SWFReader *read, u32 ID) |
|
static GF_Err | swf_start_sound (SWFReader *read) |
|
static GF_Err | swf_soundstream_hdr (SWFReader *read) |
|
static GF_Err | swf_soundstream_block (SWFReader *read) |
|
static GF_Err | swf_def_hdr_jpeg (SWFReader *read) |
|
static GF_Err | swf_def_bits_jpeg (SWFReader *read, u32 version) |
|
static const char * | swf_get_tag_name (u32 tag) |
|
static GF_Err | swf_unknown_tag (SWFReader *read) |
|
static GF_Err | swf_process_tag (SWFReader *read) |
|
GF_Err | swf_parse_tag (SWFReader *read) |
|
GF_Err | swf_parse_sprite (SWFReader *read) |
|
void | swf_report (SWFReader *read, GF_Err e, char *format,...) |
|
static void | swf_io_error (void *par) |
|
GF_Err | gf_sm_load_run_swf (GF_SceneLoader *load) |
|
void | gf_swf_reader_del (SWFReader *read) |
|
void | gf_sm_load_done_swf (GF_SceneLoader *load) |
|
SWFReader * | gf_swf_reader_new (const char *localPath, const char *inputName) |
|
GF_Err | gf_swf_reader_set_user_mode (SWFReader *read, void *user, GF_Err(*add_sample)(void *user, const u8 *data, u32 length, u64 timestamp, Bool isRap), GF_Err(*add_header)(void *user, const u8 *data, u32 length, Bool isHeader)) |
|
GF_Err | gf_swf_read_header (SWFReader *read) |
|
GF_Err | gf_swf_get_duration (SWFReader *read, u32 *frame_rate, u32 *frame_count) |
|
GF_Err | gf_sm_load_init_swf (GF_SceneLoader *load) |
|