Thread: [Redbutton-devel] SF.net SVN: redbutton: [55] redbutton-browser/trunk/TODO
Brought to you by:
skilvington
|
From: <ski...@us...> - 2006-05-12 12:46:35
|
Revision: 55 Author: skilvington Date: 2006-05-12 05:46:29 -0700 (Fri, 12 May 2006) ViewCVS: http://svn.sourceforge.net/redbutton/?rev=55&view=rev Log Message: ----------- more TODO items Modified Paths: -------------- redbutton-browser/trunk/TODO Modified: redbutton-browser/trunk/TODO =================================================================== --- redbutton-browser/trunk/TODO 2006-05-11 13:00:18 UTC (rev 54) +++ redbutton-browser/trunk/TODO 2006-05-12 12:46:29 UTC (rev 55) @@ -1,3 +1,6 @@ +use -t timeout when searching for initial object to boot + + handle SIGPIPE - default handler terminates the process This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <ski...@us...> - 2006-05-16 13:09:06
|
Revision: 66 Author: skilvington Date: 2006-05-16 06:08:55 -0700 (Tue, 16 May 2006) ViewCVS: http://svn.sourceforge.net/redbutton/?rev=66&view=rev Log Message: ----------- TODO updates Modified Paths: -------------- redbutton-browser/trunk/TODO Modified: redbutton-browser/trunk/TODO =================================================================== --- redbutton-browser/trunk/TODO 2006-05-16 13:02:55 UTC (rev 65) +++ redbutton-browser/trunk/TODO 2006-05-16 13:08:55 UTC (rev 66) @@ -1,5 +1,5 @@ -check if default audio/video PID is 0 in rb-download -if it is, avstream fails +in all VisibleClass objects +only redraw them in SetPosition/SetBoxSize/etc if they actually move/change size/etc print avstream error message in rb-browser if openStream fails This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <ski...@us...> - 2006-07-19 15:53:39
|
Revision: 131 Author: skilvington Date: 2006-07-19 08:53:27 -0700 (Wed, 19 Jul 2006) ViewCVS: http://svn.sourceforge.net/redbutton/?rev=131&view=rev Log Message: ----------- more TODO items Modified Paths: -------------- redbutton-browser/trunk/TODO Modified: redbutton-browser/trunk/TODO =================================================================== --- redbutton-browser/trunk/TODO 2006-07-12 15:33:36 UTC (rev 130) +++ redbutton-browser/trunk/TODO 2006-07-19 15:53:27 UTC (rev 131) @@ -1,3 +1,6 @@ +maintain A/V sync in MHEGStreamPlayer + + if openStream fails - need to make sure either: contents picture gets filled with black, or VideoClass_render does not make a transparent rectangle in the overlay picture @@ -11,6 +14,8 @@ use -t timeout when searching for initial object to boot +(only use it when searching for boot obj? all other times raise ContentRefError +immediately?) handle SIGPIPE - default handler terminates the process This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <ski...@us...> - 2006-07-31 20:49:10
|
Revision: 135 Author: skilvington Date: 2006-07-31 13:48:59 -0700 (Mon, 31 Jul 2006) ViewCVS: http://svn.sourceforge.net/redbutton/?rev=135&view=rev Log Message: ----------- TODO list updates Modified Paths: -------------- redbutton-browser/trunk/TODO Modified: redbutton-browser/trunk/TODO =================================================================== --- redbutton-browser/trunk/TODO 2006-07-30 10:52:10 UTC (rev 134) +++ redbutton-browser/trunk/TODO 2006-07-31 20:48:59 UTC (rev 135) @@ -1,6 +1,9 @@ -maintain A/V sync in MHEGStreamPlayer +vsync video drawing with monitor refresh +better audio sync in MHEGStreamPlayer + + if openStream fails - need to make sure either: contents picture gets filled with black, or VideoClass_render does not make a transparent rectangle in the overlay picture This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <ski...@us...> - 2006-12-13 17:03:13
|
Revision: 155
http://svn.sourceforge.net/redbutton/?rev=155&view=rev
Author: skilvington
Date: 2006-12-13 09:02:59 -0800 (Wed, 13 Dec 2006)
Log Message:
-----------
less TODO
Modified Paths:
--------------
redbutton-browser/trunk/TODO
Modified: redbutton-browser/trunk/TODO
===================================================================
--- redbutton-browser/trunk/TODO 2006-12-13 15:36:34 UTC (rev 154)
+++ redbutton-browser/trunk/TODO 2006-12-13 17:02:59 UTC (rev 155)
@@ -8,11 +8,6 @@
better audio sync in MHEGStreamPlayer
-if openStream fails - need to make sure either:
-contents picture gets filled with black, or
-VideoClass_render does not make a transparent rectangle in the overlay picture
-
-
in all VisibleClass objects
only redraw them in SetPosition/SetBoxSize/etc if they actually move/change size/etc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ski...@us...> - 2007-02-13 10:30:50
|
Revision: 212
http://svn.sourceforge.net/redbutton/?rev=212&view=rev
Author: skilvington
Date: 2007-02-13 02:30:46 -0800 (Tue, 13 Feb 2007)
Log Message:
-----------
more TODO
Modified Paths:
--------------
redbutton-browser/trunk/TODO
Modified: redbutton-browser/trunk/TODO
===================================================================
--- redbutton-browser/trunk/TODO 2007-02-12 19:25:57 UTC (rev 211)
+++ redbutton-browser/trunk/TODO 2007-02-13 10:30:46 UTC (rev 212)
@@ -4,6 +4,9 @@
if video size != VideoClass size, centre and draw a smaller transparent hole
+clear overlay on boot/retune/launch/etc
+
+
use ffmpeg to permenantly scale-up bitmaps in MHEGBitmap_fromRGBA
(rather than having to apply an XRender xform matrix and filter each time)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ski...@us...> - 2007-04-03 14:16:17
|
Revision: 276
http://svn.sourceforge.net/redbutton/?rev=276&view=rev
Author: skilvington
Date: 2007-04-03 07:16:15 -0700 (Tue, 03 Apr 2007)
Log Message:
-----------
already done that
Modified Paths:
--------------
redbutton-browser/trunk/TODO
Modified: redbutton-browser/trunk/TODO
===================================================================
--- redbutton-browser/trunk/TODO 2007-04-03 14:14:42 UTC (rev 275)
+++ redbutton-browser/trunk/TODO 2007-04-03 14:16:15 UTC (rev 276)
@@ -11,9 +11,6 @@
or fill the frame edges with black
-clear overlay on boot/retune/launch/etc
-
-
use ffmpeg to permenantly scale-up bitmaps in MHEGBitmap_fromRGBA
(rather than having to apply an XRender xform matrix and filter each time)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ski...@us...> - 2006-08-25 15:55:31
|
Revision: 139 Author: skilvington Date: 2006-08-25 08:55:26 -0700 (Fri, 25 Aug 2006) ViewCVS: http://svn.sourceforge.net/redbutton/?rev=139&view=rev Log Message: ----------- more TODO Modified Paths: -------------- redbutton-browser/trunk/TODO Modified: redbutton-browser/trunk/TODO =================================================================== --- redbutton-browser/trunk/TODO 2006-08-25 15:34:16 UTC (rev 138) +++ redbutton-browser/trunk/TODO 2006-08-25 15:55:26 UTC (rev 139) @@ -1,3 +1,11 @@ +use ffmpeg to convert MPEG I-frames to MHEGBitmaps in MHEGDisplay_newMPEGBitmap +(rather than libmpeg2) + + +use ffmpeg to permenantly scale-up bitmaps in MHEGBitmap_fromRGBA +(rather than having to apply an XRender xform matrix and filter each time) + + vsync video drawing with monitor refresh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
|
From: <ski...@us...> - 2006-09-01 16:55:25
|
Revision: 144
http://svn.sourceforge.net/redbutton/?rev=144&view=rev
Author: skilvington
Date: 2006-09-01 09:55:19 -0700 (Fri, 01 Sep 2006)
Log Message:
-----------
less TODO
Modified Paths:
--------------
redbutton-browser/trunk/TODO
Modified: redbutton-browser/trunk/TODO
===================================================================
--- redbutton-browser/trunk/TODO 2006-09-01 16:21:28 UTC (rev 143)
+++ redbutton-browser/trunk/TODO 2006-09-01 16:55:19 UTC (rev 144)
@@ -1,7 +1,3 @@
-use ffmpeg to convert MPEG I-frames to MHEGBitmaps in MHEGDisplay_newMPEGBitmap
-(rather than libmpeg2)
-
-
use ffmpeg to permenantly scale-up bitmaps in MHEGBitmap_fromRGBA
(rather than having to apply an XRender xform matrix and filter each time)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ski...@us...> - 2007-01-22 16:49:28
|
Revision: 188
http://svn.sourceforge.net/redbutton/?rev=188&view=rev
Author: skilvington
Date: 2007-01-22 08:49:24 -0800 (Mon, 22 Jan 2007)
Log Message:
-----------
change timeout TODO
Modified Paths:
--------------
redbutton-browser/trunk/TODO
Modified: redbutton-browser/trunk/TODO
===================================================================
--- redbutton-browser/trunk/TODO 2007-01-22 16:47:23 UTC (rev 187)
+++ redbutton-browser/trunk/TODO 2007-01-22 16:49:24 UTC (rev 188)
@@ -15,9 +15,8 @@
print avstream error message in rb-browser if openStream fails
-use -t timeout when searching for initial object to boot
-(only use it when searching for boot obj? all other times raise ContentRefError
-immediately?)
+only use -t timeout when searching for boot obj?
+all other times raise ContentRefError immediately?
handle SIGPIPE - default handler terminates the process
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ski...@us...> - 2007-02-12 10:07:36
|
Revision: 209
http://svn.sourceforge.net/redbutton/?rev=209&view=rev
Author: skilvington
Date: 2007-02-12 02:07:32 -0800 (Mon, 12 Feb 2007)
Log Message:
-----------
more TODO
Modified Paths:
--------------
redbutton-browser/trunk/TODO
Modified: redbutton-browser/trunk/TODO
===================================================================
--- redbutton-browser/trunk/TODO 2007-02-11 12:38:51 UTC (rev 208)
+++ redbutton-browser/trunk/TODO 2007-02-12 10:07:32 UTC (rev 209)
@@ -1,3 +1,9 @@
+don't keep malloc/free'ing memory for a/v frames
+
+
+if video size != VideoClass size, centre and draw a smaller transparent hole
+
+
use ffmpeg to permenantly scale-up bitmaps in MHEGBitmap_fromRGBA
(rather than having to apply an XRender xform matrix and filter each time)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ski...@us...> - 2007-02-16 21:06:17
|
Revision: 220
http://svn.sourceforge.net/redbutton/?rev=220&view=rev
Author: skilvington
Date: 2007-02-16 13:06:15 -0800 (Fri, 16 Feb 2007)
Log Message:
-----------
bloody hell! BBC News Multiscreen still doesn't work!
Modified Paths:
--------------
redbutton-browser/trunk/TODO
Modified: redbutton-browser/trunk/TODO
===================================================================
--- redbutton-browser/trunk/TODO 2007-02-16 20:56:28 UTC (rev 219)
+++ redbutton-browser/trunk/TODO 2007-02-16 21:06:15 UTC (rev 220)
@@ -1,3 +1,6 @@
+find out what MPEG stream type 6 means!
+
+
don't keep malloc/free'ing memory for a/v frames
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ski...@us...> - 2007-03-20 09:34:54
|
Revision: 251
http://svn.sourceforge.net/redbutton/?rev=251&view=rev
Author: skilvington
Date: 2007-03-20 02:34:52 -0700 (Tue, 20 Mar 2007)
Log Message:
-----------
more TODO
Modified Paths:
--------------
redbutton-browser/trunk/TODO
Modified: redbutton-browser/trunk/TODO
===================================================================
--- redbutton-browser/trunk/TODO 2007-03-19 12:08:06 UTC (rev 250)
+++ redbutton-browser/trunk/TODO 2007-03-20 09:34:52 UTC (rev 251)
@@ -1,3 +1,6 @@
+posix_fadvise() when streaming data from the backend?
+
+
aspect ratio
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ski...@us...> - 2007-03-22 09:35:11
|
Revision: 252
http://svn.sourceforge.net/redbutton/?rev=252&view=rev
Author: skilvington
Date: 2007-03-22 02:35:08 -0700 (Thu, 22 Mar 2007)
Log Message:
-----------
how to improve a/v performance
Modified Paths:
--------------
redbutton-browser/trunk/TODO
Modified: redbutton-browser/trunk/TODO
===================================================================
--- redbutton-browser/trunk/TODO 2007-03-20 09:34:52 UTC (rev 251)
+++ redbutton-browser/trunk/TODO 2007-03-22 09:35:08 UTC (rev 252)
@@ -1,3 +1,9 @@
+openStream:
+if "remote" backend is 127.0.0.1, open dvr device in rb-browser
+- ask rb-download to set the PID filters, it returns the dvr dev name
+- when connection is closed, rb-download clears filters
+
+
posix_fadvise() when streaming data from the backend?
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|