VLC media player 0.8.6f (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News VLC media player 0.8.6f (Stable branch)
# 1  
Old 05-15-2008
VLC media player 0.8.6f (Stable branch)

ImageVideoLAN Client (VLC) is a media player, streamer, and encoder for Unix, Windows, Mac OS X,BeOS, QNX, and PocketPC. It can play most audioand video codecs (MPEG 1/2/4, DivX, WMV, Vorbis,AC3, AAC, etc.), has support for VCD, SVCD, andDVD (with menus), and can read or dump streamsfrom a network source (HTTP, UDP, DVB, MMS, etc.).It can also act as a server and send streamsthrough the network, with optional support foraudio and video transcoding.License: GNU General Public License (GPL)Changes:
Several security issues, as reported in CVE-2007-6681, CVE-2007-6682, CVE-2006-4484, CVE-2008-0225, CVE-2008-0295, CVE-2008-0296, CORE-2008-0130, CVE-2008-0073, CVE-2008-1489, CVE-2008-1768, and CVE-2008-1769, were fixed. Furthermore, several Mac OS X issues and H.264 problems were resolved, as well as a few other bugs.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Linux

Unable to install VLC media player or any other player in SL 6.3 distro

Hi, I am unable to install VLC or any other media players in my SL 6.3 distro. I am using yum utility to install the packages, but i am getting the below error messages, --> Processing Dependency: libpng15.so.15()(64bit) for package: vlc-core-2.0.3-1.fc18.x86_64 --> Processing... (1 Reply)
Discussion started by: vel4ever
1 Replies
Login or Register to Ask a Question
BJ(6)								   Games Manual 							     BJ(6)

NAME
bj - the game of black jack SYNOPSIS
/usr/games/bj DESCRIPTION
Bj is a serious attempt at simulating the dealer in the game of black jack (or twenty-one) as might be found in Reno. The following rules apply: The bet is $2 every hand. A player `natural' (black jack) pays $3. A dealer natural loses $2. Both dealer and player naturals is a `push' (no money exchange). If the dealer has an ace up, the player is allowed to make an `insurance' bet against the chance of a dealer natural. If this bet is not taken, play resumes as normal. If the bet is taken, it is a side bet where the player wins $2 if the dealer has a natural and loses $1 if the dealer does not. If the player is dealt two cards of the same value, he is allowed to `double'. He is allowed to play two hands, each with one of these cards. (The bet is doubled also; $2 on each hand.) If a dealt hand has a total of ten or eleven, the player may `double down'. He may double the bet ($2 to $4) and receive exactly one more card on that hand. Under normal play, the player may `hit' (draw a card) as long as his total is not over twenty-one. If the player `busts' (goes over twenty-one), the dealer wins the bet. When the player `stands' (decides not to hit), the dealer hits until he attains a total of seventeen or more. If the dealer busts, the player wins the bet. If both player and dealer stand, the one with the largest total wins. A tie is a push. The machine deals and keeps score. The following questions will be asked at appropriate times. Each question is answered by y followed by a new line for `yes', or just new line for `no'. ? (means, `do you want a hit?') Insurance? Double down? Every time the deck is shuffled, the dealer so states and the `action' (total bet) and `standing' (total won or lost) is printed. To exit, hit the interrupt key (DEL) and the action and standing will be printed. BJ(6)