libgpac
Documentation of the core library of GPAC
|
#include <gpac/filters.h>
#include <gpac/constants.h>
#include <gpac/internal/media_dev.h>
#include <gpac/mpeg4_odf.h>
Data Structures | |
struct | RestampPid |
struct | RestampCtx |
Macros | |
#define | OFFS(_n) #_n, offsetof(RestampCtx, _n) |
Enumerations | |
enum | { RESTAMP_RAWV_NO =0 , RESTAMP_RAWV_FORCE , RESTAMP_RAWV_DYN } |
Functions | |
static GF_Err | restamp_configure_pid (GF_Filter *filter, GF_FilterPid *pid, Bool is_remove) |
static u64 | restamp_get_timestamp (RestampCtx *ctx, RestampPid *pctx, u64 ots, Bool is_ref_ts, GF_FilterPacket *pck) |
static void | restamp_config_timing (GF_Filter *filter, RestampCtx *ctx) |
static GF_Err | restamp_process (GF_Filter *filter) |
static GF_Err | restamp_update_arg (GF_Filter *filter, const char *arg_name, const GF_PropertyValue *new_val) |
static GF_Err | restamp_initialize (GF_Filter *filter) |
static void | restamp_finalize (GF_Filter *filter) |
const GF_FilterRegister * | restamp_register (GF_FilterSession *session) |
Variables | |
static const GF_FilterCapability | RestampCapsRawVid [] |
static GF_FilterArgs | RestampArgs [] |
static const GF_FilterCapability | RestampCaps [] |
const GF_FilterRegister | RestampRegister |
struct RestampPid |
Data Fields | ||
---|---|---|
GF_FilterPid * | ipid | |
GF_FilterPid * | opid | |
s64 | ts_offset | |
s64 | ts_shift_plus_one | |
Bool | raw_vid_copy | |
Bool | is_audio | |
Bool | is_video | |
s64 | last_min_dts | |
u32 | timescale | |
u64 | last_ts | |
u32 | min_dur | |
u32 | rescale | |
u64 | nb_frames | |
GF_FilterPacket * | pck_ref | |
u32 | keep_prev_state | |
u64 | last_ts_ref_plus_one | |
u64 | last_original_ts | |
u32 | ts_rescale | |
u32 | min_ref_dur | |
s64 | ref_ts_diff | |
GF_List * | packets |
struct RestampCtx |
Data Fields | ||
---|---|---|
GF_Fraction | fps | |
GF_Fraction | delay | |
GF_Fraction | delay_v | |
GF_Fraction | delay_a | |
GF_Fraction | delay_t | |
GF_Fraction | delay_o | |
GF_Fraction64 | tsinit | |
u32 | rawv | |
u32 | align | |
Bool | reorder | |
GF_List * | pids | |
Bool | reconfigure | |
Bool | config_timing | |
u32 | config_retry |
#define OFFS | ( | _n | ) | #_n, offsetof(RestampCtx, _n) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
const GF_FilterRegister* restamp_register | ( | GF_FilterSession * | session | ) |
|
static |
|
static |
|
static |
const GF_FilterRegister RestampRegister |