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
    49
    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
    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
    5K
    • Sticky
    I noticed IMDb+ is working, except the popularity is not getting scraped.
    I noticed IMDb+ is working, except the popularity is not getting scraped.
    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
    36
    Views
    4K
    MP1 MP2 1.31.0 MediaPortal 1 - 1.31 Released! DE
    If you are having problems with MPAR like MPAR 1.31 no configuration dialog? , re-download and reinstall Mediaportal 1.31 Final.
    If you are having problems with MPAR like MPAR 1.31 no configuration dialog? , re-download and reinstall Mediaportal 1.31 Final.
    We have just released MediaPortal 1.31 Phoenix Highlights of this release Bugfixes: [MP1-5115] - Fix for TMDB / TI_MDB grabbers...
    Replies
    2
    Views
    909
    MP1 MP2 WSE 2019 / WSE 2022 DE
    @ajs Thank you, that gives me the hope to try.
    @ajs Thank you, that gives me the hope to try.
    I‘m planning to create a new server that also should be used for a MP1 TV sever. But I should know if I can install and run the MP...
    Replies
    2
    Views
    349
    Fixed. This happen only if you use MadVR. Backup and copy core.dll in C:\Program Files (x86)\Team MediaPortal\MediaPortal core.dll based on 1.31 final MediaPortal version.
    Fixed. This happen only if you use MadVR. Backup and copy core.dll in C:\Program Files (x86)\Team MediaPortal\MediaPortal...
    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
    71
    Views
    6K
    Top Bottom