20#if !defined(OGG_THEORA_THEORADEC_HEADER)
21# define OGG_THEORA_THEORADEC_HEADER (1)
26#if defined(__cplusplus)
49#define TH_DECCTL_GET_PPLEVEL_MAX (1)
66#define TH_DECCTL_SET_PPLEVEL (3)
78#define TH_DECCTL_SET_GRANPOS (5)
92#define TH_DECCTL_SET_STRIPE_CB (7)
96#define TH_DECCTL_SET_TELEMETRY_MBMODE (9)
99#define TH_DECCTL_SET_TELEMETRY_MV (11)
102#define TH_DECCTL_SET_TELEMETRY_QI (13)
105#define TH_DECCTL_SET_TELEMETRY_BITS (15)
142 int _yfrag0,
int _yfrag_end);
302 ogg_int64_t *_granpos);
328#if defined(__cplusplus)
The shared libtheoradec and libtheoraenc C API.
th_img_plane th_ycbcr_buffer[3]
A complete image buffer for an uncompressed frame.
Definition: codec.h:170
Theora bitstream information.
Definition: codec.h:206
The striped decode callback data to pass to TH_DECCTL_SET_STRIPE_CB.
Definition: theoradec.h:145
th_stripe_decoded_func stripe_decoded
The callback function pointer.
Definition: theoradec.h:150
void * ctx
An application-provided context pointer.
Definition: theoradec.h:148
int th_decode_headerin(th_info *_info, th_comment *_tc, th_setup_info **_setup, ogg_packet *_op)
Decodes the header packets of a Theora stream.
int th_decode_ctl(th_dec_ctx *_dec, int _req, void *_buf, size_t _buf_sz)
Decoder control function.
int th_decode_packetin(th_dec_ctx *_dec, const ogg_packet *_op, ogg_int64_t *_granpos)
Submits a packet containing encoded video data to the decoder.
th_dec_ctx * th_decode_alloc(const th_info *_info, const th_setup_info *_setup)
Allocates a decoder instance.
struct th_dec_ctx th_dec_ctx
The decoder context.
Definition: theoradec.h:162
int th_decode_ycbcr_out(th_dec_ctx *_dec, th_ycbcr_buffer _ycbcr)
Outputs the next available frame of decoded Y'CbCr data.
void(* th_stripe_decoded_func)(void *_ctx, th_ycbcr_buffer _buf, int _yfrag0, int _yfrag_end)
A callback function for striped decode.
Definition: theoradec.h:141
struct th_setup_info th_setup_info
Setup information.
Definition: theoradec.h:169
void th_setup_free(th_setup_info *_setup)
Releases all storage used for the decoder setup information.
void th_decode_free(th_dec_ctx *_dec)
Frees an allocated decoder instance.