Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Jan 13, 2013
1 parent 1fce89c commit 3a10f67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ QtAV on Win8
![Alt text](https://github.com/downloads/wang-bin/QtAV/screenshot.png "screenshot")

<div>
IP camera using QtAV (some developers from Italy)
IP camera using QtAV. OS: Fedora 18 (some developers from Italy)
<img src="https://sourceforge.net/projects/qtav/screenshots/ip_camera.jpg"/>
</div>
8 changes: 5 additions & 3 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Roadmap:
1.0: can play
1.0: can play. statble. plugin framework
2.0: base functions, gui
3.0: components structure. base a/v filters
4.0: own graphics library.
Expand All @@ -11,18 +11,20 @@ network stream
avio pause network

TODO:
type.h
QtAV_Compat.h=>pch
external clock
avcodec_flush_buffer when seeking
use v,a,-1 stream when seeking
hardware acceleration, ffmpeg-mt
libx264
modular
decode and yuv2rgb: GLSL, ipp, cuda
OpenCL, OpenGL, OpenAL, OpenSL, cuda, ipp
OpenAL:http://www.cocoachina.com/bbs/read.php?tid=51579
set audio output
capture: set async
structure:{
AVObject=>AVDemux, AVDecoder{,ipp,cuda,cl}, ImageConvert{,ipp,GLSL,cuda,cl}, Resample{,ipp,GLSL,cuda,cl}, Filter{,ipp,GLSL,cuda,cl}, Output{GL,AL,SL.DX}
AVObject=>AVDemux, AVDecoder{,ipp,cuda,cl}, ImageConverter{,ipp,GLSL,cuda,cl}, Resample{,ipp,GLSL,cuda,cl}, Filter{,ipp,GLSL,cuda,cl}, Output{GL,AL,SL.DX}
api: name, hwaName(ff,ipp,cuda,cl,gl,cuda}, hwaSupported,hwaInfo
}

Expand Down
2 changes: 1 addition & 1 deletion src/AVPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ void AVPlayer::play()
stop();
if (avTimerId > 0)
killTimer(avTimerId);
qDebug("loading: %s ...", qPrintable(path));
qDebug("loading: %s ...", path.toUtf8().constData());
if (!demuxer.loadFile(path)) {
return;
}
Expand Down

0 comments on commit 3a10f67

Please sign in to comment.