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);
127 #endif // COMPILE_DISABLE_OGG_THEORA
128 #endif // KVI_OGGTHEORADECODER_H_
double videobuf_time
Definition: KviOggTheoraDecoder.h:106
ogg_stream_state to
Definition: KviOggTheoraDecoder.h:84
int irct_p
Definition: KviOggTheoraDecoder.h:94
Definition: KviDataBuffer.h:30
th_comment tc
Definition: KviOggTheoraDecoder.h:88
th_info ti
Definition: KviOggTheoraDecoder.h:87
int pp_level_max
Definition: KviOggTheoraDecoder.h:108
th_setup_info * ts
Definition: KviOggTheoraDecoder.h:90
This file was originally part of KviTheoraDecoder.h.
ogg_page og
Definition: KviOggTheoraDecoder.h:83
KviOggTheoraGeometry geometry
Definition: KviOggTheoraDecoder.h:77
KviDataBuffer * m_pVideoSignal
Definition: KviOggTheoraDecoder.h:75
ogg_packet op
Definition: KviOggTheoraDecoder.h:82
ogg_int64_t videobuf_granulepos
Definition: KviOggTheoraDecoder.h:105
int stateflag
Definition: KviOggTheoraDecoder.h:95
int pp_level
Definition: KviOggTheoraDecoder.h:109
int theora_p
Definition: KviOggTheoraDecoder.h:93
unsigned char * RGBbuffer
Definition: KviOggTheoraDecoder.h:78
int videobuf_ready
Definition: KviOggTheoraDecoder.h:104
int pp_inc
Definition: KviOggTheoraDecoder.h:110
th_dec_ctx * td
Definition: KviOggTheoraDecoder.h:89
th_pixel_fmt px_fmt
Definition: KviOggTheoraDecoder.h:91
ogg_sync_state oy
Definition: KviOggTheoraDecoder.h:81
bool thtic
Definition: KviOggTheoraDecoder.h:113
This file contains compile time settings.
KviDataBuffer * m_pTextSignal
Definition: KviOggTheoraDecoder.h:76
bool thda
Definition: KviOggTheoraDecoder.h:112
Definition: KviOggTheoraGeometry.h:40
An ogg/theora+irct decoder class; accepts a proper ogg stream, outputs argb32 images and binary text...
Definition: KviOggTheoraDecoder.h:51
#define KVILIB_API
Definition: kvi_settings.h:125
ogg_stream_state zo
Definition: KviOggTheoraDecoder.h:85