diff options
-rw-r--r-- | TODO | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,8 @@ + +========================================================================== + TASKS +========================================================================== + MessageBox: [x] - Make it! [/] - Make icons. @@ -25,3 +30,28 @@ Makesystem: [ ] - Make ffmpeg detection in configure script [x] - Make server standalone compilable (through flag to configure) +ImgEncoder: + [x] - Make libjpeg call agains work + +MovEncoder: + [ ] - Enable sound. + +Decoder: + [ ] - Enable sound decoding for the network stream. + +FFMpegWrapper: + [ ] - Make it + + +========================================================================== + FFMPEGWRAPPER INTERFACE +========================================================================== + +Constructor: + - Params: Stream + +Destructor: + - Cleanup + +getNextFrame: + - returns: AVframe pointer
\ No newline at end of file |