2011/3/25 Ole Dittmann <[email protected]>

> Meanwhile I tried to implement pthread attach code to my process and
> threads as described here:
> http://www.cygwin.com/ml/pthreads-win32/2010/msg00010.html
> But it had no impact.
>
I use pthreads only for Linux builds and for Windows - just clean WinAPI
threads.

Anyway, could that be a problem, that I open the video in the main thread
> but then call decode in another one created with native windows functions?
>
If you do something in not thread-safe manner ;). I use up to 4 threads for
decoding (I talking not about new multithreading decoding features inside
FFmpeg)
one read the packets from context(s), one for audio decoding and up to 2
threads for video decoding (for dual stream video).

Would you be so kind and send me your working dlls and libs?
> So I can deduce if there is something wrong with my code or if its my
> ffmpeg compilation.
> Does not matter if 32 or 64 bit as I have both versions at hand.
> Either by mail or your upload site or or my ftp if you want:
>
No problem. This is LGPL build, configuration information you will find
inside archives.
http://sview.cifro-city.ru/downloads/FFmpeg/ffmpeg-2011-03-24-git-0cd1383-i686-mingw32-4.4.2.7z
http://sview.cifro-city.ru/downloads/FFmpeg/ffmpeg-2011-03-24-git-0cd1383-x86_64-w64-mingw32-4.4.2.7z
-----------------------------------------------
Kirill Gavrilov,
Software designer.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to