发布时间:2015-09-01 08:47:00
vi /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf
greeter-show-manual-login=true
apt-get remove unity-webapps-common
apt-get remove totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-.........【阅读全文】
发布时间:2014-10-21 09:53:25
The FFmpeg/Libav situationOne year and a half ago, an important part of FFmpeg developers decided to change the way the project was managed. This led to some kind of takeover, mainly to get rid of the old maintainer dictatorship, but also to change development methods, redefine objectives, etc. The.........【阅读全文】
发布时间:2014-04-22 20:59:23
http://dranger.com/ffmpeg/tutorial06.htmlTutorial 06: Synching AudioSynching AudioSo now we have a decent enough player to watch a movie, so let's see what kind of loose ends we have lying around. Last time, we glossed over synchronization a little bit, namely sychronizing audio to a vid.........【阅读全文】
发布时间:2014-04-22 20:51:42
http://dranger.com/ffmpeg/tutorial04.htmlTutorial 04: Spawning ThreadsOverviewLast time we added audio support by taking advantage of SDL's audio functions. SDL started a thread that made callbacks to a function we defined every time it needed audio. Now we're going to do the same sort o.........【阅读全文】