search for: theora_control

Displaying 2 results from an estimated 2 matches for "theora_control".

2009 May 12
2
compile error of libtheora example
...player_example.c:(.text+0x1187): undefined reference to `ogg_stream_packetout' player_example.c:(.text+0x11ae): undefined reference to `ogg_sync_pageout' player_example.c:(.text+0x1265): undefined reference to `theora_decode_init' player_example.c:(.text+0x13a6): undefined reference to `theora_control' player_example.c:(.text+0x13d8): undefined reference to `theora_control' player_example.c:(.text+0x13f0): undefined reference to `theora_info_clear' player_example.c:(.text+0x13fc): undefined reference to `theora_comment_clear' player_example.c:(.text+0x1419): undefined reference t...
2007 Nov 20
5
yuv - rgb conversion without contrast decrease.
Hello list, When I convert an yuv pixel into rgb using the recipies in http://www.fourcc.org/fccyvrgb.php I get an accurate color conversion but the contrast seems to be decreased. If i write, e.g., the pixel directly into an sdl yuv_overlay, I get a well-contrasted frame, however, if I convert the pixel to rgb and call SDL_MapRGB, I get a contrast-decreased frame. Thanks, Ribamar