![]() |
libgpac
Documentation of the core library of GPAC
|
#include <gpac/filters.h>#include <gpac/constants.h>#include <gpac/list.h>#include <gpac/bitstream.h>#include <gpac/internal/ogg.h>#include <gpac/avparse.h>#include <gpac/base_coding.h>
Include dependency graph for dmx_ogg.c:Data Structures | |
| struct | OGGInfo |
| struct | GF_OGGStream |
| struct | GF_OGGDmxCtx |
Macros | |
| #define | OFFS(_n) #_n, offsetof(GF_OGGDmxCtx, _n) |
Functions | |
| void | oggdmx_signal_eos (GF_OGGDmxCtx *ctx) |
| static GF_OGGStream * | oggdmx_find_stream_for_page (GF_OGGDmxCtx *ctx, ogg_page *oggpage) |
| static void | oggdmx_get_stream_info (ogg_packet *oggpacket, OGGInfo *info) |
| static void | oggdmx_declare_pid (GF_Filter *filter, GF_OGGDmxCtx *ctx, GF_OGGStream *st) |
| static GF_Err | oggdmx_new_stream (GF_Filter *filter, GF_OGGDmxCtx *ctx, ogg_page *oggpage) |
| GF_Err | oggdmx_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
| static void | oggdmx_check_dur (GF_Filter *filter, GF_OGGDmxCtx *ctx) |
| static Bool | oggdmx_process_event (GF_Filter *filter, const GF_FilterEvent *evt) |
| static void | oggdmx_parse_picture (GF_Filter *filter, GF_OGGStream *st, u8 *data_b64) |
| static void | oggdmx_parse_tags (GF_Filter *filter, GF_OGGStream *st, u8 *data, u32 size) |
| GF_Err | oggdmx_process (GF_Filter *filter) |
| static GF_Err | oggdmx_initialize (GF_Filter *filter) |
| static void | oggdmx_finalize (GF_Filter *filter) |
| static const char * | oggdmx_probe_data (const u8 *data, u32 size, GF_FilterProbeScore *score) |
| const GF_FilterRegister * | oggdmx_register (GF_FilterSession *session) |
Variables | |
| static const GF_FilterCapability | OGGDmxCaps [] |
| static const GF_FilterArgs | OGGDmxArgs [] |
| GF_FilterRegister | OGGDmxRegister |
| struct OGGInfo |
| struct GF_OGGStream |
Collaboration diagram for GF_OGGStream:| Data Fields | ||
|---|---|---|
| GF_FilterPid * | opid | |
| ogg_stream_state | os | |
| u32 | serial_no | |
| GF_BitStream * | dsi_bs | |
| OGGInfo | info | |
| Bool | got_headers | |
| u32 | parse_headers | |
| Bool | eos_detected | |
| u32 | recomputed_ts | |
| GF_VorbisParser * | vorbis_parser | |
| GF_OpusConfig * | opus_cfg | |
| struct GF_OGGDmxCtx |
Collaboration diagram for GF_OGGDmxCtx:| Data Fields | ||
|---|---|---|
| Double | index | |
| Bool | expart | |
| GF_FilterPid * | ipid | |
| u64 | file_pos | |
| u64 | file_size | |
| u32 | global_rate | |
| GF_Fraction64 | duration | |
| Double | start_range | |
| Bool | seek_file | |
| u32 | nb_playing | |
| Bool | is_file | |
| Bool | initial_play_done | |
| Bool | file_loaded | |
| GF_List * | streams | |
| ogg_sync_state | oy | |
| GF_FilterPid * | art_opid | |
| Bool | is_dash | |
| #define OFFS | ( | _n | ) | #_n, offsetof(GF_OGGDmxCtx, _n) |
| void oggdmx_signal_eos | ( | GF_OGGDmxCtx * | ctx | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:| GF_Err oggdmx_process | ( | GF_Filter * | filter | ) |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
|
static |
Here is the call graph for this function:
|
static |
| const GF_FilterRegister * oggdmx_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
| GF_FilterRegister OGGDmxRegister |