elecard avc h 264 decoder pack
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 385
TiVo File Decoder 0.2pre2
TiVo File Decoder software converts a .TiVo file. more>>
TiVo File Decoder software converts a .TiVo file (produced by the TiVoToGo functionality on recent TiVo software releases) to a normal MPEG file.
This has the same functionality as using TiVos supplied DirectShow DLL on Windows with a tool such as DirectShowDump, but is portable to different architectures and operating systems, and runs on the command line using files or pipes.
The conversion still requires the valid MAK of the TiVo which recorded the file, so it cannot be used to circumvent their protection, simply to provide the same level of access as is already available on Windows.
Usage: ./objects.dir/tivodecode [--help] [--verbose|-v] [--no-verify|-n] {--mak|-m} mak [{--out|-o} outfile] < tivofile >
--mak, -m media access key (required)
--out, -o output file (default stdout)
--verbose, -v verbose
--no-verify, -n do not verify MAK while decoding
--help print this help and exit
Enhancements:
- Fixes a merge error in tivodecoder.h which included several headers before including tdconfig.h, causing some needed defines not to be defined in those headers
<<lessThis has the same functionality as using TiVos supplied DirectShow DLL on Windows with a tool such as DirectShowDump, but is portable to different architectures and operating systems, and runs on the command line using files or pipes.
The conversion still requires the valid MAK of the TiVo which recorded the file, so it cannot be used to circumvent their protection, simply to provide the same level of access as is already available on Windows.
Usage: ./objects.dir/tivodecode [--help] [--verbose|-v] [--no-verify|-n] {--mak|-m} mak [{--out|-o} outfile] < tivofile >
--mak, -m media access key (required)
--out, -o output file (default stdout)
--verbose, -v verbose
--no-verify, -n do not verify MAK while decoding
--help print this help and exit
Enhancements:
- Fixes a merge error in tivodecoder.h which included several headers before including tdconfig.h, causing some needed defines not to be defined in those headers
Download (0.11MB)
Added: 2007-04-02 License: BSD License Price:
939 downloads
MIME::WordDecoder 5.420
MIME::WordDecoder is a Perl module to decode RFC-1522 encoded words to a local representation. more>>
MIME::WordDecoder is a Perl module to decode RFC-1522 encoded words to a local representation.
SYNOPSIS
See MIME::Words for the basics of encoded words. See "DESCRIPTION" for how this class works.
use MIME::WordDecoder;
### Get the default word-decoder (used by unmime()):
$wd = default MIME::WordDecoder;
### Get a word-decoder which maps to ISO-8859-1 (Latin1):
$wd = supported MIME::WordDecoder "ISO-8859-1";
### Decode a MIME string (e.g., into Latin1) via the default decoder:
$str = $wd->decode(To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= );
### Decode a string using the default decoder, non-OO style:
$str = unmime(To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= );
A MIME::WordDecoder consists, fundamentally, of a hash which maps a character set name (US-ASCII, ISO-8859-1, etc.) to a subroutine which knows how to take bytes in that character set and turn them into the target string representation. Ideally, this target representation would be Unicode, but we dont want to overspecify the translation that takes place: if you want to convert MIME strings directly to Big5, thats your own decision.
The subroutine will be invoked with two arguments: DATA (the data in the given character set), and CHARSET (the upcased character set name).
For example:
### Keep 7-bit characters as-is, convert 8-bit characters to #:
sub keep7bit {
local $_ = shift;
tr/x00-x7F/#/c;
$_;
}
Heres a decoder which uses that:
### Construct a decoder:
$wd = MIME::WordDecoder->new({US-ASCII => "KEEP", ### sub { $_[0] }
ISO-8859-1 => &keep7bit,
ISO-8859-2 => &keep7bit,
Big5 => "WARN",
* => "DIE"});
### Convert some MIME text to a pure ASCII string...
$ascii = $wd->decode(To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= < keld >);
### ...which will now hold: "To: Keld J#rn Simonsen < keld >"
<<lessSYNOPSIS
See MIME::Words for the basics of encoded words. See "DESCRIPTION" for how this class works.
use MIME::WordDecoder;
### Get the default word-decoder (used by unmime()):
$wd = default MIME::WordDecoder;
### Get a word-decoder which maps to ISO-8859-1 (Latin1):
$wd = supported MIME::WordDecoder "ISO-8859-1";
### Decode a MIME string (e.g., into Latin1) via the default decoder:
$str = $wd->decode(To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= );
### Decode a string using the default decoder, non-OO style:
$str = unmime(To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= );
A MIME::WordDecoder consists, fundamentally, of a hash which maps a character set name (US-ASCII, ISO-8859-1, etc.) to a subroutine which knows how to take bytes in that character set and turn them into the target string representation. Ideally, this target representation would be Unicode, but we dont want to overspecify the translation that takes place: if you want to convert MIME strings directly to Big5, thats your own decision.
The subroutine will be invoked with two arguments: DATA (the data in the given character set), and CHARSET (the upcased character set name).
For example:
### Keep 7-bit characters as-is, convert 8-bit characters to #:
sub keep7bit {
local $_ = shift;
tr/x00-x7F/#/c;
$_;
}
Heres a decoder which uses that:
### Construct a decoder:
$wd = MIME::WordDecoder->new({US-ASCII => "KEEP", ### sub { $_[0] }
ISO-8859-1 => &keep7bit,
ISO-8859-2 => &keep7bit,
Big5 => "WARN",
* => "DIE"});
### Convert some MIME text to a pure ASCII string...
$ascii = $wd->decode(To: =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= < keld >);
### ...which will now hold: "To: Keld J#rn Simonsen < keld >"
Download (0.37MB)
Added: 2006-08-30 License: Perl Artistic License Price:
1150 downloads

