Go to the source code of this file.
|
ebml_parser_t * | new_ebml_parser (xine_t *xine, input_plugin_t *input) |
|
void | dispose_ebml_parser (ebml_parser_t *ebml) |
|
int | ebml_check_header (ebml_parser_t *read) |
|
int | ebml_read_elem_head (ebml_parser_t *ebml, ebml_elem_t *elem) |
|
uint32_t | ebml_get_next_level (ebml_parser_t *ebml, ebml_elem_t *elem) |
|
int | ebml_skip (ebml_parser_t *ebml, ebml_elem_t *elem) |
|
int | ebml_read_uint (ebml_parser_t *ebml, ebml_elem_t *elem, uint64_t *val) |
|
int | ebml_read_float (ebml_parser_t *ebml, ebml_elem_t *elem, double *val) |
|
int | ebml_read_ascii (ebml_parser_t *ebml, ebml_elem_t *elem, char *str) |
|
char * | ebml_alloc_read_ascii (ebml_parser_t *ebml, ebml_elem_t *elem) |
|
int | ebml_read_master (ebml_parser_t *ebml, ebml_elem_t *elem) |
|
int | ebml_read_binary (ebml_parser_t *ebml, ebml_elem_t *elem, void *binary) |
|
◆ EBML_ID_DOCTYPE
#define EBML_ID_DOCTYPE 0x4282 |
◆ EBML_ID_DOCTYPEREADVERSION
#define EBML_ID_DOCTYPEREADVERSION 0x4285 |
◆ EBML_ID_DOCTYPEVERSION
#define EBML_ID_DOCTYPEVERSION 0x4287 |
◆ EBML_ID_EBML
#define EBML_ID_EBML 0x1A45DFA3 |
◆ EBML_ID_EBMLMAXIDLENGTH
#define EBML_ID_EBMLMAXIDLENGTH 0x42F2 |
◆ EBML_ID_EBMLMAXSIZELENGTH
#define EBML_ID_EBMLMAXSIZELENGTH 0x42F3 |
◆ EBML_ID_EBMLREADVERSION
#define EBML_ID_EBMLREADVERSION 0x42F7 |
◆ EBML_ID_EBMLVERSION
#define EBML_ID_EBMLVERSION 0x4286 |
◆ EBML_STACK_SIZE
#define EBML_STACK_SIZE 10 |
◆ EBML_VERSION
◆ ebml_elem_t
◆ ebml_parser_t
◆ dispose_ebml_parser()
◆ ebml_alloc_read_ascii()
◆ ebml_check_header()
References ebml_parser_s::doctype, ebml_parser_s::doctype_read_version, ebml_parser_s::doctype_version, ebml_alloc_read_ascii(), ebml_get_next_level(), EBML_ID_DOCTYPE, EBML_ID_DOCTYPEREADVERSION, EBML_ID_DOCTYPEVERSION, EBML_ID_EBML, EBML_ID_EBMLMAXIDLENGTH, EBML_ID_EBMLMAXSIZELENGTH, EBML_ID_EBMLREADVERSION, EBML_ID_EBMLVERSION, ebml_read_elem_head(), ebml_read_master(), ebml_read_uint(), ebml_skip(), EBML_VERSION, ebml_elem_s::id, lprintf, ebml_parser_s::max_id_len, ebml_parser_s::max_size_len, ebml_parser_s::read_version, ebml_parser_s::version, ebml_parser_s::xine, XINE_VERBOSITY_LOG, and xprintf.
Referenced by open_plugin().
◆ ebml_get_next_level()
References ebml_parser_s::elem_stack, ebml_elem_s::id, ebml_elem_s::len, ebml_parser_s::level, lprintf, and ebml_elem_s::start.
Referenced by ebml_check_header(), matroska_parse_chapters(), parse_attachments(), parse_audio_track(), parse_block_group(), parse_chapter_atom(), parse_chapter_display(), parse_cluster(), parse_content_compression(), parse_content_encoding(), parse_content_encodings(), parse_cue_point(), parse_cue_trackposition(), parse_cues(), parse_edition_entry(), parse_info(), parse_seek_entry(), parse_seekhead(), parse_tags(), parse_top_level(), parse_top_level_head(), parse_track_entry(), parse_tracks(), and parse_video_track().
◆ ebml_read_ascii()
◆ ebml_read_binary()
◆ ebml_read_elem_head()
References ebml_read_elem_id(), ebml_read_elem_len(), input_plugin_s::get_current_pos, ebml_elem_s::id, ebml_parser_s::input, ebml_elem_s::len, and ebml_elem_s::start.
Referenced by ebml_check_header(), matroska_parse_chapters(), parse_attachments(), parse_audio_track(), parse_block_group(), parse_chapter_atom(), parse_chapter_display(), parse_cluster(), parse_content_compression(), parse_content_encoding(), parse_content_encodings(), parse_cue_point(), parse_cue_trackposition(), parse_cues(), parse_edition_entry(), parse_info(), parse_seek_entry(), parse_seekhead(), parse_segment(), parse_tags(), parse_top_level(), parse_top_level_head(), parse_track_entry(), parse_tracks(), and parse_video_track().
◆ ebml_read_float()
◆ ebml_read_master()
References EBML_STACK_SIZE, ebml_parser_s::elem_stack, ebml_elem_s::id, ebml_elem_s::len, ebml_parser_s::level, lprintf, ebml_elem_s::start, ebml_parser_s::xine, XINE_VERBOSITY_LOG, and xprintf.
Referenced by demux_matroska_send_headers(), ebml_check_header(), matroska_parse_chapters(), parse_chapter_atom(), parse_cluster(), parse_content_encoding(), parse_content_encodings(), parse_cue_point(), parse_cues(), parse_edition_entry(), parse_seekhead(), parse_segment(), parse_top_level(), parse_top_level_head(), parse_track_entry(), and parse_tracks().
◆ ebml_read_uint()
References ebml_read_elem_data(), ebml_elem_s::len, ebml_parser_s::xine, XINE_VERBOSITY_LOG, and xprintf.
Referenced by ebml_check_header(), parse_audio_track(), parse_block_group(), parse_chapter_atom(), parse_cluster(), parse_content_compression(), parse_content_encoding(), parse_cue_point(), parse_cue_trackposition(), parse_edition_entry(), parse_info(), parse_seek_entry(), parse_track_entry(), and parse_video_track().
◆ ebml_skip()
References ebml_parser_s::input, ebml_elem_s::len, input_plugin_s::seek, ebml_parser_s::xine, XINE_VERBOSITY_LOG, and xprintf.
Referenced by ebml_check_header(), matroska_parse_chapters(), parse_attachments(), parse_audio_track(), parse_block_group(), parse_chapter_atom(), parse_chapter_display(), parse_cluster(), parse_content_compression(), parse_content_encoding(), parse_content_encodings(), parse_cue_point(), parse_cue_trackposition(), parse_cues(), parse_edition_entry(), parse_info(), parse_seek_entry(), parse_seekhead(), parse_tags(), parse_top_level(), parse_top_level_head(), parse_track_entry(), parse_tracks(), and parse_video_track().
◆ new_ebml_parser()