Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
cadet committed Apr 15, 2012
1 parent 7b815a8 commit a4e00db
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions readme.txt
Expand Up @@ -58,12 +58,23 @@ Change History
* Set the working directory of the sample to ..\..\..\bin (project properties --> debug --> working dir)
* Set the environment variables CINDER_DIR and BOOST_DIR to the according directories in your windows system,
or change the include and lib paths manually in the project settings to fullfill your needs

2) Features
-----------
* plays video and images of various formats
* common player functions (play, pause, stop, open, seek)
* set speed, loopmode (noloop, loop, loop bidirectional)
* seek to specific frame
* test sample to easily drag and drop files to play them and edit their settings with gui

3) Know Issues
--------------
* files which consist not just of I-frames make problems playing backward, working on improvement but this will never be fully solvable (performance)

2) Todos
4) Todos
--------
* improve seeking for some files formats (find alternatives to forward decoding for unseekable files)
* audio integration and syncing
* check how to play images, the decoding so far did't work so I ignore them
* playing from URL
* Encoder
* set primary audio/video stream
Expand All @@ -72,4 +83,8 @@ Change History
* setting ffmpeg options (disable and enable)
* better encapsulation ,shared_ptrs, ...
* cross platform


5) Support
----------
please direct questions to
support@cadet.at

0 comments on commit a4e00db

Please sign in to comment.