ffdshow version (1 Viewer)

A

Anonymous

Guest
For the development of the ffdshow installation wizard, which version should we be installing? Standard, SSE or SSE2? Or should it be user selectable?
 

gabbe

Portal Pro
August 8, 2004
58
1
Sweden
Hi, it depends on what cpu You have.
P4 (not the oldest?) and AMD64 can use SSE2
PIII, (oldest P4??) and AMD XP can use SSE
Other should use std fddshow.

Best is to use a sse / sse2 detecting algoritm and choose there after. But I think the user should be able to override the choise.
 

MrMario64

Retired Team Member
  • Premium Supporter
  • April 22, 2004
    822
    1
    50
    Home Country
    Netherlands Netherlands
    why not make it manually selectable with default as standard.
    And explain in the installer what the other choices r for?

    ofcourse, autodetect would be fine to.
     

    gabbe

    Portal Pro
    August 8, 2004
    58
    1
    Sweden
    From this link http://www.codeproject.com/cpp/sseintro.asp?select=568493&df=100&forumid=16168&exp=0
    Detection of SSE Support
    SSE instructions may be used if they are supported by the processor. The Visual C++ CPUID sample [4] shows how to detect support of the SSE, MMX and other processor features. It is done using the cpuid Assembly command. See details in this sample and in the Intel Software manuals [1].
    SSETest Demo Project
    http://www.codeproject.com/cpp/sseintro.asp?select=568493&df=100&forumid=16168&exp=0

    And here is somethin about cpuid

    http://www.paradicesoftware.com/specs/cpuid/index.htm

    But use only any detection to present a choise for the user. He must be able to override it with an other ffdshow version or even cancel an installation of it.
     
    A

    Anonymous

    Guest
    Hi,

    Found a prefect sample to use. (c++)
    http://download.microsoft.com/downl...99-3e005872c1be/debugging_crt_debug_cpuid.exe

    C:\temp\Debug>cpuid.exe
    v_name: GenuineIntel
    model: Unknown
    family: 6
    model: 13
    stepping: 6
    feature: 00000007
    yes _CPU_FEATURE_MMX
    yes _CPU_FEATURE_SSE
    yes _CPU_FEATURE_SSE2
    no _CPU_FEATURE_3DNOW
    os_support: 00000007
    yes _CPU_FEATURE_MMX
    yes _CPU_FEATURE_SSE
    yes _CPU_FEATURE_SSE2
    no _CPU_FEATURE_3DNOW
    checks: 0000000f


    Can some one convert this to dll or COM?

    /ac
     

    Users who are viewing this thread

    Similar threads

    • Sticky
    All good now!!
    All good now!!
    We have just released MediaPortal 1.36 - Polar Express x86 and x64 version. Highlights of this release Bugfixes: [MP1-5229] -...
    Replies
    2
    Views
    1K
    I've done a few MP1 installs in the past and haven't had a problem, so I didn't expect one today. I just purchased a mini PC with Win11 installed. I downloaded and tried installing Mediaportal 1. I chose single click standard installation with no TV. It started working on things and I wasn't paying terribly close attention, but...
    I've done a few MP1 installs in the past and haven't had a problem, so I didn't expect one today. I just purchased a mini PC with...
    I've done a few MP1 installs in the past and haven't had a problem, so I didn't expect one today. I just purchased a mini PC with...
    Replies
    0
    Views
    543
    • Sticky
    Software Developer C# The MediaPortal 2 team is seeking committed people to strengthen its developer basis Are you interested in driving the development of an advanced HTPC software? Would you like new features get implemented faster? Well, then join us! What we offer: Almost unlimited creative leeway The possibility to closely...
    Software Developer C# The MediaPortal 2 team is seeking committed people to strengthen its developer basis Are you interested in...
    Software Developer C# The MediaPortal 2 team is seeking committed people to strengthen its developer basis Are you interested in...
    Replies
    0
    Views
    6K
    • Sticky
    Pre Releases are provided as a way for the community to test and give feedback on all the exciting things we have lined up for the next release. We allocate about one month for Pre Release testing. In that time we will only fix bugs, after which comes the final release! Highlights of this release Bugfixes: [MP1-5221] - Core: Fix...
    Pre Releases are provided as a way for the community to test and give feedback on all the exciting things we have lined up for the...
    Pre Releases are provided as a way for the community to test and give feedback on all the exciting things we have lined up for the...
    Replies
    0
    Views
    2K
    MP1 MP2 [solved] channel numbers issue DE
    that's awesome, thank you! problem fixed. no idea how it got changed as I rarely go into the config.
    that's awesome, thank you! problem fixed. no idea how it got changed as I rarely go into the config.
    Hi, until recently i had my tv channels selectable by typing the channel number on my remote. for instance, i hit the number 9...
    Replies
    2
    Views
    776
    Top Bottom