还记得童年时候的动画吗? 奔奔是我当时非常喜欢的一部动画,居然在土豆上看到了。
六月 2006
星期四 22 六 2006
星期一 19 六 2006
在个人电脑做如下操作:
ssh-keygen -d #生成公钥和私钥,此过程可以选择输入私钥密码
cat .ssh/id_dsa.pub | ssh user@remote “cat – >>.ssh/authorized_keys” #将公钥写到服务器
ssh-agent $SHELL
ssh-add
如果你设了私钥密码,此时输入你的私钥密码。
星期一 12 六 2006
经过一年多的等待, mplayer 1.0pre8终于正式发布了。以下摘自发布说明:
下载地址: http://www.mplayerhq.hu/design7/dload.html
t’s been more than one year since our last release and yes, we are still alive! Like always, the length of the ChangeLog clearly shows we have been lazy to release but not lazy to code.
First off, we have uncovered some new security bugs in the AVI, Real and MOV code so we urge you to upgrade in any case.
Given how old pre7 is by now, it’s strongly recommended to upgrade. We also recommend users to test and use the Subversion version when possible in order to both benefit from latest development, and report/fix bugs. Contrary to running a development kernel, it won’t eat your data or make your cat pregnant, but it will help us improve the overall quality of MPlayer.
Among the many features that have been added, it should be noted that libavformat now supports a greater variety of files. If you have a hard time playing some files, please try demuxing with libavformat (-demuxer lavf). MEncoder can also take advantage of libavformat, in order to, for example, create Flash videos.
There have also been many enhancements to the H.264 decoder to make it a lot faster and more error-resilient. More audio and video codecs are supported. Audio/Video synchronisation has been further improved, especially on Real streams and Vorbis.
And that’s not it yet! We have some more tricks for you up our sleeves for upcoming versions of MPlayer: experimental DVDnav (DVD menus) support and an experimental graphical user interface for our Windows port. Please join in the testing effort so that these features don’t remain experimental ;-).
MPlayer 1.0pre8: “NeuTeam strikes back”
Security:
- support for compilation with non-executable stack
- fix the major issues caught by Coverity’s static analysis runs
Documentation:
- environment variables documentation started
- interactive control fully documented
- improved encoding guide
- new technical encoding guide in DOCS/tech/encoding-guide.txt which is to be merged into the existing guide
- encoding tips for x264 and XviD
- how to set up MEncoder for x264 support
- new advanced audio usage guide with surround sound instructions
- Hungarian XML documentation translation finished
- Czech documentation translation finished
- French MPlayer documentation synced
- German man page synced
- Hungarian man page synced
- Italian man page synced
- Chinese console messages synced
- misc improvements all over the place
- AIX port documentation added
- all XviD options documented
- CONFIGURATION FILES section added to the man page
- Doxygen comments added to configuration parser and OpenGL video out driver
Drivers:
- JACK audio output rewritten without bio2jack
- OpenAL audio output – unfinished, can only do mono output
- OpenGL video output modules support -geometry and -wid options
- for -vo gl manyfmts is now default (since it is a lot faster), use -vo gl:nomanyfmts if it does not work for you
- streaming textures for -vo gl, much faster if supported (use -dr)
- hardware YUV to RGB conversion for -vo gl and -vo gl2, see yuv suboption
- support for custom fragment programs for -vo gl (see TOOLS/*.fp)
- support for bicubic hardware scaling in -vo gl, see lscale suboption
- use libvbe from vesautils as VESA video driver
- several fixes for the GGI video output driver
- fall back on next video output driver if vo_3dfx failed to initialize
- improved XvMC library detection (disabled by default)
- DPI (Print-Resolution) and Pixel-Aspect support in vo_jpeg
- ALSA audio output: several small fixes and improvements
- removed experimental mmap suboption from the ALSA driver
- YUY2 and back end scaling for S3 Virge chips on fbdev (-vo s3fb)
Decoders:
- Indeo2 (RT21) support via lavc
- Fraps video decoder via binary DLL
- support for 8-bit PNGs with palette
- support for dmb1 MJPEG files with ffmjpeg
- support for musepack audio (WARNING: when seeking you might get ear- and speaker-breaking noises). If you hear clipping, use -af volume.
- experimental speex support via libspeex
- On2 VP7 video decoder via binary DLL
- Duck/On2 TrueMotion2 (TM20) support via lavc
- support FLX and DTA extensions for flic files
- QDM2 audio decoding via lavc
- cook audio decoding via lavc
- TrueSpeech audio decoding via lavc
- CamStudio video decoder via lavc
- hwmpa pass-through MPEG audio codec
- tremor updated to libogg 1.1.2
- PNG decoding via libavcodec
- removed native RealAudio codecs (ported to lavc)
- Zip Motion-Block Video (ZMBV) decoder via lavc and binary DLL
飞天的梦想 is proudly powered by