1#ifndef _KVI_OGGTHEORADECODER_H_
2#define _KVI_OGGTHEORADECODER_H_
33#ifndef COMPILE_DISABLE_OGG_THEORA
38#include "theora/theoradec.h"
119 int queue_page(ogg_page * page);
124 void video_write(
void);
This file was originally part of KviTheoraDecoder.h.
Definition KviDataBuffer.h:31
An ogg/theora+irct decoder class; accepts a proper ogg stream, outputs argb32 images and binary text.
Definition KviOggTheoraDecoder.h:52
unsigned char * RGBbuffer
Definition KviOggTheoraDecoder.h:78
KviDataBuffer * m_pTextSignal
Definition KviOggTheoraDecoder.h:76
bool thtic
Definition KviOggTheoraDecoder.h:113
ogg_sync_state oy
Definition KviOggTheoraDecoder.h:81
th_dec_ctx * td
Definition KviOggTheoraDecoder.h:89
th_setup_info * ts
Definition KviOggTheoraDecoder.h:90
ogg_page og
Definition KviOggTheoraDecoder.h:83
int pp_inc
Definition KviOggTheoraDecoder.h:110
int pp_level
Definition KviOggTheoraDecoder.h:109
int irct_p
Definition KviOggTheoraDecoder.h:94
ogg_stream_state zo
Definition KviOggTheoraDecoder.h:85
ogg_int64_t videobuf_granulepos
Definition KviOggTheoraDecoder.h:105
th_pixel_fmt px_fmt
Definition KviOggTheoraDecoder.h:91
KviDataBuffer * m_pVideoSignal
Definition KviOggTheoraDecoder.h:75
th_comment tc
Definition KviOggTheoraDecoder.h:88
th_info ti
Definition KviOggTheoraDecoder.h:87
KviOggTheoraGeometry geometry
Definition KviOggTheoraDecoder.h:77
int theora_p
Definition KviOggTheoraDecoder.h:93
bool thda
Definition KviOggTheoraDecoder.h:112
ogg_packet op
Definition KviOggTheoraDecoder.h:82
int videobuf_ready
Definition KviOggTheoraDecoder.h:104
int pp_level_max
Definition KviOggTheoraDecoder.h:108
ogg_stream_state to
Definition KviOggTheoraDecoder.h:84
int stateflag
Definition KviOggTheoraDecoder.h:95
double videobuf_time
Definition KviOggTheoraDecoder.h:106
This file contains compile time settings.
#define KVILIB_API
Definition kvi_settings.h:124
Definition KviOggTheoraGeometry.h:40