- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel Integrated Performance Primitives (Intel IPP) 5.0 is the latest version of Intel's premier software library for media and communications application development. Intel IPP 5.0 is now available from Intel and selected resellers.
What's New in Intel IPP 5.0:
- Expanded Set of Codec Samples
Intel IPP 5.0 code samples now include additional features for using Intel IPP to implement advanced codecs for H.264 Main Profileand Motion JPEG, and new computer vision samples. - New Codec Development Framework
Intel IPP 5.0 code samples now introduce a unified framework of C++ Unified Media Classes (UMC) and Unified Speech Classes (USC) to streamline the development of advanced video and speech codecs. - Expanded Intel IPP Functionality
Boost data compression and color conversion performance of media and communication applications using Intel IPP 5.0's new functions and function domains, including:- new Color Conversion and Data Compression function domains
- additional cryptography functions (Diffie-Hellman, Elliptic Curve)
- additional functions for computer vision.
- new functions for G.729 codecs
- New Support for Embedded Applications
In addition to existing Windows* and Linux* operating system support, Intel IPP 5.0 now also supports the Windows CE operating system for embedded Intel Architecture processors. - New Processor Support
Intel IPP 5.0 has performance enhancements to exploit the power of dual- and multi-core processors. In addition, Intel IPP 5.0 now adds new support for the Intel IXP4xx Product Line of Network Processors.
Please visit our product URL
http://www.intel.com/cd/software/products/asmo-na/eng/perflib/ipp/index.htm
for more details about the new Intel IPP 5.0.
Thanks,
Intel IPP Team
Message Edited by ysong on 10-25-2005 01:41 PM
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"Intel IPP for Windows*"
"Intel IPP Samples"
"Cryptography for Intel IPP"
Let us know if you have questions.
Thank you.
Intel Corp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have an older version (ver 4.1) of IPP (got in April 05).
Two simple questions:
Can I just download ver 5.0 for my developement?
And can I re-distribute the run-time library of version 5.0?
Thank you!
Jun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Customer,
If you still have valid product support maintenance from your IPP 41, you should be able to get free upgrade to 5.0 via Intel Premier Support.
You can also go to https://registrationcenter.intel.com and check if you have valid support license to get free upgrade.
If you holds commercial license of Intel IPP, yes, then you can redistribute the run-time library.
Hope it clarifies.
Thanks,
Ying S
Intel Corp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much!
I also found the place to download ver 5.0 finally. However, I saw there is a problem with ver 5.0. Should I wait for newer version? Since we already shipped some our product with run-time library, I don't want to take any chance.
Thank you in advance
Jun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jun,
yes, there are some issues in IPP (as in any big enough software product). But you not necessary should wait until next release. You may consider if these issues will affect you. It depends from what particular IPP functionality you are going to use and what is your planned usage model.
You probably mean issue with handles leaks in applications which use IPP DLL. Note, this not affect IPP static libraries, so you stillbe able to utilizebenefits from new, IPP v5.0 functionality and additional optimization.
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Will next IPP release include a generic Turbo Coder/Decoder?. It can be extremelly interesting for signal processing applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
to be honest we do not have plan for implementing Turbo codec (what is that?). But you can submit your feature request for Intel Premier Support
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are viterbi decode functions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Viterbi coder is for 2G/2.5G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The demo IPP5 do not release the static libraries, but the data1.cab can be found easily and it can beunziped by winrar. The static libraries(such as ippsremerged.lib, ippcvemerged.lib,...) can be obtain very easily!
I find it so easy to call the functions(with the processor code prefix w7/t7/...):
w7_ipps....
t7_ipps....
Even without any .lic!!!
data1.cab should be encrypted!!!
Or the static libraries should be deleted from data1.cab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
extern "C" __stdcall int w7_ippsFIR_32fc(Ipp32fc *x0, Ipp32fc *u, int n, FIRState_32fc *pState);
extern "C" __stdcall int w7_ippsFIRInitAlloc_32fc(FIRState_32fc **pState, Ipp32fc *x, int, Ipp32fc *);
............
w7_ippsFIRInitAlloc_32fc(&pState, (Ipp32fc*) x, 7, NULL);
w7_ippsFIR_32fc((Ipp32fc*) x0, (Ipp32fc*) u, 2*n+5, pState);
Even without lic file, the program can be linked with ippsmerged.lib and run the ippsFIR_32fc function successfully.
Please Intel notices the file--data1.cab!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
thanks for informing us. You can submit your functionality request to Intel Premier Support where it will be tracked and revising at next IPP versiion planning stage
Regards,
Vladimir

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page