1#ifndef _KVI_OGGTHEORADECODER_H_
2#define _KVI_OGGTHEORADECODER_H_
33#ifndef COMPILE_DISABLE_OGG_THEORA
38#include "theora/theoradec.h"
This file was originally part of KviTheoraDecoder.h.
Definition KviDataBuffer.h:31
unsigned char * RGBbuffer
Definition KviOggTheoraDecoder.h:78
int lu_GU[256]
Definition KviOggTheoraDecoder.h:99
KviDataBuffer * m_pTextSignal
Definition KviOggTheoraDecoder.h:76
int lu_Y[256]
Definition KviOggTheoraDecoder.h:97
bool thtic
Definition KviOggTheoraDecoder.h:113
int lu_R[256]
Definition KviOggTheoraDecoder.h:98
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
void addData(KviDataBuffer *stream)
Feeds the decoded with some received data to decode.
Definition KviOggTheoraDecoder.cpp:105
KviDataBuffer * m_pVideoSignal
Definition KviOggTheoraDecoder.h:75
th_comment tc
Definition KviOggTheoraDecoder.h:88
KviOggTheoraDecoder(KviDataBuffer *videoSignal, KviDataBuffer *textSignal)
Constructs the KviOggTheoraDecoder object.
Definition KviOggTheoraDecoder.cpp:52
th_info ti
Definition KviOggTheoraDecoder.h:87
KviOggTheoraGeometry geometry
Definition KviOggTheoraDecoder.h:77
int theora_p
Definition KviOggTheoraDecoder.h:93
int queue_page(ogg_page *page)
Internal function that queues an ogg page to the codec decoders.
Definition KviOggTheoraDecoder.cpp:306
bool thda
Definition KviOggTheoraDecoder.h:112
int lu_B[256]
Definition KviOggTheoraDecoder.h:101
void video_write(void)
Internal function that takes a theora yuv buffer, transforms it and appends to the video stream.
Definition KviOggTheoraDecoder.cpp:315
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
int lu_GV[256]
Definition KviOggTheoraDecoder.h:100
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