Displaying 3 results from an estimated 3 matches for "buffer_data".
Did you mean:
buffered_data
2006 Aug 06
0
Newbie: How to rewind a videostream (long)
...int theoraPageCount;
yuv_buffer yuvBuffer;
std::ifstream videoStream;
void rewind ();
void initMovie ();
void exitMovie ();
int buffer_data ();
int queue_page (ogg_page *oggPage);
void decode_frame ();
public:
VideoStreamTheora();
virtual ~VideoStreamTheora();
virtual void decodeAndRenderFrameToTexture
(irr::video::ITexture* texture);
};
}...
2009 May 12
2
compile error of libtheora example
...downloaded libtheora1.0.tar.gz from xiph.org, and when i compile it,
such error message popped.
i tried to run player_example.c under /libtheora_1.0/examples/.
error message:
ivysummer at ivysummer-desktop:~/??/libtheora-1.0/examples$ gcc -o player
player_example.c
/tmp/ccpyle3c.o: In function `buffer_data':
player_example.c:(.text+0x15): undefined reference to `ogg_sync_buffer'
player_example.c:(.text+0x4f): undefined reference to `ogg_sync_wrote'
/tmp/ccpyle3c.o: In function `open_video':
player_example.c:(.text+0x7a5): undefined reference to `SDL_Init'
player_example.c:(.text+0...
2005 Aug 16
2
problem with theora files inside container
hi folks!
i modified theora_splayer.c using libportaudio to a version which only decodes 1 frame per request, vorbis audio functionality has been removed. my video-only theora Ogg files are inside a container, directly appended, offset info accessible via some file index header.
i modified the fopen call in the source to open the main archive, find out where the requested embedded file begins,