自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

原创 Script of Building ffmpeg for iPhone 4.0 SDK

<br />#!/bin/shtrap exit ERR# Default configure optionsCONFIGURE_OPTIONS="--enable-gpl --enable-postproc --enable-swscale --enable-avfilter"echo "Configure options: $CONFIGURE_OPTIONS"./configure --cc=/Developer/Platforms/iPhoneSimulator.platfo

2010-09-28 15:55:00 709

原创 Beginner for FFmpeg

http://www.inb.uni-luebeck.de/~boehme/using_libavcodec.html

2010-09-25 11:05:00 387

原创 Display progress bar as copying one file

class MyClass : ...{...public slots: void onWrite( qint64 );};MyClass::MyClass( ... ){ // ... progress->setMaximum( QFileInfo(fromFile).size() / 1024 ); written = 0; connect( &toFile, SIGNAL(bytesWritten(qint64)), SLO

2010-08-01 17:33:00 601

转载 Segmentation fault

<br /> <br />FROM: WIKIPEDIA<br />A segmentation fault (often shortened to segfault) is a particular error condition that can occur during the operation of computer software. A segmentation fault occurs when a program attempts to access a memory location

2010-08-01 17:31:00 643

原创 remote copy

<br />scp -P 2222 -r [email protected]:/var/www/hello.c ./Downloads/

2010-08-01 17:29:00 537

原创 Cannot create children for a parent that is in a different thread

<br />QObject: Cannot create children for a parent that is in a different thread.<br />(Parent is QNetworkAccessManager(0x9102638), parent's thread is FrameChannel(0x916ab30), current thread is QThread(0x90d4490)<br /> <br />....<br />this's a common multi

2010-08-01 17:28:00 1592

原创 Corrupt JPEG data: premature end of data segment

<br />1. the picture is not valid when you use it 2. the picture was not fully saved when you use it

2010-08-01 17:27:00 3218

原创 openssl error: unrecognized command line option "-m486"

<br />qca: http://delta.affinix.com/qca/ openssl: http://www.openssl.org<br />Go to compile_apps , unpack openssl-0.9.7m.tar.gz<br />edit Configure and Makefile and change all instances of -m486 to -mtune=i486 .<br /><br />Run<br />"tar -pczf openssl-0.9.7

2010-07-30 17:23:00 2495

原创 QCA Installation

<br />1. install openssl openssl-0.9.7m.tar.gz [www.openssl.org]<br />2. install qcaqca-2.0.2.tar.bz2 [http://delta.affinix.com/qca/]<br />3. install qca-ossqca-ossl-2.0.0-beta3.tar.bz2 [http://delta.affinix.com/qca/]

2010-07-30 17:22:00 524

原创 [Qt]QObject::connect: Cannot queue arguments of type 'QString&'

<br />it is not allowed to pass non-const value across threads. that means you can't modify the argument 's value across threads.★Solution: add const before argument's type

2010-07-30 17:11:00 2063

原创 [Qt] vtable .....

1. run qmake again2. check .pro file in which there may be something wrong

2010-07-30 17:04:00 485

原创 Hi, this is my first Blog paper!

<br />Hi, this is my first Blog paper!

2010-07-30 16:55:00 345

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除