Using different video files (e.g. bunny.mp4) makes no difference. I don't think I'll...
Hi Luis, Hmm, that's a weird error, never had something like this. The best course...
Hello Krešimir: I've encountered a problem and was wondering if you could give some...
Not sure, maybe best to ask for help from the blitz max guys? I'm always happy to...
Hmm, okay. I'm using a BlitzMax wrapper that works in 7, but not 8 for some reason....
Hmm, okay. I'm using a BlitzMax wrapper that works in 7, but not 8 for some reason....
It works fine, it's just that we haven't been able to get the assembly optimizations...
Am I to understand that the Theora library does not work with Windows 8? It says...
Hmm, could be because we use android extensions for visual studio, had experienced...
Tried quite a few things, the project just refuses to compile in VS 2015, either...
Hi Jose, sorry, we don't use Allegro in our company and I doubt I'll have time to...
Hello Krešimir. Happy Holidays! I am not sure if I am posting this in the right place....
ah, cool, thanks for the info, I'll see if I can remove it on other platforms as...
I tried to build libtheoraplayer on Linux, and ran into a minor issue. It looks like...
Thanks Krešimir.
Hi, VS2012 projects are no longer maintained, check the vs2013 project file and update....
Hello Krešimir: Congrats on your theora playback library. When I try to compile the...
Sorry for the lack of updates, I've been immersed in a huge project with a very tough...
yeah, handbrake is mp4 only if I'm correct. but give ffmpeg2theora a try, sure it's...
Thanks for the progress update, sounds great :) I usually use handbrake to convert,...
progress update, I've been able to encode an ogv file with multiple audio and subtitle...
Hi Ariel, Thanks! MP4 will be useful for this feature as well. Do you really need...
Hi.. Video link in PM :) Right now the main things we're missing is proper configuration...
Haven't gotten arround to it yet, but I figure if you need it that badly, it shouldn't...
Hi.. Did you ever get around to this? We ended up using the native iOS player for...
Thanks a lot, I'll look into it as soon as my deadlines clear up :)
Here's the project. It works on Unity 4.6 Pro. Unfortunately, it did not work on...
glad to hear :) sure, send me the code when you're done, that'd be very helpful!
Hi, Thanks for the quick response. I did not worry about optimization for now, I...
Hi, hmm, judging by the crash, it's probably not invoked by your code as that function...
Hi, I am trying to write a video player for iOS using Unity 3D and Theora. So far,...
That's what I was coming to realize. Thanks for the reply!
Nope. the very nature of video codecs prevents reverse playback. if you need this,...
Is it possible to playback videos in reverse?
Hmm, I haven't had these problems on my setup, maybe it's something you did with...
looped video: audio stops after first iteration
Thanks, I'll do just that :)
Greetings, This library looks amazing and I decided to give it a go - and potentially...
yeah, I get that warning in visual studio on many locations, not sure why it occurs....
Greetings, This library looks amazing and I decided to give it a go - and potentially...
Hi, just so you know, we had no time to reproduce the problem in a smaller project....
Cool! well if you'd be willing to take the time to do this, that would be awesome...
Hi Krešimir Yes, you are right, Microsoft removed inline assembly for arm and amd64...
HI Dmitriy, If I remember correctly, there was a problem that Microsoft's compiler...
It would be great to port iOS ARM optimizations on WinRT devices. Theora is working...
Yes it is :) I'm not sure if we would be able to reproduce the problem, at the moment...
Yes it is :) I'm not sure if we would be able to reproduce the problem, at the moment...
Hmm, could be, multithreaded programming is always fucked up :) Could you make a...
I'm loading 7 movies with precache (4-25 frames). Lately app started crashing in...
I'm loading 7 movies with precache (4-25 frames). Lately app started crashing in...
cool, let me know if you've been successful ;) Btw, do you use libtheoraplayer or...
Hi, Krešimir, thanks for reply! I made few tests, one of them was running a large...
Hi! hmm, not sure where the problem is, I'm using the libtheora from libtheoraplayer...
Additional info - latest error was here: 0x00214ad8 oc_frag_recon_inter_neon (armfrag.asm:558)...
Good day for all, Small preface: I have a small indie game which uses Theora video...
Ahhh... for some reason I had it in the back of my head that you weren't officially...
as in, put them in the same folder where your exe is
you only need to supply the crt dll's along with the exe and it works.
Hi, I too (like John) was unable to statically link to libtheorplayer if one of the...
Thank you for the replies. They are very useful and much appreciated. :) I was using...
I use multi threaded dll when I statically link, why are you using non-dll CRT? doesn't...
Hi, Yes, it is linked statically to my game and is working fine. What I did (i'm...
Hi, My project requires the use a Multi-threaded (/MT) runtime whereas the LibTheoraPlayer...
Hi, Thanks for the help with the reference to 'libtheoraplayer_static.lib'. That...
that's correct!
probably so. and if you run the same analyzer or a file that loads successfully,...
Hi, It doesn't i'm afraid. With the previous version I was using I was getting this...
Hmm, can't see anything obvious in code, does the tool give you any useful info which...
Hi, I have tested with the new version. I am still getting a leak, although it is...
yeeah, I was initially working in msvc2008 and never got the time to update the demo...
Thank you for your help with this. I am able to step into the createVideoClip call...
hmm, indeed you are correct! I fixed it now, check the latest svn trunk version and...
Hi, I am currently using the _crtDbgFlag debug flag in my windows game to see if...
Hi, I am currently using the _crtDbgFlag debug flag in my windows game to see if...
not sure about the warnings, but the errors are because you're not linking libtheora.lib,...
Just to answer to the stupid question first :) I am trying to run the av_player sample...
um, could you debug the program and see where it crashes? just compile a debug lib...
Hi, Thanks for the replies. I had read about file paths causing this problem and...
Yeah, use try catch, the error you're getting is an unhadled exepction, most likely...
Hi John, Have you tried wrapping the call in a try catch block to see if there is...
Hi John, Have you tried wrapping the call in a try catch block to see if there is...
Hi, I am getting a crash (0xC0000005: Access violation reading location 0x00194000.)...
oh yeah, that one :) that's why I made all those supported formats :) And yeah, part...
Hi, I have sorted this. It was a problem my end... I was using TH_XRGB when I meant...
Hi kspes, Thanks for the quick reply! I have tried to use TH_XBGR... my gfx card...
Hi kspes, Thnaks for the quick reply! I have tried to use TH_XBGR... my gfx card...
Hi, just try using TH_XBGR, that's what I use in my projects on dx9. dx9 has some...
Hi, I am trying to get video playback working in DirectX9 using the libtheoraplayer....
Hi, I got mine to work in the end. I could get the demo to build as Krešo suggested,...
Hi, I can confirm I am getting the same if I use the static lib from the bin\WIn32...
Sorry i cant give you a more detailed answer, i am on vacation right now and far...
Anybody have any ideas? Or can confirm that they have successfully linked to the...
Hi, I am trying to use libtheoraplayer statically. I downloaded the latest version...
check the latest svn trunk, I believe I've solved the compilation issues
there's a cmake script in the svn on googlecode, I've used it to compile on linux,...
Hi! How can I compile libtheoraplayer for Linux? I do the following: $ cd libtheoraplayer...
Hi! How can I compile libtheoraplayer for Linux? I do the following: $ cd libtheoraplayer...
Hi! How can I compile libtheoraplayer for Linux?
I have done simple demo with problem videos. Mouse click on left side of window will...
can you reproduce this in the demos? If you could create a small demo from the demos...