Displaying 5 results from an estimated 5 matches for "mesw".
Did you mean:
mess
2005 Jun 30
5
will there be theora_decode_RGBout() ?
hi folks!
i would like to know whether there will be some function to decode to some plain 24 bit RGB buffer in the future.
i think this feature is sometimes important, especially when using different surface layers, or when modifying
the buffer in realtime.
if this feature will definitely not be, could someone tell me how i can convert to some RGB buffer in realtime?
i already tried different
2005 Jun 30
5
will there be theora_decode_RGBout() ?
hi folks!
i would like to know whether there will be some function to decode to some plain 24 bit RGB buffer in the future.
i think this feature is sometimes important, especially when using different surface layers, or when modifying
the buffer in realtime.
if this feature will definitely not be, could someone tell me how i can convert to some RGB buffer in realtime?
i already tried different
2003 Jul 23
1
Aspect ratio question
Hi,
despite the warnings on the website ;-) I played with the current CVS
source of theora on Windows 2000 w/ Microsoft Visual C++. The codec and
the "experimental" example programs compiled fine. I also encoded a 33
MB MPEG2 (?) video (3 minute trailer) to a 14 MB .OGG using "mplayer -vo
yuv4mpeg -ao pcm" and the "encoderwin" sample program, and play it with
the
2003 Jul 16
4
Current state of theora & Windows port?
Hello everyone,
I'm developing software for a marketing company which creates multimedia
presentations. We're currently using proprietary Windows software, but
are looking for a royalty-free cross-platform solution. It's important
that the solution is royalty- and patent-free because the presentations
are copied and given out in large quantities for free (as in beer ;-)
We are
2003 Jul 31
0
Implementing seeking in splayer
Hi,
I have now played around with seeking a bit.
Currently I can seek into a file position in splayer and resynchronize
playing (via ogg_sync_pageseek) from there.
I did not take chained streams into account yet, as I'm not sure if it
would make splayer far to complex for a sample application. Maybe later.
Before I implement seeking to a specified time (ala libvorbisfile), can
you answer