-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ben Collins <bcollins@bluecherry.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information
Ben Collins
authored and
Greg Kroah-Hartman
committed
Jun 23, 2010
1 parent
ee6351f
commit 054fa22
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
TODO (staging => main): | ||
|
||
* checkpatch.pl (haven't run it yet) | ||
* Lindent (should be clean, but check) | ||
* Motion detection flags need to be moved to v4l2 | ||
* Some private CIDs need to be moved to v4l2 | ||
|
||
TODO (general): | ||
|
||
* encoder on/off controls | ||
* mpeg cid bitrate mode (vbr/cbr) | ||
* mpeg cid bitrate/bitrate-peak | ||
* mpeg encode of user data | ||
* mpeg decode of user data | ||
* switch between 4 frames/irq to 1 when using mjpeg (and then back | ||
when not) | ||
* implement a CID control for motion areas/thresholds | ||
* implement CID controls for mozaic areas | ||
* allow for higher level of interval (for < 1 fps) | ||
* sound: | ||
- implement playback via external sound jack | ||
- implement loopback of external sound jack with incoming audio? | ||
- implement pause/resume | ||
- check into jacking sound from tx28xx chips directly (to avoid | ||
g.723/8khz limitations) | ||
|
||
Plase send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc Ben Collins | ||
<bcollins@bluecherry.net> |