Murrina-light colors pack 1.4
Murrina-light colors pack is a simple, elegant and clean GTK theme, in five different colors. more>> <<less
Added: 2008-08-02 License: GPL Price: FREE
1 downloads
Teralogic 880 HDTV decoder Linux driver 0.2.3
Teralogic 880 HDTV decoder Linux driver. more>>
Teralogic 880 HDTV decoder Linux driver.
Remember that this driver has no video capture capability. The kernel module
uses three devices per TL880 card in /dev/tl880 to allow all users to mmap the
memory regions of the TL880, or use the ioctl interface to control the card.
The tools are then used to upload the firmware, set external sync, turn on color
bars, display a mouse cursor, and tweak the OSD. Thats all that the driver can
do so far. There is also I2C bus support. For the latest known bugs, see the
web site and mailing list.
To test the I2C bus(es), you will need the lm_sensors package. Load the
i2c-dev, i2c-algo-bit, and tl880.ko kernel modules, then run i2cdetect for each
bus displayed in the kernel message log (each card has a different number of
buses). If you have any output beside all XXs, note the address and bus
number, and run i2cdump [bus] [address]. For example, the NXT2000 on the MyHD
has address 0x14 on bus 1, so i2cdetect 1 shows a response from address 0xa, and
i2cdump 1 0xa shows the registers of the NXT2000.
Enhancements:
- Many internal improvements in this version, though few new user-worthy
- features.
- Improvements to card initialization.
- New ioctl interfaces.
- Improved VPX chip support.
- More chip features documented.
<<lessRemember that this driver has no video capture capability. The kernel module
uses three devices per TL880 card in /dev/tl880 to allow all users to mmap the
memory regions of the TL880, or use the ioctl interface to control the card.
The tools are then used to upload the firmware, set external sync, turn on color
bars, display a mouse cursor, and tweak the OSD. Thats all that the driver can
do so far. There is also I2C bus support. For the latest known bugs, see the
web site and mailing list.
To test the I2C bus(es), you will need the lm_sensors package. Load the
i2c-dev, i2c-algo-bit, and tl880.ko kernel modules, then run i2cdetect for each
bus displayed in the kernel message log (each card has a different number of
buses). If you have any output beside all XXs, note the address and bus
number, and run i2cdump [bus] [address]. For example, the NXT2000 on the MyHD
has address 0x14 on bus 1, so i2cdetect 1 shows a response from address 0xa, and
i2cdump 1 0xa shows the registers of the NXT2000.
Enhancements:
- Many internal improvements in this version, though few new user-worthy
- features.
- Improvements to card initialization.
- New ioctl interfaces.
- Improved VPX chip support.
- More chip features documented.
Download (MB)
Added: 2007-03-28 License: Other/Proprietary License Price:
946 downloads
MMS Decoder 0.77
MMS Decoder provides a script for sending MMS messages to a Web page. more>>
MMS Decoder provides a script for sending MMS messages to a Web page.
MMS Decoder can receive MMS messages, decode them, and display them on a Web page. This is done by acting as an MMSC, which is a server to which MMS messages are sent.
The only requirement to get this to work is an internet connected webserver, with PHP support and a phone which can send MMS (some operators may have blocked all MMS servers except their own, and the application will not work with these).
When an MMS is sent, its usually sent to the operators MMSC, which notifies the reciever (by a binary encoded SMS) that she or he has an MMS to retrieve, then his or her phone connects to the MMSC server and fetches the MMS which has been made available on the server via HTTP. What my web application actually do is to pretend to be an MMSC, recieves the MMS, decodes it (its encoded as specified in the WAP-209-MMSEncapsulation-20020105-a and wap-230-wsp-20010705-a specifications) and then stores it.
The only thing you need to do to make this work on your phone, is to set the phones MMSC (may also be labeled Service Center, MMS Center, or MMS Server) to http://domain.com/mms/get.php, or something like that, and then start sending MMS messages. And best of all, it will not cost you like 20 cents which the phone operators charge, the only cost is what your operator charge for WAP access (usually a lot less than the MMS cost), since the MMS is sent over WAP.
MMS Decoder was first written as a school project, and therefore Ive written a very detailed report of the decoding mechanism. This is, how ever, written in swedish so it would not be useful to anyone who doesnt know swedish. You can grab the report here.
Enhancements:
- An installation script, which creates the database or/and the tables, was added.
- A phpMyAdmin dump of the database structure was added.
- The directory structure of the package was changed.
<<lessMMS Decoder can receive MMS messages, decode them, and display them on a Web page. This is done by acting as an MMSC, which is a server to which MMS messages are sent.
The only requirement to get this to work is an internet connected webserver, with PHP support and a phone which can send MMS (some operators may have blocked all MMS servers except their own, and the application will not work with these).
When an MMS is sent, its usually sent to the operators MMSC, which notifies the reciever (by a binary encoded SMS) that she or he has an MMS to retrieve, then his or her phone connects to the MMSC server and fetches the MMS which has been made available on the server via HTTP. What my web application actually do is to pretend to be an MMSC, recieves the MMS, decodes it (its encoded as specified in the WAP-209-MMSEncapsulation-20020105-a and wap-230-wsp-20010705-a specifications) and then stores it.
The only thing you need to do to make this work on your phone, is to set the phones MMSC (may also be labeled Service Center, MMS Center, or MMS Server) to http://domain.com/mms/get.php, or something like that, and then start sending MMS messages. And best of all, it will not cost you like 20 cents which the phone operators charge, the only cost is what your operator charge for WAP access (usually a lot less than the MMS cost), since the MMS is sent over WAP.
MMS Decoder was first written as a school project, and therefore Ive written a very detailed report of the decoding mechanism. This is, how ever, written in swedish so it would not be useful to anyone who doesnt know swedish. You can grab the report here.
Enhancements:
- An installation script, which creates the database or/and the tables, was added.
- A phpMyAdmin dump of the database structure was added.
- The directory structure of the package was changed.
Added: 2007-03-15 License: AGPL (Affero General Public License) Price:
969 downloads
Convert::yEnc::Decoder 1.02
Convert::yEnc::Decoder is a Perl module that decodes yEncoded files. more>>
Convert::yEnc::Decoder is a Perl module that decodes yEncoded files.
SYNOPSIS
use Convert::yEnc::Decoder;
$decoder = new Convert::yEnc::Decoder;
$decoder = new Convert::yEnc::Decoder $dir;
$decoder->out_dir($dir);
eval
{
$decoder->decode( $file);
$decoder->decode(*FILE);
$decoder->decode;
};
print $@ if $@;
$name = $decoder->name;
$file = $decoder->file;
$size = $decoder->size;
$ybegin = $decoder->ybegin;
$ypart = $decoder->ypart;
$yend = $decoder->yend;
ABSTRACT
yEnc decoder
Convert::yEnc::Decoder decodes a yEncoded file and writes it to disk. Methods are provided for returning information about the decoded file.
<<lessSYNOPSIS
use Convert::yEnc::Decoder;
$decoder = new Convert::yEnc::Decoder;
$decoder = new Convert::yEnc::Decoder $dir;
$decoder->out_dir($dir);
eval
{
$decoder->decode( $file);
$decoder->decode(*FILE);
$decoder->decode;
};
print $@ if $@;
$name = $decoder->name;
$file = $decoder->file;
$size = $decoder->size;
$ybegin = $decoder->ybegin;
$ypart = $decoder->ypart;
$yend = $decoder->yend;
ABSTRACT
yEnc decoder
Convert::yEnc::Decoder decodes a yEncoded file and writes it to disk. Methods are provided for returning information about the decoded file.
Download (0.056MB)
Added: 2006-08-23 License: Perl Artistic License Price:
683 downloads
Audio::AMR::Decode 0.01
Audio::AMR::Decode is a Perl extension do decode .amr files. more>>
Audio::AMR::Decode is a Perl extension do decode .amr files.
SYNOPSIS
use Audio::AMR::Decode;
Audio::AMR::Decode::amr2raw(infile.amr, outfile.pcm);
This module will attempt to decode an amr encoded audio file to a raw pcm audio encoded file.
The package contains C-source files for the optimized fixed-point speech decoder. The optimized fixed-point speech decoder is bit-exact with 3GPP TS 26.073 fixed-point speech decoder version 4.1.0.
<<lessSYNOPSIS
use Audio::AMR::Decode;
Audio::AMR::Decode::amr2raw(infile.amr, outfile.pcm);
This module will attempt to decode an amr encoded audio file to a raw pcm audio encoded file.
The package contains C-source files for the optimized fixed-point speech decoder. The optimized fixed-point speech decoder is bit-exact with 3GPP TS 26.073 fixed-point speech decoder version 4.1.0.
Download (0.13MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1229 downloads
QUAKE 4 Quakemas Map Pack
QUAKE 4 Quakemas Map Pack is a bonus collection for Christmas with maps for Quake 4. more>>
QUAKE 4 Quakemas Map Pack is a bonus collection for Christmas with maps for Quake 4.
This Map Pack is compatible with QUAKE 4 1.0, and updates 1.0.4.0 and 1.0.5.0.
This Map Pack consists of the file pak013.pk4 and contains the following multiplayer maps:
Campgrounds Redux (q4dm9):
With QUAKE 4s updated technology, Campgrounds Redux now has a fresh look and feel, revitalizing this QUAKE III(tm) classic. Excellent for any number of players, this updated version supports Deathmatch, Team Deathmatch and Tournament modes, where hard-core QUAKE fans can get crazy with this throw-back to one of their old favorites.
Railed (q4tourney1):
Set in an abandoned, rusting Strogg facility, the environment in Railed produces fast-paced frenetic tournament style action! This new map is all about close-quarters combat and hair-trigger reflexes as players hustle through the winding, multi-tiered corridors. Designed especially for Tournament play, Railed also supports Deathmatch and Team Deathmatch game modes, and is guaranteed to provide some thrilling fast-action gameplay.
Tremors (q4ctf7):
Built within a twisting underground cavern and peppered throughout with pipes, bridges, and catwalks, Tremors demands tactical expertise. Enemies attack from above and below in the enormous, multi-tiered environment, making team-play invaluable. Tremors is perfect for huge Capture-The-Flag games, and also supports the Arena Capture-The-Flag gameplay mode.
To use the new maps in the map rotation cycle, a new map cycle script file has been included with the Map Pack, called mapcycle-mp1.scriptcfg.
To use the new map cycle script:
1. On the Multiplayer- Create Server screen, click "Advanced Options"
2. In the "Map cycle script file" field, enter mapcycle-mp1.scriptcfg
3. Click "Close advanced options"
4. Start the server
Alternately, this can be set with the console command:
g_mapCycle mapcycle-mp1.scriptcfg
To uninstall, simply delete the pak013.pk4 file from your QUAKE 4q4base directory.
<<lessThis Map Pack is compatible with QUAKE 4 1.0, and updates 1.0.4.0 and 1.0.5.0.
This Map Pack consists of the file pak013.pk4 and contains the following multiplayer maps:
Campgrounds Redux (q4dm9):
With QUAKE 4s updated technology, Campgrounds Redux now has a fresh look and feel, revitalizing this QUAKE III(tm) classic. Excellent for any number of players, this updated version supports Deathmatch, Team Deathmatch and Tournament modes, where hard-core QUAKE fans can get crazy with this throw-back to one of their old favorites.
Railed (q4tourney1):
Set in an abandoned, rusting Strogg facility, the environment in Railed produces fast-paced frenetic tournament style action! This new map is all about close-quarters combat and hair-trigger reflexes as players hustle through the winding, multi-tiered corridors. Designed especially for Tournament play, Railed also supports Deathmatch and Team Deathmatch game modes, and is guaranteed to provide some thrilling fast-action gameplay.
Tremors (q4ctf7):
Built within a twisting underground cavern and peppered throughout with pipes, bridges, and catwalks, Tremors demands tactical expertise. Enemies attack from above and below in the enormous, multi-tiered environment, making team-play invaluable. Tremors is perfect for huge Capture-The-Flag games, and also supports the Arena Capture-The-Flag gameplay mode.
To use the new maps in the map rotation cycle, a new map cycle script file has been included with the Map Pack, called mapcycle-mp1.scriptcfg.
To use the new map cycle script:
1. On the Multiplayer- Create Server screen, click "Advanced Options"
2. In the "Map cycle script file" field, enter mapcycle-mp1.scriptcfg
3. Click "Close advanced options"
4. Start the server
Alternately, this can be set with the console command:
g_mapCycle mapcycle-mp1.scriptcfg
To uninstall, simply delete the pak013.pk4 file from your QUAKE 4q4base directory.
Download (16.4MB)
Added: 2005-12-23 License: Freeware Price:
1400 downloads
TechniSat Satellite TV-card Linux Driver 0.7.0
This driver gives you the capability to work with the MediaFocus Satellite TV card under Linux. more>>
This driver gives you the capability to work with the MediaFocus Satellite TV card under Linux. This driver contains modules for Zorans multimedia controller ZR36120/ZR36125, Micronas Intermetall Video Pixel Decoder VPX32XX series, Digital Radio Processor DRP3510 (astra digital radio decoder), Multistandard Sound Processor MSP3400 C, SGS Thompson Satellite Sound and Video Processor STV0030 and Mitels 2.6 GHz Synthesiser SP5055 (satellite tuner).
A satellite frequency table for xawtv is also included. In this table the 18/14V and 22kHz settings are placed within the frequency values. In order to avoid this dirty implementation two possible future ioctls for the v4l-API are proposed here.
The above mentioned driver was written for the ZR36120/ZR36125-based MediaFocus Sat-PC card. Nowadays TechniSat is selling a new MediaFocus card, which is based on the Philips SAA 7146 multimedia-chip. A driver for this card can be found on the official TechniSat MediafocusII website.
<<lessA satellite frequency table for xawtv is also included. In this table the 18/14V and 22kHz settings are placed within the frequency values. In order to avoid this dirty implementation two possible future ioctls for the v4l-API are proposed here.
The above mentioned driver was written for the ZR36120/ZR36125-based MediaFocus Sat-PC card. Nowadays TechniSat is selling a new MediaFocus card, which is based on the Philips SAA 7146 multimedia-chip. A driver for this card can be found on the official TechniSat MediafocusII website.
Download (0.094MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1206 downloads
Mozilla Afrikaans Language Pack
Mozilla Afrikaans Language Pack is an Afrikaans translation of the Mozilla Web browser suite. more>>
The Mozilla Afrikaans Language Pack provides translations of the Mozilla suites Web browser, email program, and editor into Afrikaans.
All functions, errors, menus, and buttons are translated into Afrikaans.
<<lessAll functions, errors, menus, and buttons are translated into Afrikaans.
Download (0.48MB)
Added: 2005-04-15 License: MPL (Mozilla Public License) Price:
1656 downloads
libacarsd 1.65
libacarsd is an ACARSD decoder library. more>>
libacarsd is an ACARSD decoder library. Although there is no warranty provided with libacarsd, I would welcome any comments, problem reports and other feedback you may have concerning this software.
You may include libacarsd in any non-commercial product. Generally you should refer expressly to your use of libacarsd in the documentation or the tips to your program. If you want to use libacarsd in a commercial application, please get in touch by mail to acarsd_at_acarsd.org
I can only guarantee that libacarsd occupies disk space and is virus-free in the original package. It is impossible to guarantee that any software functions correctly, since errors can never be excluded. Libacarsd has been successfully tested for months on different Windows and Linux systems, so problems should be quite rare.
<<lessYou may include libacarsd in any non-commercial product. Generally you should refer expressly to your use of libacarsd in the documentation or the tips to your program. If you want to use libacarsd in a commercial application, please get in touch by mail to acarsd_at_acarsd.org
I can only guarantee that libacarsd occupies disk space and is virus-free in the original package. It is impossible to guarantee that any software functions correctly, since errors can never be excluded. Libacarsd has been successfully tested for months on different Windows and Linux systems, so problems should be quite rare.
Download (2.8MB)
Added: 2006-03-17 License: Free for non-commercial use Price:
1321 downloads
Tie::Array::PackedC 0.03
Tie::Array::PackedC is a Tie a Perl array to a C-style array (packed; elements of a single, simple data type). more>>
Tie::Array::PackedC is a tie a Perl array to a C-style array (packed; elements of a single, simple data type).
SYNOPSIS
use Tie::Array::PackedC qw(packed_array packed_array_string);
my $ref=packed_array(1,2,3,4);
my $ref2=packed_array_string(my $s,1,2,3,4);
use Tie::Array::PackedC Double=>d;
tie my @array,Tie::Array::PackedC::Double,1..10;
$array[0]=1.141;
Provides a perl array interface into a string containing a C style array. In other words the string is equivelent to the string that would be returned from the equivelent pack command (defaulting to pack type "l!") using a normal array of the same values. Eg:
my @foo=(1..10);
my $string=pack "l!*",@foo;
leaves $string in basically the same condition as
my (@foo,$string);
tie @foo,Tie::Array::PackedC,$string,1..10;
Its only basically the same and not exactly the same because the tie version may be longer due to preallocation.
<<lessSYNOPSIS
use Tie::Array::PackedC qw(packed_array packed_array_string);
my $ref=packed_array(1,2,3,4);
my $ref2=packed_array_string(my $s,1,2,3,4);
use Tie::Array::PackedC Double=>d;
tie my @array,Tie::Array::PackedC::Double,1..10;
$array[0]=1.141;
Provides a perl array interface into a string containing a C style array. In other words the string is equivelent to the string that would be returned from the equivelent pack command (defaulting to pack type "l!") using a normal array of the same values. Eg:
my @foo=(1..10);
my $string=pack "l!*",@foo;
leaves $string in basically the same condition as
my (@foo,$string);
tie @foo,Tie::Array::PackedC,$string,1..10;
Its only basically the same and not exactly the same because the tie version may be longer due to preallocation.
Download (0.006MB)
Added: 2006-06-15 License: Perl Artistic License Price:
1226 downloads
T-ish Pack 3.2
T-ish Pack provides a fast Clearlooks and Ubuntulooks themes for Gnome made to loosely resemble OSX Tiger. more>>
T-ish Pack provides a fast Clearlooks and Ubuntulooks themes for Gnome made to loosely resemble OSX Tiger.
They fit well with Compiz also.
Contents:
T-ish - Clearlooks theme
T-ish Aguastyle - Clearlooks theme with some pixmap elements
T-ish-Ubuntulooks - Ubuntlooks theme
T-ish-Ubuntulooks Aguastyle - Ubuntulooks theme with some pixmap elements
T-ish-Ubuntulooks Graphite - same as above but thanks to Alejandro Cornejo
Based on Clearlooks or Ubuntulooks engines, Ish GTK theme with additional buttons from Expose and GlossyP metacity borders (with many thanks to authors).
For best results use OSX icons, jaguarx mouse theme, and FoxiTiger firefox skin (links below).
IMPORTANT: In order to install all of the themes youll have to manually extract to ~/.themes dir.
IMPORTANT 2: In order for scrollbars to work on Ubuntu Edgy you have to install gtk2-engines-pixbuf package.
<<lessThey fit well with Compiz also.
Contents:
T-ish - Clearlooks theme
T-ish Aguastyle - Clearlooks theme with some pixmap elements
T-ish-Ubuntulooks - Ubuntlooks theme
T-ish-Ubuntulooks Aguastyle - Ubuntulooks theme with some pixmap elements
T-ish-Ubuntulooks Graphite - same as above but thanks to Alejandro Cornejo
Based on Clearlooks or Ubuntulooks engines, Ish GTK theme with additional buttons from Expose and GlossyP metacity borders (with many thanks to authors).
For best results use OSX icons, jaguarx mouse theme, and FoxiTiger firefox skin (links below).
IMPORTANT: In order to install all of the themes youll have to manually extract to ~/.themes dir.
IMPORTANT 2: In order for scrollbars to work on Ubuntu Edgy you have to install gtk2-engines-pixbuf package.
Download (0.65MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
584 downloads
Crystal Clear Vuitton Remix 1
Crystal Clear Vuitton Remix is a Lavish icon theme derivated from Everaldos original one (everaldo.com). more>>
Crystal Clear Vuitton Remix is a Lavish icon theme derivated from Everaldos original one (everaldo.com).
All content distributed under LGPL anc copyright of everaldo exept Louis VuittonPattern, Property of Louis Vuitton International & LVMH.
ToDo:
Colored Folders
Completion of KDE control center
Adding some applications to the pack
Adding some device (iPod,Scanners ...)
<<lessAll content distributed under LGPL anc copyright of everaldo exept Louis VuittonPattern, Property of Louis Vuitton International & LVMH.
ToDo:
Colored Folders
Completion of KDE control center
Adding some applications to the pack
Adding some device (iPod,Scanners ...)
Download (29.4MB)
Added: 2006-07-05 License: LGPL (GNU Lesser General Public License) Price:
1220 downloads
kearone
kearone provides icon pack for gnome based on my kearones icons more>>
kearone provides icon pack for gnome based on my "kearones icons"
Version restrictions:
- think it could be improved with a more consistent Computer icon, and some black contour around the file type icons (just like the Home and Trash).
<<lessVersion restrictions:
- think it could be improved with a more consistent Computer icon, and some black contour around the file type icons (just like the Home and Trash).
Download (1.1MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1001 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above elecard avc h 264 decoder pack search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed