Main > Free Download Search >

Free bellagio openmax il implementation 0.3.1 software for linux

bellagio openmax il implementation 0.3.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1939
Bellagio OpenMAX IL Implementation 0.3.1

Bellagio OpenMAX IL Implementation 0.3.1


Bellagio is a sample implementation of OpenMAX IL for Linux. more>>
Bellagio is a sample implementation of OpenMAX IL for Linux.
It enables software developers and ISVs to familiarize themselves with the OpenMAX IL API and to develop their own OpenMAX multimedia and streaming media components for mobile devices, including codecs, video I/O, and audio mixers.
Included sample components comply with the OpenMAX base and interoperability profiles and can be tunnelled together.
Main features:
- a shared library with the IL core and a "reference" OpenMAX component
- a number of OpenMAX components which pass Khronos conformance tests
- a set of GStreamer plugins that use the IL API (not available yet)
Enhancements:
New video components:
- ffmpeg based MPEG4/H.264 decoder
- color converter component YUV -> RGB
- video renderer based on devFB
New audio component:
- audio file reader based on ffmpeg audio format
- volume component
Fixed known bugs:
- FFMPEG audio decoder now works on FC6 and other distributions with the latest ffmpeg release (0.4.9-0.35.20070204)
Known pending bugs:
- some ogg streams can not be decoded properly
- the tunneling between file reader, mp3 dec based on ffmpeg - alsa sink ends in a deadlock sometimes.
- This behavior has been detected some times using FC6 and UBUNTU, not with the FC4
Full list of components:
Audio:
- ogg decoder based on libvorbis (stand alone components, and multiple roles component)
- mp3 decoder based on mad decoder
- mp3 decoder based on ffmpeg (multiple roles component)
- volume component
- alsa audio sink
- ffmpeg audio file reader (to be used with mp3 ffmpeg decoder)
Video:
- MPEG4 decoder based on ffmpeg (multiple roles component)
- H.264 decoder based on ffmpeg (multiple roles component)
- Color converter based on ffmpeg
- video renderer based on devFB
- Major additions to the 0.2
- New port classes
The components are:
- multiple formats audio decoder component that supports mp3 and ogg audio formats
- alsa sink component
- all the other components are NOT compatible with the new architecture.
- They have been removed and will be ported to the new architecture in a further delivery
<<less
Download (0.49MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
895 downloads
Fast MD5 Implementation in Java 2.6.1

Fast MD5 Implementation in Java 2.6.1


Fast MD5 Implementation in Java is a heavily optimized implementation of the MD5 hashing algorithm written in Java. more>>
Fast MD5 Implementation in Java is a heavily optimized implementation of the MD5 hashing algorithm written in Java.
Fast MD5 Implementation in Java includes an optional native method for even greater speed improvements.
How Fast Is It?
Short answer:Much faster than any other Java implementation that I have tested and (surprisingly) even faster than the native, non-Java MD5 implementation on some systems.
Long answer:First of all, it is important to note that the term "fast" is used here in relative terms. The implementation of the MD5 message digest algorithm available on this page is written in Java and is fast compared with other implementations written in Java, both because it is heavily optimized by itself and because there is an optional native method that makes it even faster when the platform supports it. How it compares to a sensible implementation written in a language, such as C, that is compiled directly to machine code, is heavily dependent upon how good of a job the JIT compiler in your JVM does in compiling the code or whether you are able to use the optional native method.
Enhancements:
- Martin West contributed a bug fix and some code refactoring to make all targets work out of the box in the Ant build file. Previously, the "dist" target did not work if the "docs" directory was not present.
<<less
Download (0.073MB)
Added: 2006-03-06 License: LGPL (GNU Lesser General Public License) Price:
1350 downloads
Procinfo NG 2.0.113 (C++ Implementation)

Procinfo NG 2.0.113 (C++ Implementation)


Procinfo NG is a ground-up rewrite of the procinfo program. more>>
Procinfo NG is a ground-up rewrite of the procinfo program. Procinfo NGs goal is to make the code more readable (and reusable) and to restore broken functionality of the original program.
The original program was written for Linux 1.0, and updated through 2.2. This version is for 2.6.
Enhancements:
- Updates were made to match what some Linux distributions have done to procinfo-18.
- Support for MSI and XEN interrupts were added.
- Some non-x86 architectures are handled.
- Assorted bugs and 80-character console nonsense were fixed.
<<less
Download (0.041MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
805 downloads
 
Other version of Procinfo NG
Procinfo NG 1.0 (Perl Implementation)Procinfo NG 1.0 (Perl Implementation) Procinfo NG is a ground-up rewrite of the procinfo ... Implementation) - Thaddeus Messenger. Procinfo NG. Procinfo NG is a ground-up rewrite of the
License:GPL (GNU General Public License)
Download (0.010MB)
897 downloads
Added: 2007-05-10
Suffix tree implementation library 1.2

Suffix tree implementation library 1.2


Suffix tree implementation library is a C library, an implementation of the suffix trees algorithm to store/retrieve key/data pa more>>
Suffix tree implementation library is a C library, an implementation of the suffix trees algorithm to store/retrieve key/data pairs.
The main advantages are a linear indexing time, little memory usage, and very fast retrieving.
It has been developped on FreeBSD/gcc but should be fairly portable.
The source code "testsfx.c" show an example of how to use the library both for inserting, retrieving, and deleting data. There arent many functions and comments should be enough to give you an idea of how to use the library. (read the header of the source file)
You should edit sfxdisk.h to suit your needs: you can change the alphabet size and the offset type. It should be OK to use "long long" 64 bits ints instead of long, in fact I tested it succesfully but havent gone to the point of filling more than 2 GB of data (needless to say you need a 64 bits filesystem).
Two "tools" come with the library (new with version 1.2): dumpsfx and loadsfx. dumpsfx is used to dump the database: dumpsfx [-s separator] if you want to output the result as readable text or dumpsfx < file.sfx > -h to output it for reloading with loadsfx.
dumpsfx outputs on stdout and loadsfx reads from stdin. loadsfx < suffix tree file to create > < dumped_file
Enhancements:
- removed an useless offset incrementation in STwritenode
<<less
Download (0.015MB)
Added: 2006-08-07 License: GPL (GNU General Public License) Price:
1189 downloads
Objective Modula-2 1.00 (Reference Implementation)

Objective Modula-2 1.00 (Reference Implementation)


Objective Modula-2 programming language is a hybrid between Smalltalk and Modula-2. more>>
Objective Modula-2 programming language is a hybrid between Smalltalk and Modula-2 based on the object model and runtime of Objective-C.
The design is an example how native Cocoa/GNUstep support can be added to static imperative programming languages without implementing a bridge.
Objective Modula-2s scope encompasses the design of the Objective Modula-2 programming language and the implementation of a compiler to implement it. The initial compiler will generate Objective-C source code.
Enhancements:
- This code is used to verify ideas and concepts which come up in the course of defining the language.
- It is in an early stage, incomplete and subject to frequent changes.
<<less
Download (0.019MB)
Added: 2007-07-21 License: (FDL) GNU Free Documentation License Price:
825 downloads
beagle KIO slave 0.3.1

beagle KIO slave 0.3.1


beagle KIO slave is a kio-slave to perform beagle query. more>>
Beagle is a lucene-based desktop search tool written in Mono. beagle KIO slave is a kio-slave to perform beagle query.

Beagle kio-slave allows users to query beagle in konqueror, open_file dialog box or Alt-F2-command-line.

<<less
Download (0.58MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1276 downloads
KlakiceMon 0.3.1

KlakiceMon 0.3.1


KlakiceMon is a monitor utility with AeroG style created from the merging of KaramTop and TechMon. more>>
KlakiceMon is a monitor utility with AeroG style created from the merging of KaramTop and TechMon. It perfectly integrate with the style of LiquidWeather and most of AeroG style themes.

I have to thank you the authors of this theme for the code that they wrote and also the authors of Cynapses and ZuzuSysMon for some icons and ideas found in their themes.

TODO:

+Implement Clock
+Gmail Check
+Nestat
+Nmap console

<<less
Download (0.22MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
GNOME CPUFreq Applet 0.3.1

GNOME CPUFreq Applet 0.3.1


GNOME CPUFreq Applet is a CPU frequency scaling monitor for GNOME Panel. more>>
GNOME CPUFreq Applet is a CPU Frequency Scaling Monitor for GNOME Panel.
Main features:
- Support for proc or sys filesystems
- Support for multiprocessor systems
<<less
Download (0.43MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1553 downloads
OCERA Real Time Ethernet 0.3.1

OCERA Real Time Ethernet 0.3.1


The ORTE is an implementation of the RTPS communication protocol defined by Real Time Innovations. more>>
The ORTE is an implementation of the RTPS communication protocol defined by Real Time Innovations.

RTPS is an application layer protocol targeted to the real-time communication area. It is built on top of a standard UDP stack.

This protocol is being submitted to the IETF as an informational RFC and has been adopted by the IDA group.
<<less
Download (1.6MB)
Added: 2005-11-03 License: GPL (GNU General Public License) Price:
1454 downloads
PLaTos 0.3.1

PLaTos 0.3.1


PLaTos is a framework for easy and comfortable building of various LaTeX documents. more>>
PLaTos project is a framework for easy and comfortable building of various LaTeX documents.

PLaTos is Platon LaTeX Office Suite. It is a framework for easy and comfortable building of various LaTeX documents with several advanced features.

<<less
Download (0.031MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1011 downloads
Gungirl Sequencer 0.3.1

Gungirl Sequencer 0.3.1


Gungirl Sequencer is an easy to use Audiosequencer. more>>
Gungirl Sequencer is an easy to use Audiosequencer.

Gungirl Sequencer includes a simple Filemanager and offers eight Tracks to arrange Audio Files via Drag & Drop.

<<less
Download (1.6MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1664 downloads
MingZine 0.3.1

MingZine 0.3.1


MingZine is an e-zine engine that allows you to publish digital works. more>>
MingZine is an e-zine engine that allows you to publish digital works, connect their sales to PayPal, and to tithe a percentage of those sales to support the e-zine itself.
It also has a submissions queue which can manage multiple types of submissions in each Ming Server subsite as well as multiple editors
Enhancements:
- Upgraded Python pages for Ming Server 0.7.2.
<<less
Download (0.019MB)
Added: 2005-10-22 License: GPL (GNU General Public License) Price:
1462 downloads
mysqmail-qmail-pop3d 0.3.1 R0

mysqmail-qmail-pop3d 0.3.1 R0


mysqmail-qmail-pop3d is a replacement for the qmail standard checkpasswd that does authentication via a MySQL table. more>>
mysqmail-qmail-pop3d is a replacement for the qmail standard checkpasswd that does authentication via a MySQL table.
When done, it sets up two more environment variables, MYSQMAIL_USERNAME and MYSQMAIL_DOMAINNAME.
The mysqmail qmail-pop3d replacement will use these variables to do the traffic accounting in the MySQL table for the account.
Enhancements:
- This release adds realtime management of the POP3 bandwidth directly in a new email_accounting table, so you have the total bandwidth per domains in realtime.
<<less
Download (0.021MB)
Added: 2006-01-09 License: LGPL (GNU Lesser General Public License) Price:
1384 downloads
KopeteLog 0.3.1

KopeteLog 0.3.1


KopeteLog is a simple Kopete history parser. more>>
KopeteLog is a simple Kopete history parser.
Added TXT and HTML export to version 0.3. For instal run qmake && make and as root ./install.sh. An ebuild for Gentoo is at http://overlay.watzke.cz/. Report bugs to vojta@drbohlav.cz, thank you.
Enhancements:
- improve Export to HTML
<<less
Download (0.14MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
905 downloads
kio_p7zip 0.3.1

kio_p7zip 0.3.1


kio_p7zip is a kioslave for KDE to handle 7zip files. more>>
kio_p7zip is a kioslave for KDE to handle 7zip files. Simply, enter p7zip:/path_to_file/filename.7z in konqueror to use this.

You got to have the p7zip executable in $PATH to p7zip kioslave work.

7zip is a new compression format released under LGPL.

<<less
Download (0.44MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
940 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5