ffmpeg cabac dlls svn 13007

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
WiSo Offline
Team-XBMC Developer
Posts: 2,484
Joined: Oct 2003
Reputation: 0
Location: Germany
Post: #11
Yep this is the premium example I also use for testing Wink
Also only 9-11fps on my Athlon X2 3800.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
scoundrel Offline
Junior Member
Posts: 28
Joined: Apr 2008
Reputation: 0
Post: #12
With the bird test, I get 24 fps maxed CPU. With Media Player Classic using CoreAVC, I get 30+ fps at 80% utilization. I'm running an Athlon X2 4200 with a Geforce 7600 GT. Hope this helps.
find quote
gorgone Offline
Member
Posts: 82
Joined: Mar 2008
Reputation: 0
Post: #13
max 44% cpu looks damn nice
find quote
gorgone Offline
Member
Posts: 82
Joined: Mar 2008
Reputation: 0
Post: #14
gorgone Wrote:max 44% cpu looks damn nice
with coreavc 1.7


and with xbmc 46% max cpuload
find quote
scoundrel Offline
Junior Member
Posts: 28
Joined: Apr 2008
Reputation: 0
Post: #15
gorgone what are your PC specs?
find quote
gorgone Offline
Member
Posts: 82
Joined: Mar 2008
Reputation: 0
Post: #16
scoundrel Wrote:gorgone what are your PC specs?

q6600
2gig ram 1066
gforce 7800gtx
find quote
anyo Offline
Member
Posts: 82
Joined: Mar 2008
Reputation: 0
Post: #17
I have a new box I just built... Q6600 4gb ram... and just using the intel g35 built in video card on my motherboard.. I can play the planet earth bird scene with no noticable frames dropped... thanks wiso!!
find quote
WiSo Offline
Team-XBMC Developer
Posts: 2,484
Joined: Oct 2003
Reputation: 0
Location: Germany
Post: #18
Would you all please have a look into the logfile to see if you have any entry about a missing pthread library?
According to some documents the pthreadGC.dll is needed in order to use pthreads for windows but I can't found the entry in my logfile.
I'll provide the next dlls with win32 threads which are supposed to be slightly slower but doesn't need any extra library.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
paco Offline
Senior Member
Posts: 234
Joined: Mar 2008
Reputation: 0
Location: Toronto
Post: #19
Yes there is such an entry in my xbmc.log. Here's what it looks like:

01:13:50 T:892 M:1091379200 DEBUG: Dll pthreadGC2.dll was not found in path
01:13:50 T:892 M:1091375104 DEBUG: Unable to load referenced dll pthreadGC2.dll - Dll: Q:\system\players\dvdplayer\avcodec-51.dll
01:13:50 T:892 M:1091375104 DEBUG: Unable to resolve pthreadGC2.dll pthread_cond_broadcast
01:13:50 T:892 M:1091375104 DEBUG: Unable to resolve pthreadGC2.dll pthread_cond_destroy
01:13:50 T:892 M:1091375104 DEBUG: Unable to resolve pthreadGC2.dll pthread_cond_init
01:13:50 T:892 M:1091375104 DEBUG: Unable to resolve pthreadGC2.dll pthread_cond_signal
01:13:50 T:892 M:1091375104 DEBUG: Unable to resolve pthreadGC2.dll pthread_cond_wait
01:13:50 T:892 M:1091371008 DEBUG: Unable to resolve pthreadGC2.dll pthread_create
01:13:50 T:892 M:1091371008 DEBUG: Unable to resolve pthreadGC2.dll pthread_join
01:13:50 T:892 M:1091371008 DEBUG: Unable to resolve pthreadGC2.dll pthread_mutex_destroy
01:13:50 T:892 M:1091371008 DEBUG: Unable to resolve pthreadGC2.dll pthread_mutex_init
01:13:50 T:892 M:1091371008 DEBUG: Unable to resolve pthreadGC2.dll pthread_mutex_lock
01:13:50 T:892 M:1091371008 DEBUG: Unable to resolve pthreadGC2.dll pthread_mutex_unlock
01:13:50 T:892 M:1089777664 DEBUG: CThread::staticThread, deleting thread graphic context
01:13:50 T:892 M:1089777664 DEBUG: Thread 892 terminating


I hope that helps.
find quote
WiSo Offline
Team-XBMC Developer
Posts: 2,484
Joined: Oct 2003
Reputation: 0
Location: Germany
Post: #20
funny thats not in my log. The next ffmpeg dlls are compiled with win32 threads.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Post Reply